Re: [Viplugin-user] Unable to leave insert mode
Brought to you by:
midramas
|
From: Marcus S.Z. <mz...@ai...> - 2003-08-18 16:22:09
|
Here is the error stack. Don't really have time to review it. java.lang.NullPointerException at viPlugin.ViLayer$ViVerifyKeyListener.verifyKey(ViLayer.java:54) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(Te xtViewer.java:368) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener .java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1016) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5208) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4957) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1159) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1183) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1168) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1908) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1903) at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Contro l.java:1448) at org.eclipse.swt.widgets.Composite.kEventTextInputUnicodeForKeyEvent(Comp osite.java:368) at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1508) at org.eclipse.swt.widgets.Display.textInputProc(Display.java:2653) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1874) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader .java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) On Saturday, August 16, 2003, at 03:29 AM, Michael Bartl wrote: > On Fri, Aug 15, 2003 at 03:06:27PM -0600, Marcus S. Zarra wrote: >> I just installed v0.2 of the plugin into the 7/18 release of Eclipse >> (v3.0). Once I enter into insert mode I am unable to get back into >> command mode by pressing escape. Any chance anyone knows what is >> causing this and how to resolve it? > > You are using an MAC? Please enable the error log (show view -> error > log)! And send me the error message you get! Another MAC user had the > same problem, but I can't resolve it easily, because I do not have a > MAC. > > If you are a programmer you might be able to resolve the problem on > your > own and send a patch back to me. That would be the best solution. > > have fun, > Michael > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/ > direct;at.aspnet_072303_01/01 > _______________________________________________ > Viplugin-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viplugin-user |