Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: kashamalasha on February 27, 2015, 10:49:59 pm
-
Hi, everybody.
Could you tell me, is it possible to create in Code::Blocks editor color theme like this?:
(http://funkyimg.com/i/UBD3.png)
I mean with that like colorize #define and #include macros?
Thanks.
-
Nope. I think that Sublime Text has semantic highlight support, cb doesn't.
-
...
I mean with that like colorize #define and #include macros?
Thanks.
Do you mean colorize the "isLOW" in main() function? This is semantic highlight.
Or, you just mean colorize the line "#define isLOW ...."? This is not semantic highlight.
-
Now I can colorize it kind of that:
(http://funkyimg.com/i/UCL6.png)
You can see that #define and #include always colorize whole row behind them.
Is it possible to split words within it?
-
As already answered before, no.
-
As already answered before, no.
Not exactly, I think, though it would require a source edit. Scintilla has a lexer setting "styling.within.preprocessor".