-
Notifications
You must be signed in to change notification settings - Fork 4
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
editor marks error when I use the resource grammar framework #22
Comments
I'm going to be honest and say that I don't have time to look into this right now. But thanks for the report... and pull requests are always welcome :) |
Hello John, I know you have no time, but... do you have any news about this issue? |
I am sorry @fernando73 but I do not actively work on this project anymore. |
thank you anyway. By the way, I suppose I could to solve the bug by myself, regards, 2014-05-19 8:14 GMT+01:00 John J. Camilleri notifications@github.com:
|
The code for the plugin is publicly available in this GitHub repository, i.e. https://github.com/GrammaticalFramework/gf-eclipse-plugin |
Hello,
When I have tried to use the resource grammar framework, I obtain the error message:
"Couldn't resolve reference to Ident X"
Where X is every resource grammar framework element that I'm using in my code.
I tried to clean the Project and "Build automatically" is on. - it didn't work, the errors are still there. The GF_LIB_PATH is ok, in fact there were no errors in building the grammar - only in the editor.
I use Eclipse Kepler, GF 3.3 and Windows 8.1. In the log file when Eclipse is launched I can see:
eclipse.buildId=M20130204-1200
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86_64
Error
Tue Mar 18 19:26:22 CET 2014
Conflicting handlers for org.grammaticalframework.eclipse.ui.commands.Clone: {org.grammaticalframework.eclipse.ui.commands.CloneHandler} vs {org.grammaticalframework.eclipse.ui.commands.CloneHandler}
eclipse.buildId=M20130204-1200
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86_64
Error
Tue Mar 18 19:26:22 CET 2014
Conflicting handlers for org.grammaticalframework.eclipse.ui.commands.ToggleGFNature: {org.grammaticalframework.eclipse.ui.commands.ToggleGFNatureHandler} vs {org.grammaticalframework.eclipse.ui.commands.ToggleGFNatureHandler}
The text was updated successfully, but these errors were encountered: