Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rajin100000 on June 08, 2021, 01:49:36 pm

Title: How to get semantic highlighting plugin in Code::blocks?
Post by: rajin100000 on June 08, 2021, 01:49:36 pm
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?"
Title: Re: How to get semantic highlighting plugin in Code::blocks?
Post by: oBFusCATed on June 08, 2021, 02:17:18 pm
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...
Title: Re: How to get semantic highlighting plugin in Code::blocks?
Post by: rajin100000 on June 08, 2021, 02:37:06 pm
https://forums.codeblocks.org/index.php?topic=16249.0 (https://forums.codeblocks.org/index.php?topic=16249.0)
Title: Re: How to get semantic highlighting plugin in Code::blocks?
Post by: stahta01 on June 08, 2021, 05:43:33 pm
https://wiki.codeblocks.org/index.php/Developer_documentation (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.