Hopefully code folding will be implemented using both structure matching (e.g. open/close comment, braces, parenthesis, etc) AND regular expressions. When combined some really cool things are possible.
For example. Fold block comment containing the regular expression "copyright" Fold the Code section immediately following a line containing the regularl expression if.*debug Fold everything immediately following the regular expression ".*private.*method" MIke On 11 Jan 2002 at 11:48, [EMAIL PROTECTED] wrote: > Hy, > > I got one request regarding code folding. Would it be possible to > allow folding of JavaDoc? So that instead of the entire JavaDoc (/** > ... */) only the first sentence (the summary, as specified in the > JavaDoc manual) is displayed. I allways try to produce good > documentation for my functions, but when this interferes with > readability and ability to easily navigate in my code I got a problem. > Allowing to fold JavaDoc would be a great solution. And an option to > default to JavaDoc to be folded would be great as well. And if you got > some spare time (*g*) you could even make this setable for seperate > packages (for example I like it to be folded in com.tpsoft.* (as I > write most of them myself) but not in javax.sql.* and other external > sources). > > btw, I just yesterday bought the personal license, even 'though I got > an license at my company and the final reason was the Feature list for > Ariadna you posted ;-) > > regards > Joachim Sauer > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > --- [EMAIL PROTECTED] To obtain my PGP public key, mail "SEND PUB KEY" in the subject to "[EMAIL PROTECTED]" _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
