Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: spark on August 16, 2020, 05:08:40 am
-
Years ago, i make a colorful codeblocks editor, like below.
And you can jump to implement with CTRL+MOUSE Left, like source insight
-
Is this something like semantic highlight? How is this implemented?
-
Yes, modify codecompletion plugin and lexers, this is all based on wxscintilla's feature.
-
What wxscintilla feature?