Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/09 23:00
Read: times


 
#168524 - Conditional Compilation Supression Editor
Hi all,

Does any one know of a text editor or other application that can supress code that is wrapped in conditional compilation defines.

ie

#define APPL_1

#if APPL_1
show_this_function();
#endif

#if APPL_2
dont_show_this_function();
#endif


Thanks For the thoughts,

Regards


Marshall

List of 5 messages in thread
TopicAuthorDate
Conditional Compilation Supression Editor            01/01/70 00:00      
   I handle that by ...            01/01/70 00:00      
   Understand            01/01/70 00:00      
   And to filter the source ...            01/01/70 00:00      
   Any "programmers editor" worthy of the name?            01/01/70 00:00      

Back to Subject List