-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open Grails views: "Editor could not be initialized" #357
Comments
What version of Eclipse and Groovy-Eclipse do you have installed?
|
For reference, this is from public PerWorkingCopyInfo getPerWorkingCopyInfo() {
if (elementInfo == null) {
try {
elementInfo = (CompilationUnitElementInfo) createElementInfo();
openWhenClosed(elementInfo, true, new NullProgressMonitor());
} catch (JavaModelException e) {
elementInfo = null;
Activator.getDefault().getLog().log(e.getJavaModelStatus());
}
}
return info;
} |
Oh, sorry I forgot to post that info. I'm using Eclipse 3.6.4.RELEASE, Build: 201503100339, Eclipse Luna SR1 (4.4.2 ) (latest GGTS) and Groovy-Eclipse 2.9.2.xx-201710310549-e44 . |
I could reintroduce the legacy compatibility, but really GGTS should not be using this API that was removed 6-7 years ago.
|
Should work after the next build. Just don't update past Eclipse Mars if the GGTS version remains unpatched. |
Thanks for your support :) |
It worked, thanks! |
Hi,
I'm having a weird problem since the last update. When I'm try to open a gsp file, I've got this message:
Stacktrace is:
The text was updated successfully, but these errors were encountered: