Search found 3 matches

by ihoseba
Tue Nov 18, 2003 4:00 pm
Forum: Enhancement Suggestions
Topic: View in other colours (as comments) #if #endif optional code
Replies: 3
Views: 371

For which programming languages? Can you define a language-independant way to implement this? Again, this needs a full parser for the programming language - Textpad is a language independant text editor. As in "/*, */" for comments in 'c', almost all languages have conditional compilations ...
by ihoseba
Tue Nov 18, 2003 2:52 pm
Forum: Enhancement Suggestions
Topic: View in other colours (as comments) #if #endif optional code
Replies: 3
Views: 371

good

very good
by ihoseba
Tue Nov 18, 2003 2:27 pm
Forum: Enhancement Suggestions
Topic: View in other colours (as comments) #if #endif optional code
Replies: 3
Views: 371

View in other colours (as comments) #if #endif optional code

Posibility to configure the editor to see in a graphic mode (different colours) the code areas that will be compiled and what will not. I meant in 'c' code with sentences as #if (A==1)&&(B==0), #else, #endif. In this case the editor has to recognise the constants A and B. It will be very helpfull to ...