Can nedit have a tree collapse/expand view of C/C++ code?

GuoQing Hu drhu00 at yahoo.com
Wed Oct 4 02:20:58 CEST 2006


Hello,

I am new to this discuss group. Maybe this kind of
question is already posted by other people. 
Since I use nedit a lot. It will be great if
nedit can view C/C++ in a tree collapse/expand format.
Ex:

if (condition)
{
    //more code will show if only expanded this if
block
}
else
{
  //will not show these codes if collapse
}

After collapse the above code will show in following
format

+ if (condition)
+ else

Just like what did in jedit.

Thanks,
GQ

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Discuss mailing list