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 36755 - Side Bar for displaying fold scopes
Summary: Side Bar for displaying fold scopes
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 21425
  Show dependency tree
 
Reported: 2003-10-22 14:53 UTC by Miloslav Metelka
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2003-10-22 14:53:00 UTC
A side-bar is being implemented.
We will provide a more generic API/SPI for
plugging-in custom side bars.
Comment 1 Martin Roskanin 2003-11-10 16:40:47 UTC
Almost implemented.

Generic support for adding side bar components via xml layer is
already implemented. Also Java code folding sidebar is done. For now
it detects methods, constructors and innerclasses elements and draws
folding signs.
Detecting import section and javadoc section needs to be done yet.
Comment 2 Miloslav Metelka 2004-01-12 09:55:37 UTC
Code Folding Side Bar implementation is present in trunk.
Comment 3 Miloslav Metelka 2004-01-12 09:56:02 UTC
Marking as fixed.