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 35583 - Implement Outline view
Summary: Implement Outline view
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 35563 (view as bug list)
Depends on: 35562 35620 35653
Blocks: 20129 35735
  Show dependency tree
 
Reported: 2003-08-21 10:50 UTC by mvinar
Modified: 2008-12-22 19:56 UTC (History)
0 users

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 mvinar 2003-08-21 10:50:53 UTC
User problem:
-----------------------------------
--

User need:
-----------------------------------
The user needs to have a single place where to
look for a structure view of selected source
(selected in explorer, opened in editor)

Product requirement:
-----------------------------------
Implement Outline view
Comment 1 _ tboudreau 2003-08-23 23:47:44 UTC
This is well in-progress.  To test:

check out workspaceswitcher module (silly place, I know)
build navigator 
build navigator/javagator (supplies Java looks)
build navigator/beanigator (supplies Bean look)

install and choose Navigator from context menu

Existing features:
 - Selection of registered looks via combo box
 - Selection of predefined filters (e.g. Methods, Public
   members, overrides), or text (name start or wildcard)
   entry filtering
 - Single click navigation (for list-style looks that
   specify this)

Main to-do's:
 - Write tree view - currently list view supported
 - Write looks for form, properties, others
 - Write structure look (to wrap existing node tree)

Issues:
 - Looks API still changing, not yet official part of
   openide
 - Registry API more stable, but still not official

(if necessary, both of these issues can be worked around
without too much hacking, using a private copy of the
library)

Difficulty: 4 (remaining work)
Hack factor: 0

Note members of the core team would like to move this module
into a submodule of core or openide - will be discussing
this with Hrebejk & Trung monday.  Beanigator/Javagator
(formigator? propagator?) can be distributed into cvs
for the modules they depend on.
Comment 2 Jesse Glick 2004-07-24 23:10:50 UTC
*** Issue 35563 has been marked as a duplicate of this issue. ***
Comment 3 Jan Chalupa 2004-11-01 16:56:25 UTC
Re-assigning Tim's issues to Dafe.
Comment 4 Milos Kleint 2005-01-17 15:32:26 UTC
isn't this one fixed, dafe?
Comment 5 David Simonek 2005-05-05 16:35:43 UTC
Yes, navigator is part of 4.1, so fixed.