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 63367

Summary: Wrong position of Tools item in the main menu
Product: platform Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: VERIFIED FIXED    
Severity: blocker CC: jchalupa, jglick, jtulach
Priority: P3 Keywords: USABILITY
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Antonin Nebuzelsky 2005-08-30 19:19:17 UTC
build 200508291800

If you disable both Refactoring and CVS Versioning System modules, the position
of Tools item in the main menu changes. Tools menu moves to the left, and is
between Go To and Source items. This is very ugly.
Comment 1 Jan Chalupa 2005-09-07 15:13:33 UTC
Dafe, over to you.
Comment 2 David Simonek 2005-09-13 16:14:25 UTC
Yes, IMO at least 10th example I saw over the years of why raw numbers would be
better for ordering than our overcomplicated relative part-ordering beast, which
eats both performance and my time (~money). I'm simply not smart enough to use
our beast correctly.
Comment 3 Jesse Glick 2005-09-13 23:20:26 UTC
Registry was supposed to permit numeric ordering. However it is on hold
indefinitely.
Comment 4 David Simonek 2005-09-20 13:37:12 UTC
fixed in main trunk:

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.58; previous revision: 1.57
done
Checking in editor/src/org/netbeans/modules/editor/resources/layer.xml;
/cvs/editor/src/org/netbeans/modules/editor/resources/layer.xml,v  <--  layer.xml
new revision: 1.79; previous revision: 1.78

Btw, I thought that we support only standard set of modules. AFAIK no one is
testing non standard set of modules and there are hunders of similar bugs that
I'm sure. Better not dig deep in this or we'll have to slip code freeze by a
month or so. Just IMHO.
Comment 5 Antonin Nebuzelsky 2005-09-20 13:44:03 UTC
> ... there are hunders of similar bugs ...

You are perhaps right. I filed this one because I was interested in the
configuration where the advanced features (CVS, refactoring, ...) were disabled
by default. The reason was this may be interesting for any future light-edition
of Netbeans.

Thanks for fixing this.
Comment 6 Antonin Nebuzelsky 2005-09-27 17:21:51 UTC
v