When opening Lua Editor get method not found error
Status: Beta
Brought to you by:
zovirax
I have Eclipse Ganymede SDK v3.4.1 with DLTK v.95.1. I have LunarEclipse v1.2.8. When I go to open the Lua Editor I get the following error:
An error has occurred. See error log for more details.
org.eclipse.dltk.internal.ui.editor.EditorUtility.getEditorInputModelElement(Lorg/eclipse/ui/IEditorPart;Z)Lorg/eclipse/dltk/core/IModelElement;
It opens an empty tab in the Editor Window.
Hi,
I had the same problem and fixed it (using the code from the SVN); however it requires modifying the LunarEclipse code and rework it for the new DLTK interfaces (I also used the occasion to jump to DLTK 1.0x). However LunarEclipse is written for Java 1.4 while the current Eclipse platform really fares far better on 1.5.
I started refactoring code (using parametrized types, etc) but I came across a lot of dead code I don't know what to do with (leave it there or remove it). Is it there for a reason? (notably the many unused imports).
I'd happily submit patches and more if zovirax is still around; in the mean time I can give you the working archive if you'd like.
--
Simon Chemouil,
Anyware Tech.
H Simon,
i'm still around but hat very little time for LunarEclipse. But I'd be also happy if anybody wants to help, so that LunarEclipse won't die.
I've seen your patch and if you want you can have acces to the SVN and submit your improvements directly. Just tell me your accountname on sourceforge
Cheers Nicolai aka. Zovirax
Hi Nicolai,
Thanks for your answer and proposal. I haven't used SF for years and lost my previous credentials so I made a new account.
I can't promise I will make LunarEclipse evolve much but I can at least get it to work & abide by Eclipse community standards by next week. If you grant me commit access I will rework the patch because it's a tad messy :).
By the way, what about all the dead code? Is there any plan to use it later on?
Cheers,
--
Simon Chemouil,
Anyware Tech.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Hi guys, I'm still wondering as to how to resolve the above-mentioned issue
It really bothers me and there's very little information about it in the net
I'm sorry, but I've no time at the moment to maintain the Plugin. I hope to fox it soon.
I have a patch that fixes this, waiting to get SVN commit access.