Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] short cut key in plugin

BTW if you have trouble accessing it with a news (NNTP) reader, the Platform (JFace, UI, Debug, etc.) user forum (eclipse.platform) is also available in a web interface at:
http://www.eclipsezone.com/java/forums/f18122.html
The Standard Widget Toolkit (SWT) user form (eclipse.platform.swt) is available at:
http://www.eclipsezone.com/java/forums/f18120.html
Other forums are available on the same site.
--Ed
 


From: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Carolyn MacLeod
Sent: Tuesday, August 23, 2005 2:03 PM
To: Eclipse Platform SWT component developers list.
Subject: Re: [platform-swt-dev] short cut key in plugin


This is a JFace question.
Class action is in package org.eclipse.jface.action.
Please ask your question on the JFace newsgroup:
news://news.eclipse.org/eclipse.platform
Carolyn



yuanquan <yuanq@xxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/22/2005 10:05 PM

Please respond to
"Eclipse Platform SWT component developers list."

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] short cut key in plugin





hello
  I have some menu on a plugin view. when i try to set short cut key on it,
using  Action.setAccelerator(int keycode),  it did not work at all.
  I used to set short cut on a StandAlone Project using
MenuItem.setAccelerator(int keycode), it's no problem.

  why?

roger@ beijing

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top