- This topic has 6 replies, 5 voices, and was last updated 19 years, 4 months ago by Riyad Kalla.
-
AuthorPosts
-
P.G.TaboadaMemberHi,
sometimes, in the JSP or XML editor, when I start typing at the end of a line, the chars are inserted right to left.
Thats funny, keeps me awake when typing, as I have to type in the wrong order to get it right.
How can I turn off this feature? 😉
brgds,
Papick
Brian FernandesModeratorPapick,
This issue was fixed in our current milestone builds, could you tell us your Java, Eclipse and ME versions?
If you’re using an earlier version of ME, you have to keep your Properties View open and active before opening the xml / jsp editor. Thereafter, you may activate any other view but do not *close* the Properties View.
You may also notice that the backward typing will not occur the first time you open the file, but the second and perhaps subsequent times.If you’re using an ME 4.0 milestone already and / or experiencing different symptoms, do let us know so that we can isolate the problem and make sure it’s fixed.
Best,
Brian.
P.G.TaboadaMemberHi, thanks for the reply…
Its 4m2 for 3.1 with jdk 1.5_04 on a winXP notebook…
🙂
Brian FernandesModeratorPapick,
Can you give us a reproducable case after which this bug occurs?
I have a workaround mentioned here:
https://www.genuitec.com/forums/topic/html-editor-issue/&highlightCan you see if it works for you? Please let me know how it turns out as this will help us track it down.
Also, can you please post the stack trace from your log when backward typing occurs in this thread. I have a feeling I know what it will be already, but I’d like to make sure.
Thanks,
Brian
Daniel SerodioMemberI’m experiencing this problem now, editing a XML file using MyEclipse 4.0M2 and Eclipse 3.1.
Stacktrace is:!ENTRY org.eclipse.ui 4 0 2005-07-20 13:59:02.703 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.documentChanged(AbstractReconciler.java:236) at com.ibm.sse.model.internal.text.BasicStructuredDocument._fireDocumentChanged(BasicStructuredDocument.java:264) at com.ibm.sse.model.internal.text.BasicStructuredDocument.fireStructuredDocumentEvent(BasicStructuredDocument.java:948) at com.ibm.sse.model.internal.text.BasicStructuredDocument.replaceText(BasicStructuredDocument.java:1694) at com.ibm.sse.editor.StructuredDocumentToTextAdapter.replaceTextRange(StructuredDocumentToTextAdapter.java:952) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5787) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6625) at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2592) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5098) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5124) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4857) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:880) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:876) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1190) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3135) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3038) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3706) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2711) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948)
ahadoMemberI’ve seen this too but I couldn’t isolate the conditions under which it occurred or repeat it.
This was on Win XP Pro SP2/jdk1.5.0_3/Eclipse 3.1/MyEclipse4.0M2 for 3.1
Riyad KallaMemberGuys please try the workaround so we can know if this is the same bug.
-
AuthorPosts