#if 0

CodeLite installation/troubleshooting forum
fanhe0513
CodeLite Enthusiast
Posts: 39
Joined: Sat Aug 21, 2010 7:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

#if 0

Post by fanhe0513 »

Can codelite handle #if 0 as comment?

Code: Select all

#if 0
comment
#endif
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: #if 0

Post by eranif »

there is a codelite branch that does that. (Scintilla 2.2 provided a support for macros)

It will be part of next release

Eran
Make sure you have read the HOW TO POST thread
fanhe0513
CodeLite Enthusiast
Posts: 39
Joined: Sat Aug 21, 2010 7:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: #if 0

Post by fanhe0513 »

Great work!
Thanks!
Post Reply