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 65291 - [50cat] "Advanced Toolbar Configuration" out of date
Summary: [50cat] "Advanced Toolbar Configuration" out of date
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 42146
Blocks:
  Show dependency tree
 
Reported: 2005-09-29 00:45 UTC by rrochat
Modified: 2008-12-22 10:02 UTC (History)
0 users

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 rrochat 2005-09-29 00:45:33 UTC
[ BUILD # : 200509261930 ]
[ JDK VERSION : 1.5.0_05 ]

The "Actions API - Advanced Toolbar Configuration",
(http://www.netbeans.org/download/dev/javadoc/org-openide-actions/org/openide/actions/doc-files/toolbarsAdvanced.html)
referenced from the Actions API,
needs to be updated.  It
says that there's no way to control toolbar ordering unless you use ToolbarPool.Configurations (although there are no hints for how to do that). 
The Windows API still includes 
    <!-- reference to toolbar configuration -->
    <toolbar configuration="Standard"/>
in the WindowManager.wswmgr file.

The core layer.xml file has a hint about including a reference the Standard file in the Tool. 

I'm not sure which of these are really correct, but through a lot of experimentation, I've managed to get something working.  

Control over the initial placement of toolbars for applications is a requirement.  Saying that "So, module-supplied toolbars will at least appear, though their exact placing will not be customizable" is just not acceptable.
Comment 1 Jan Pokorsky 2005-09-29 10:50:04 UTC
wrong component
Comment 2 Jiri Rechtacek 2005-09-29 14:22:22 UTC
Stando, pleas look on it. Thanks
Comment 3 Stanislav Aubrecht 2005-10-11 11:46:21 UTC
i've made some minor updates to the html document but there is not much i can do
about this issue without a major rewrite of toolbars implementation.
Comment 4 Stanislav Aubrecht 2006-11-21 16:45:50 UTC
not a regression -> switching issue type to 'enhancement'
Comment 5 Stanislav Aubrecht 2008-10-14 10:54:29 UTC
the initial toolbar position is now defined by 'position' attribute on toolbar folder in xml layer.