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

Summary: Open versus Edit action.
Product: xml Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: dpavlica <dpavlica>
Status: RESOLVED FIXED    
Severity: blocker CC: dpavlica, issues, jmzourek
Priority: P3 Keywords: UI
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 32048    

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.