-
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
Java errors in RuntimePlugin.java #2
Comments
Yes, Mars is not backward compatible with Luna unfortunately. This change was accidental, but when compiling for Mars you can't know that it won't work on Luna. Do you see an opportunity for Frege to also move on to Mars, or is this a show stopper? |
No, the point is I want to go to Mars while supporting Kepler and Luna also. But it looks like I am not able to do this. I have changed the This would be ok for a while, but I really hope this is it, then. For, my most precious ressource is development time, and I simply cannot afford to squander days with such stuff. |
I "fixed" the setDefaultEditor problem by making sure it would never reach the method call, but always goes to the else branch. |
Trying to compile this under Luna, I get 3 errors:
The text was updated successfully, but these errors were encountered: