Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

0.5.0

Choose a tag to compare

@bruno-medeiros bruno-medeiros released this 25 Feb 14:38
· 770 commits to master since this release
  • Added support for Outline, Quick-Outline, and on-the-fly parser errors, using the Rainicorn tool.
  • Added download operation to the Racer preferences (uses cargo install), as well as to the Rainicorn preferences.
  • Added "match", "matchb", "apl", and "main" code snippets.
  • Added: The title of a Rust editor for "mod.rs" files is now "[foo]", where foo is the name of the parent directory (this should be the same as the module name). The objective is obviously to disambiguate editors when you have several "mod.rs" files open.

  • Fixed: Dirty editors are now automatically saved if a build is invoked directly from a Build Target in the Project Explorer. (if the workspace "Save automatically before build" option is enabled).
  • Fixed workspace resource locking when a build is invoked directly from a Build Target in the Project Explorer.
  • Fixed regression: Console view always activates when a build is invoked.
  • Fixed bug with Content Assist snippets using the ${word_selection} variable.