| Author |
Eclipse folding API
|
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
I would like to ask you if the book touches the API for folding? ./pope
|
blog - InfoQ.com
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24040
|
|
|
I don't recall seeing anything about that when I read the book, no.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
In this case, is there any other info available about the folding API? (I have searched a lot but till now nothing). ./pope
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
What is folding API ? It's mean like this or not ??
According to RFC 822, folding is the process of splitting a header field into multiple lines.
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
Originally posted by somkiat puisungnoen: What is folding API ?
Eclipse 3.0 added the folding capabilitites. This means the fragments of source files can be collapsed/expended according to specific rules.(for example: collapse/expand Javadoc comments, collapse/expand method content, etc). It is a nice features which allows you to see on the editor exactly what parts of the source code you are interested in. ./pope
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
It is a nice features which allows you to see on the editor exactly what parts of the source code you are interested in.
I dont like this one. Other day I had a tough time seraching for a method because it was hidden.
|
Groovy
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
Originally posted by Pradeep Bhat: I dont like this one. Other day I had a tough time seraching for a method because it was hidden.
LOL. The folding doesn't stop the find usage. Maybe only visual search :-). ./pope
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24040
|
|
|
There's not a lot of documentation for the folding API right now. Here's a newsgroup posting which briefly outlines how you'd use it in your own code.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Originally posted by Ali Pope: LOL. The folding doesn't stop the find usage. Maybe only visual search :-). ./pope
I wasn't aware of the folding API feature. I thought someone deleted my code.
|
 |
Alexandru Popescu
Ranch Hand
Joined: Jul 12, 2004
Posts: 995
|
|
Originally posted by Ernest Friedman-Hill: There's not a lot of documentation for the folding API right now. Here's a newsgroup posting which briefly outlines how you'd use it in your own code.
thanks Ernest. Pradeep sorry to hear that but sounds hilarious ;-). ./pope
|
 |
 |
|
|
subject: Eclipse folding API
|
|
|