Re: [dev] c++-style comments [was fsbm]
On Thu, Nov 6, 2014, at 12:34, Louis Santillan wrote:
> In a color syntax highlighting editor, doSomething(); takes on normal
> highlighting when enabled, and takes on comment colored highlighting
> when
> disabled. Visually, that's slightly improved over something like
>
> #ifdef DEBUG
> doSomething();
> #endif
In the editor *I* use, it has comment colored highlighting for #if 0,
and for the #else of #if 1, and the same for anything with #if 0 && and
#if 1 ||.
Received on Thu Nov 06 2014 - 19:54:48 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 06 2014 - 20:00:10 CET