Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Fwd: [Bug 1039207] New: Toolbars are named "toolbar" and "toolbar1", it should be something more creative

I can confirm this with the eclipse.org version as well. I can find the following in the code. It seems like either the id should be something else, or some kind of "name" attribute is missing.

org.eclipse.ptp/tools/pldt/org.eclipse.ptp.pldt.common/plugin.xml:

   <extension
         point="org.eclipse.ui.menus">
      <menuContribution

locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
         <toolbar
               id="org.eclipse.ptp.pldt.common.toolbar1">
            <command
                  commandId="org.eclipse.ptp.pldt.common.dropDownCommand"
                  id="org.eclipse.ptp.pldt.common.toolbar.command1"
                  style="pulldown"
                  tooltip="%command.tooltip">
               <visibleWhen
                     checkEnabled="false">
                  <or>
                     <or>
                        <with

variable="activeWorkbenchWindow.activePerspective">
                           <equals
                                 value="org.eclipse.cdt.ui.CPerspective">
                           </equals>
                        </with>
                        <with

variable="activeWorkbenchWindow.activePerspective">
                           <equals

value="org.eclipse.ptp.rdt.ui.remoteCPerspective">
                           </equals>
                        </with>
                     </or>
                     <with

variable="activeWorkbenchWindow.activePerspective">
                        <equals

value="org.eclipse.photran.ui.FortranPerspective">
                        </equals>
                     </with>
                  </or>
               </visibleWhen>
            </command>
         </toolbar>
      </menuContribution>
   </extension>
-------- Original Message --------
Subject: [Bug 1039207] New: Toolbars are named "toolbar" and "toolbar1", it should be something more creative
Date: Fri, 06 Dec 2013 22:40:55 +0000
From: bugzilla@xxxxxxxxxx
To: orion@xxxxxxxxxxxxx

https://bugzilla.redhat.com/show_bug.cgi?id=1039207

            Bug ID: 1039207
           Summary: Toolbars are named "toolbar" and "toolbar1", it should
                    be something more creative
           Product: Fedora
           Version: 20
         Component: eclipse-ptp
          Severity: low
          Assignee: orion@xxxxxxxxxxxxx
          Reporter: rivanvx@xxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: kdaniel@xxxxxxxxxx, orion@xxxxxxxxxxxxx



PTP toolbars are not very creatively named.

I refer to two of them visible under Window/Customize Perspective/Tool Bar
Visibility: "toolbar" contains 'Formally Verify MPI Program', and "toolbar1"
contains 'Repeat Last Parallel Analysis'.

--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.




Back to the top