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

Summary: Side Bar for displaying fold scopes
Product: editor Reporter: Miloslav Metelka <mmetelka>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 21425    

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.