Skip to content

Releases: PyvesB/eclipse-solargraph

Dialogue clarification and general polish

30 Sep 20:02
Compare
Choose a tag to compare
  • Clarify debug session behaviour when the Readapt gem needs to be installed.
  • A number of areas were polished: code clean up, README improvements, GitHub action fixes, build modernisation.

Fix gem capitalisation in path

01 Mar 21:37
Compare
Choose a tag to compare
  • The paths locating the Solargraph or Readapt gems included a capital letter in the gem name. This has now been fixed, even though there was probably no impact on most platforms.

Debugger and various fixes

10 Feb 21:36
Compare
Choose a tag to compare
  • Experimental debugger support, using the Readapt gem.
  • Launching different files with the same name will now properly create separate launch configurations.
  • Fixed installing and updating gems when your workspace path contains spaces (thanks @ams-tschoening).
  • Improved project setup (thanks @akurtakov).
  • Fixed rare case where launch a file could freeze the IDE.

Better block comments and improved project setup

16 Nov 13:06
Compare
Choose a tag to compare
  • New lines are automatically inserted between =begin and =end Ruby block comment delimiters.
  • Installation should no longer fail on older Eclipse versions (Photon, 2018-09, 2018-12).
  • A target platform definition was added, making it easier to setup the project and contribute back! See the Readme for more information.

Launch configurations

09 Nov 10:16
Compare
Choose a tag to compare
  • Customisable launch configurations can now be used to launch files as Ruby scripts. Thanks to @ akurtakov for his contribution!

Logging and performance improvements

18 Oct 21:01
Compare
Choose a tag to compare
  • When the Solargraph gem installation or update fails, the message in the Error Log view will now contain more detailed information.
  • Small performance improvements.

General polish

06 Oct 20:54
Compare
Choose a tag to compare
  • Backticks are now inserted in matching pairs.
  • Several messages and strings are more user-friendly.
  • The editor icon was reworked to avoid the gem overlapping with common version control markers.
  • Various code improvements.

TextMate fixes

02 Sep 10:43
Compare
Choose a tag to compare
  • Line and block comment shortcuts now produce the correct outputs.
  • Other minor editor improvements.

Custom icon and improved versioning

25 Aug 18:14
Compare
Choose a tag to compare
  • Ruby files now have a custom icon in Eclipse 4.13+.
  • The plugin should run more smoothly on Eclipse versions from 2018 (Photon, 2018-09 and 2018-12). Previous version of the IDE are not supported.

Launch shortcuts

28 Jul 20:29
Compare
Choose a tag to compare
  • New launch shortcuts to run files as Ruby programs as well as run bundle install on Gemfiles and gem build on gemspec files.
  • Improvements to the preferences page.