Idea about Folds

General questions regarding the usage of CodeLite
User avatar
jphv
CodeLite Curious
Posts: 3
Joined: Wed Dec 30, 2009 6:32 am
Genuine User: Yes
IDE Question: C++
Location: Esperanza, Santa Fe, Argentina
Contact:

Idea about Folds

Post by jphv »

Hello, I'm using CodeLite about 9 months and I like it :)

In my proyect I had to use many #ifdef #else #endif and it's really dificult to read the code (I'm not profesional in C++). So, I think that CodeLite could incorporate some helper like "Collapse all like XYZ" where ZYZ it's the word where the cursor is. Following the idea, the user could check a list of define's and make (in)visible respective codes (invisible = collapse all and no show first line of collapsed block).

Another thing: all code between #if[n]def #endif could have diferent colour, like comments.


I'm very happy because my proyect wxWidget+OpenCV it's working on Linux and Windows, so... thanks a lot!!!

PD: English is not my native language.