Page 2 of 2

Re: hard-coding binary constants

Posted: 11 Sep 2012, 16:21
by mattallen37
@John Sounds great, I'm anxiously awaiting :D

@doc-helmut You can't start a #define d literal with a numeric character, otherwise I would have added it to a header file.

@spillerrec Yeah, I didn't know if it was official with C/C++, but I know that many compilers do support it, and I wanted the NXC compiler to.

Re: hard-coding binary constants

Posted: 12 Sep 2012, 06:50
by afanofosc
You can grab a new test release from http://bricxcc.sourceforge.net/test_releases/

I have also implemented a bracket highlighting feature to complement the existing "find matching bracket" ctrl+shift+B command. It works a lot like Visual Studio, though only {}, (), and [] are highlighted. The highlighting feature can be configured via the Editor|Options and Editor|Colors tabs in the Preferences dialog.

John Hansen