News:

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

Main Menu

Beginning with SVN 10634 code highlighting defaults to plain text

Started by headkase, December 31, 2015, 06:28:47 AM

Previous topic - Next topic

ollydbg

Quote from: Alpha on January 03, 2016, 04:16:08 AM
Quote from: Scr3amer on January 03, 2016, 02:10:19 AM
But I have another question concerning the syntax hightlight when I build from source : is it normal the members of classes are not highlighted ? Because on C::B 13.12 they are highlighted in purple (default theme color).
This is controlled by Settings->Editor->Code Completion->pseudo semantic keyword highlighting.

@devs: Some of the options there are "Disable xyz", and some are "Enable xyz"... this is kind of confusing.
I prefer the "Enable xyz" kinds option.  :)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Scr3amer

Quote from: Alpha on January 03, 2016, 04:16:08 AM
Quote from: Scr3amer on January 03, 2016, 02:10:19 AM
But I have another question concerning the syntax hightlight when I build from source : is it normal the members of classes are not highlighted ? Because on C::B 13.12 they are highlighted in purple (default theme color).
This is controlled by Settings->Editor->Code Completion->pseudo semantic keyword highlighting.

@devs: Some of the options there are "Disable xyz", and some are "Enable xyz"... this is kind of confusing.

Thanks for the help :D !