I see that IDEA is modelled closely on Visual Studio.NET (or is that the
other way around :-) ). One of the features MS have in their c# editor
is the ability to add #region areas to the code folding, so

#region My Code
lots of code
here
and here
#endregion

When folded you get

+ My Code

Obviously this can't be done with Java keywords but maybe with comments

// #region My code
...
// #endregion

Any plans to add this (or something like it) to IDEA. Or is it there and
I've missed it?

Kevin Jones
Developmentor
www.develop.com

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to