Bug 244061 - [Contributions] [Forms] Alt+F mnemonic for &File does not work with org.eclipse.ui.forms.examples
Summary: [Contributions] [Forms] Alt+F mnemonic for &File does not work with org.eclip...
Status: CLOSED DUPLICATE of bug 346475
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 15:24 EDT by Markus Keller CLA
Modified: 2021-02-01 13:52 EST (History)
2 users (show)

See Also:


Attachments
SWT test app (1.65 KB, text/plain)
2008-08-18 09:14 EDT, Paul Webster CLA
no flags Details
JFace test app (1.45 KB, text/plain)
2008-08-18 13:23 EDT, Paul Webster CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-08-13 15:24:51 EDT
I20080812-0800 + org.eclipse.ui.forms.examples from :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse

Alt+F does not open the &File menu, probably because of:

   <extension
         point="org.eclipse.ui.menus">
      <menuContribution
            locationURI="menu:org.eclipse.ui.main.menu">
         <menu
               label="Form Editors">

Works fine without org.eclipse.ui.forms.examples.
Comment 1 Markus Keller CLA 2008-08-15 14:48:48 EDT
Hmm, I don't think this is a problem with the forms example. When I put this into a toy plug-in, I have the same problem with Alt+E (which should open the &Edit menu):

   <extension
         point="org.eclipse.ui.menus">
      <menuContribution
            locationURI="menu:org.eclipse.ui.main.menu">
         <menu
               label="Editeurs de Forme">
            <command
                  commandId="org.eclipse.ui.edit.copy"
                  style="push">
            </command>
         </menu>
      </menuContribution>
   </extension>

Moving back to Platform/UI.
Comment 2 Paul Webster CLA 2008-08-18 09:14:47 EDT
Created attachment 110222 [details]
SWT test app
Comment 3 Paul Webster CLA 2008-08-18 13:23:18 EDT
Created attachment 110262 [details]
JFace test app
Comment 4 Eclipse Webmaster CLA 2019-09-06 16:12:44 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
Comment 5 Rolf Theunissen CLA 2021-02-01 13:52:05 EST

*** This bug has been marked as a duplicate of bug 346475 ***