Its probabaly worth-while mentioning that for java, a decent implementation of code 
folding would do the following:

/**
    First sentence of javadoc.  Second sentence..etc
    @param stuff
*/
public void doit(int stuff)
{
code
}

Would be folded to:

/** First sentence of javadoc */
public void doit(int stuff)

Presumably, color coded to highlight the fact that it was folded.

So, I get the summary of the javadoc, and the signature.

What I don't like to see (what kawa did) was to display all of the javadoc (not fold 
it), 
and fold up the implementation between the braces.  Often the javadoc was as 
distracting as the code was.  I want it to basically go away, but leave me with a 
terse 
summary of what was folded.

Mike


On 15 Jan 2002 at 14:43, Miles Parker wrote:

> 
> Man, am I happy to see this. One of my favorite editor features of all
> time was in Apple's Dylan. (A lisp derivitive w/ GC, switchable
> static/dynamic method dispatch, and a ton of other cool features) The
> editor allowed you to click a little triangle next to each method
> body, which collapsed it to just the (abrieveited) method signature.
> Hope you're contemplating something like this. (Or better!)
> 
> Miles T. Parker
> Senior Software Architect
> BiosGroup, Inc. DC
> 703-387-1301
> [EMAIL PROTECTED]
> 
> 
> > -----Original Message-----
> > From: Eugene Belyaev [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 10, 2002 7:47 AM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: [Eap-list] Ariadna feature list
> > 
> > 
> > 
> > The feature list for Ariadna is published at the IntelliJ EAP site
> > at http://www.intellij.com/eap.
> > 
> > Best regards,
> > 
> > Eugene Belyaev
> > IntelliJ Software, http://www.intellij.com
> > "Develop with pleasure"
> >  
> > 
> > 
> > _______________________________________________
> > Eap-list mailing list
> > [EMAIL PROTECTED]
> > http://www.intellij.com/mailman/listinfo/eap-list
> > 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 

---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the 
subject to "[EMAIL PROTECTED]"


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to