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 35589 - Better handling of multiple editor types per documents and switching between them
Summary: Better handling of multiple editor types per documents and switching between ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 20248
Blocks:
  Show dependency tree
 
Reported: 2003-08-21 10:52 UTC by mvinar
Modified: 2008-12-22 20:00 UTC (History)
2 users (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 mvinar 2003-08-21 10:52:57 UTC
User problem:
-----------------------------------
The different types of editing a document are not
intuitively presented (different combinations of
Open/View/Edit), and managing several opened
editor types of single document is counterintuitive

User need:
-----------------------------------
The user needs to be able to open a document and
edit it using various editors depending on the
document type (e.g. XML source, XML tree or Java
source, Visual design)

Product requirement:
-----------------------------------
The IDE needs to better handle multiple editor
types for documents and switching between them.
One possible implementation is a single action for
opening a document (Open), which opens single tab
in the editor with subtabs representing different
editor types (ala Jbuilder)
Comment 1 Milan Kuchtiak 2003-09-03 08:51:02 UTC
This is closely related to 20248. I've created the dependancy.

I would rather have the "Open" action(open the default editor) and
"Open As" action with submenus (Disign Editor, Source Editor, etc).

Comment 2 Jesse Glick 2004-05-17 04:44:53 UTC
Already works for form editor.
Comment 3 Jesse Glick 2004-07-24 22:21:11 UTC
Should be split into specific issues.
Comment 4 _ tboudreau 2004-09-02 08:19:09 UTC
This is semi-covered by multi-views, but modules would need to really use them.
Comment 5 Milos Kleint 2005-04-18 13:33:27 UTC
the multiview apis cover the generic support. please file enhancements against
individual modules to use the Apis in their UI.