Hey
The plugin works for me, except I keep getting an error while editing my templates: Unhandled exception caught in event loop etc.
Due to that error the plugin is unuseable. Since it makes the editing 'stop' each time the exception occurs.
Stig
Please open a bug report. To let me reproduce the exception include the stacktrace from eclipse log and attach a sample template to the bug report.
Additional info like JDK version, OS, Eclipse version may be helpful...
Torsten
This error is related to the usage of API which is not available in older versions of Eclipse :-(
The plugin's cursor position tracking uses stuff from the AbstractEditor which is available in Eclipse 2.1 only.
Next time I will test my plugins with Eclipse 2.0 too!!!
The bug will be fixed very soon.
Problem solved in new release 0.9.2.
Cheers, Torsten
Log in to post a comment.
Hey
The plugin works for me, except I keep getting an error while editing my templates:
Unhandled exception caught in event loop etc.
Due to that error the plugin is unuseable. Since it makes the editing 'stop' each time the exception occurs.
Stig
Please open a bug report. To let me reproduce the exception include the stacktrace from eclipse log and attach a sample template to the bug report.
Additional info like JDK version, OS, Eclipse version may be helpful...
Torsten
This error is related to the usage of API which is not available in older versions of Eclipse :-(
The plugin's cursor position tracking uses stuff from the AbstractEditor which is available in Eclipse 2.1 only.
Next time I will test my plugins with Eclipse 2.0 too!!!
The bug will be fixed very soon.
Problem solved in new release 0.9.2.
Cheers,
Torsten