Atom Ide Scala Versions Save

:atom: Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)

v0.11.0

4 years ago
  • Add Metals config options (#83)

v0.10.1

4 years ago
  • Get active connection on demand for window focus callbacks (#82)

v0.10.0

4 years ago
  • Update for Metals v0.6 (#81)
    • Add custom metals/windowStateDidChange notification

v0.9.0

4 years ago
  • Update for Metals v0.5 (#77)
  • Drop ENSIME support (#78)

v0.8.2

5 years ago
  • Fix didFocus notification on a disposed connection (#73)
  • Update status only for project-related tabs and remove for unrelated ones
  • Start server for any Scala-related files (based on syntax scope)
  • Update Metals version to 0.3.1
  • Handle metals-doctor-reload command to update doctor view on every import

v0.8.1

5 years ago

Minor fixes (see #71):

  • add Metals command names (and rename metals-run-doctor to metals-doctor-run)
  • fix notification for the new projects initialization

v0.8.0

5 years ago

This release is focused on updating to the new version of Metals v0.2. See #69 for details.

v0.7.0

6 years ago
  • #61: Add version setting for each server instead of one common. If you used it before, erase it and set the desired server version instead.
  • #62: Add command to restart all servers associated with the client

v0.6.0

6 years ago

This is a huge release, it includes a lot of improvements and new features 🚀 Here are some highlights:

  • Added support for running server commands (through the command palette) (#34)
  • Moved configuration to the Scala code (#29) and added a typed API for it (#37)
  • Added Metals configuration as a part of the plugin's settings UI (#42)
  • Split reusable part of the build into an sbt plugin: sbt-atom-package (#17, #44)
  • Added support for the logging console UI (#47)
  • Added support for the Dotty language server (#48)
  • Added project setup detection to launch the right server automatically (#53)

See the full list of merged PRs in this release in the BIG release milestone.

I'd like to thank @Jarlakxen for contributing to the project. Especially for improving Scala.js facades in the scalajs-atom-api project.

v0.5.0

6 years ago

Minor improvements