KeysPreferencePage storing key bindings problem "IllegalArgumentException: All triggers in a tr [message #437051] |
Wed, 21 September 2005 12:04 |
Eclipse User |
|
|
|
Originally posted by: rdohan.qualityunit.com
I am building RCP app with default keyspreferencepage . I am using my
ownn scheme for bindings , witch is set in plugin_customization.ini. I
am getting exception witch I will post at the and of this message. I
olso wana to know how to completly remove other schemes witch can be
choosen in keysPreference page , because changing scheme works but I do
not want workbench schemes.(emacs and default).
thanks for help.
(and sorry for my poor english)
Rene.
!MESSAGE All triggers in a trigger sequence must be an instance of Trigger
!STACK 0
java.lang.IllegalArgumentException: All triggers in a trigger sequence
must be an instance of Trigger
at
org.eclipse.jface.bindings.TriggerSequence.<init>(TriggerSequence.java:72)
at org.eclipse.jface.bindings.keys.KeySequence.<init>(KeySequence.java:190)
at
org.eclipse.jface.bindings.keys.KeySequence.getInstance(KeyS equence.java:129)
at
org.eclipse.jface.bindings.keys.KeySequenceText$KeyTrapListe ner.handleEvent(KeySequenceText.java:123)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:892)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:877)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:905)
at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1190)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:901)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1215)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3157)
at org.eclipse.swt.widgets.Text.WM_CHAR(Text.java:1818)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3058 )
at org.eclipse.swt.widgets.Text.windowProc(Text.java:1813)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3773 )
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:16 80)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2763)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:809 )
at org.eclipse.jface.window.Window.open(Window.java:787)
at
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPrefer encesAction.java:66)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:996 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:868)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3137)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2765)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1734)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1698)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at com.qualityunit.ums.Application.run(Application.java:20)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
|
|
|
Powered by
FUDForum. Page generated in 0.02418 seconds