Stable 1.0.0 release
Eclipse Solargraph has been in beta since April 2019, and has generally received positive feedback over the years. It's time to ship release 1.0.0!
- Compiler errors and warnings powered by Rubocop linting rules have been enabled. These can be configured via the .solargraph.yml and .rubocop.yml files.
- Running
gem build
on gemspec files was fixed. - The plugin now does a better job at locating the Solargraph and Readapt gems, which should make not found errors less likely after their initial installation.
- Dialogues no longer open the preference page when their exit button is used.
- Installation error dialogues have been made more helpful.
- When the plugin prompts you to set an executable path, the mouse cursor automatically focuses on the right field in the preference page.
- The plugin no longer breaks launch configurations when using Eclipse 2019-03, 2019-06, 2019-09 or 2019-12.
- Some of the plugin internals were modernised and the README was polished.