News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to get semantic highlighting plugin in Code::blocks?

Started by rajin100000, June 08, 2021, 01:49:36 PM

Previous topic - Next topic

rajin100000

I read a lot of posts about semantic highlighting in Code::blocks. I saw some people made plugins of semantic highlighting. But my question is, "how to get/download/install those plugins?"

oBFusCATed

Where do you read these? As far as I know neither scintilla, nor C::B support semantic highlighting.
There is one fake thing, which changes the highlighting of class members, but it is in the core and it is probably enabled by default...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]


stahta01

https://wiki.codeblocks.org/index.php/Developer_documentation

Those posts were very old; but, build Code::Blocks (CB) from Source and you can try those patch files and likely find out they no longer apply.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]