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

0.5.1

Choose a tag to compare

@bruno-medeiros bruno-medeiros released this 25 Feb 15:08
· 651 commits to master since this release
  • Added support for source formatting using rustfmt (Ctrl+Shift+F).
    • Added Format Crate (cargo fmt) command to Project context menu.
    • Added "Format automatically on editor save." option.
  • Added signing to releases.
  • Fixed incorrect icon for errors and warnings in preference page status.
  • Fixed: can't save preference pages with empty fields.
  • Fixed: Preferences "Download..." button not working in Windows if HOME env-var not set (now uses %UserProfile% instead).
    • Also, "Download..." button now tries to download to the existing location in the preferences field, if it's a valid one.
  • Fixed: debugging won't find the Rust installation sources (the standard library), if the configured src path is any other than $SDK_PATH/src.