This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 11190 - Incorporate folding text editor capabilities
Summary: Incorporate folding text editor capabilities
Status: RESOLVED DUPLICATE of bug 21425
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P3 blocker with 1 vote (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-07 21:40 UTC by david diskin
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description david diskin 2001-04-07 21:40:18 UTC
refer to: http://www.cs.ukc.ac.uk/people/rpg/tsl2/ripple/.  It describes a very 
cool and useful idea called a folding text editor.  "A folding text editor edits 
regular plain text files, and has the ability to fold up lines of text, 
displaying only a single line comment in their place. Folds can contain 
sub-folds, folds can be opened and closed, and folds can be 'entered'.  

Most text documents we write have a hierarchical structure. A folding editor 
gives you hypertext style navigation of that structure. Allowing you to
concentrate on only the parts of your document that are relevant to the editing 
you are doing.

It's very useful for all kinds of documents but when it comes to programming, 
folding comes into its own. In Java for example, you can fold each
method, field declarations, imports etc. The fold browser (left panel in 
screenshot) will then act as a general class browser.

But it gets better. Personally I think Javadoc is a great idea, but I hate 
adding doc comments to my own code because it makes the file twice as big
and gets in the way of reading the code. No problem - I can fold the comments, 
and I don't have to look at them unless I want to."
Comment 1 David Konecny 2001-05-22 15:50:46 UTC
Changing the state of the issue to ASSIGNED, because it was cover in 
Requirements document at http://editor.netbeans.org/doc/Requirements.html
Comment 2 _ lkramolis 2002-02-12 17:04:51 UTC
I would like to vote for this. This could be really usefull feature,
which could be successfully used also with editing XML documents.
Comment 3 Jesse Glick 2002-07-08 18:07:23 UTC
I guess this is duplicate.

*** This issue has been marked as a duplicate of 21425 ***