Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Mac OS X port

Hi,
I just built Andre´s most recent mac os x drop (0505) and installed eclipse (plugins from 1705 and 1905) according to his instructions in the ReadMe.
It´s astounding how much you did in such a short time. Great work Andre!

I came upon one problem:
I can´t write text correctly. When I type "abc" into a source file, the result is: i) The typed text appears on the screen just after I change the line using the "up"/"down" arrows or the "return" key. ii) The attached exception is printed to the console each time I hit a key.

Is it just me being to dumb to oversee some

!ENTRY org.eclipse.core.resources 1 4 20.05.02 23:38
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 20.05.02 23:38
!MESSAGE java.lang.NoSuchMethodError
!STACK 0
java.lang.NoSuchMethodError
at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:2794) at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:2840) at org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(
PresentationReconciler.java:430)
at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage
(PresentationReconciler.java:419)
at org.eclipse.jface.text.presentation.PresentationReconciler.access$5
(PresentationReconciler.java:415)
at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.
textChanged(PresentationReconciler.java:150)
at org.eclipse.jface.text.TextViewer.updateTextListeners(TextViewer.java:1366) at org.eclipse.jface.text.TextViewer$DocumentListener.documentChanged
(TextViewer.java:266)
at org.eclipse.jface.text.AbstractDocument.fireDocumentChanged
(AbstractDocument.java:527)
at org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:819) at org.eclipse.jface.text.DocumentAdapter.replaceTextRange(DocumentAdapter.java:
138)
at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5095)
	at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:5807)
	at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2392)
	at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:4581)
at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:4557) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4302)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:506)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1234)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1106)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1080)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1063)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:
739)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:195)
	at org.eclipse.core.launcher.Main.run(Main.java:541)
	at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.apple.buckyball.app.LaunchRunner.run(LaunchRunner.java:82)
	at com.apple.buckyball.app.LaunchRunner.callMain(LaunchRunner.java:44)
	at com.apple.buckyball.app.CarbonLibApp.main(CarbonLibApp.java:76)
java.lang.NoSuchMethodError



Back to the top