-1
That's coding done bad. I would more opt for folding {}. Like:
void f() {
/* long a***ed code */
}
void f() {} /* folded, click yada to fold out */
code();
...
{
moreCode();
...
}
would be:
code();
...
{} /* folded, click yada to fold out */
and also, hide all javadocs.
/**
* kjlojkoljk
*fdsgsdfgsdfgs
*dfgsdfgsgf
*sdgf
*
*/
/** kjlo.... (folded, click yada to fold out) */
regards,
Patrik Andersson
-----Ursprungligt meddelande-----
Fran: Bjoern Kuebler [mailto:[EMAIL PROTECTED]]
Skickat: den 18 februari 2002 15:05
Till: [EMAIL PROTECTED]
Amne: [Eap-list] CodeFolding
Hi,
I have the following question regarding the planned CodeFolding option of Ariadna:
Will it be possible to hide lines of code which match some certain regular expressions?
Currently I have code which is crosscut by a lot of tracing, debug and logging
calls in the form like
messageLog.log("The log message.");
debugLog.log("A debug message.")
traceLog.log("Entering xyz");
My problem is that I cannot see the real things happening due to this terrible
debug/logging noise. It would be fantastic if I just could hide this noise with
the upcoming CodeFolding feature. Do you plan such options for this?
-Bjorn
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list
