-
Notifications
You must be signed in to change notification settings - Fork 196
Load Last-Used Compiler Version on Startup #1229
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
Comments
Can you try this: #1224 (comment) |
Oh my - yes that was it. Sorry for the duplicate bug, I searched but guessed I missed it. Thanks! |
Actually @eric-milles, I may have spoken too soon. I found that compiler level still gets reset to 4.0 each time even without Preference Recording enabled. I see my workspace has: eclipse.preferences.version=1
groovy.compiler.level=24 After manually changing this file to have If I create a fresh workspace, it looks the preference file gets set to 25 correctly when switching the compiler level through Preferences, so not sure if a permission issue or what exactly is going on. |
I spoke too soon again - even with |
Using the 4.0.0 release in Eclipse 4.18, every time I start Eclipse it defaults back to the 4.0.0 compiler. I would like to see the ability for the plugin to remember the last used version on the workspace, and always start with that version. This way I can use different workspaces for different projects or branches that require specific versions of Groovy, without having to always double-start the workspace to get the correct compiler version selected, i.e.:
The text was updated successfully, but these errors were encountered: