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 108441

Summary: Weird order of toolbar icons
Product: projects Reporter: Andrei Badea <abadea>
Component: Generic Projects UIAssignee: Milan Kubec <mkubec>
Status: VERIFIED FIXED    
Severity: blocker CC: jrojcek
Priority: P2 Keywords: USABILITY
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Andrei Badea 2007-06-28 16:59:50 UTC
I just can't get used to the order of the New Project and Open Project icons in the main menu. In basically every
application I have used the New action is first and Open is the second. Changing the order to (Open, New) might make
sense theoretically, but it makes NetBeans behave differently than most applications out there.
Comment 1 Jiri Prox 2007-07-03 14:29:25 UTC
Any comment from HIE?
Comment 2 jrojcek 2007-07-09 16:52:27 UTC
In today's build the new project action is the very first item in the File menu. In any case, the correct order of menu items is defined in the following spec:
http://wiki.netbeans.org/wiki/view/MainMenu

I noticed that the ordering is really wrong in the main *toolbar*, where  open action is the first one. This is a bug. The correct order is defined at:
http://wiki.netbeans.org/wiki/view/MainToolbar
Comment 3 Andrei Badea 2007-07-10 10:06:21 UTC
Sorry, I meant the main toolbar. I guess these are project actions, so reassigning there.
Comment 4 Milan Kubec 2007-07-12 08:26:31 UTC
Fixed.

Checking in projects/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/resources/layer.xml,v  <--  layer.xml
new revision: 1.87; previous revision: 1.86
done
Checking in core/ui/src/org/netbeans/core/ui/resources/layer.xml;
/cvs/core/ui/src/org/netbeans/core/ui/resources/layer.xml,v  <--  layer.xml
new revision: 1.128; previous revision: 1.127
done
Comment 5 Andrei Badea 2007-07-13 14:57:05 UTC
Verified.