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 24429 - Open versus Edit action.
Summary: Open versus Edit action.
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: dpavlica
URL:
Keywords: UI
Depends on:
Blocks: 32048
  Show dependency tree
 
Reported: 2002-06-05 12:32 UTC by Martin Schovanek
Modified: 2011-09-19 22:54 UTC (History)
3 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 Martin Schovanek 2002-06-05 12:32:25 UTC
XML and CSS modules provide a lot of document nodes.
Problem is some of them produce only Edit or Open
action to open document. It's uncomfortable if
user selects
mixed group of nodes in Explorere window and want to
open them. He cannot because the popup menu has not
either Open or Edit action.

I would like to suggest to use Open as primary action
on all nodes and Edit as optional.
Comment 1 Marek Grummich 2002-07-19 16:14:44 UTC
Target milestone was changed from not determined to TBD
Comment 2 _ pkuzel 2003-03-14 19:16:21 UTC
It means that Open should always open text editor.
Comment 3 _ pkuzel 2003-10-13 18:23:11 UTC
Another possible behaviour is that Open delegates to most appropriate
action (one of Edit, View, Design GUI, Edit XML Tree, ...). It would
be user selectable which one is the most appropriate.

Impl problem is that it requires boilerplate logic of removing
particular approptiate action from menus, replacing it by the open action.