RustDT v0.4.1 Release Notes

Release Date: 2015-11-25 // over 8 years ago
  • Debugging:

    • ๐Ÿ”ง The source lookup path for the Rust standard library modules is now configured properly.
    • ๐Ÿ›  Fixed toggling breakpoints on and off for files that are outside the workspace.
    • ๐Ÿ›  Fixed opening source files that are are outside the workspace.
    • ๐Ÿ On Windows, the Rust GDB pretty printers are automatically configured when debugging, if they are found in ${RUST_ROOT}/bin/rustlib/etc/.
    • Minimum and recommended CDT version is now 8.8.

    Other changes:

    • Pressing F2 in the editor now shows information popup for the problem under the cursor (same popup as the mouse-over hover).
    • ๐Ÿ— Project builder is no longer invoked when the workspace "Build Automatically" setting is enabled and a file is saved. (this was considered a misfeature anyways)
    • ๐Ÿ— After building, Cargo.toml syntax errors are now also displayed inside the editor.
    • ๐Ÿ‘Œ Improvement to Auto-Indent when Enter pressed before a closing brace. (Fixes #76)
    • โž• Added Racer preference to enable/disable showing the error dialog if failures occur during Content Assist. (#74)
    • ๐Ÿ›  Fixed: Project Build Targets settings page shows wrong default for Program Path field.
    • ๐Ÿ›  Fixed: Editor syntax highlighting of raw strings.
    • ๐Ÿ›  Fixed: Breakpoint icon alignment and transparency.