Skip to content

Latest commit

 

History

History
177 lines (151 loc) · 12.5 KB

ChangeLog.md

File metadata and controls

177 lines (151 loc) · 12.5 KB

release ChangeLog

(NextVersion)

  • Fixed: NPE when invoking Content Assist inside a comment, string or character.
  • Updated minimum CDT to version 9.0.
  • Added: validation of crate name for Rust Project Wizard.
  • Removed preference "Show error dialog if Racer failures occur" as it's no longer necessary.
    • Content Assist will now distinguish between setup errors (errors that the user can fix, which are related to configuration and not the source) and other tool errors. For setup errors, a dialog will always be shown. For the other errors, if Content Assist was invoked manually, a dialog will also be shown, but if it was activated automatically the error will only be displayed in the editor status line.
  • Fixed: Eclipse variables not being substituted in environment-variables settings of launch configurations.

0.6.1

  • Improved the default names for automatically created launch configuration.
  • Added error display notification for Outline operation failures.
  • Fixed: Progress dialog never showing up when "Ok" pressed in LANG_NAME project properties page.
  • Fixed: Eclipse variables not being substituted in environment-variable values.
  • Fixed regression: Cargo not able to find rustc. (#113)

0.6.0

  • Added customization of the build command for Build Targets: It's now possible to specify a command other than the default one (the Cargo tool).
    • Note however that RustDT still expects the command output (the compiler error messages) to be in the same format as the default tool.
  • Added support for invoking a specific Build Target when a Rust editor is saved. This is called "auto-check", and is intended for build commands that only check for compilation errors, but don't produce artifacts. This has the potential to be faster than a regular build.
    • Default is rustc --lib -- -Zno-trans.
    • The goal for the future is to enable invoking this command on-the-fly (as the user types), although for this to be useful in practice it will likely require the compiler to support incremental compilation (or be super fast otherwise).
    • Added Building section to documentation.
  • Added support for modifying the environment variables of a Build Target's build command. (#72)
  • RustDT no longer needs to save the editor before invoking Racer.
  • New Cargo project can now initialize project using cargo init. (#106)
  • Added some new code snippets: enum, at and aq, if, ifl, whl, fn, fnr, test, macro. (#109)

--

  • Fixed "IllegalStateException: The service has been unregistered" on Mars.2 when Eclipse is closed.
  • Fixed: Running Targets from "crate#tests" failed in OS X due to ".dSYM" dir. (#96)
  • Fixed: Format tool (rustfmt) is invoked when an editor is saved automatically due to code completion. (#101)
  • Fixed: Pressing Tab key does not indent according to Editor indentation preferences. (#99)
  • Fixed: syntax highlighting for the character literal '\"'.

0.5.1

  • 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.

0.5.0

  • 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 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.
  • Added: 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.

0.4.2

  • Fixed: In debug, value of some variables not displayed due to "N/A (child of pretty printed object)" error.

0.4.1

  • After building, Cargo.toml syntax errors are now also displayed in editor as annotations.
  • Pressing F2 in the editor now shows information popup for problem under cursor (same as the mouse-over hover).
  • Improvement to Enter auto-indent when text after cursor has a closing brace. (Fixes #76)
  • Minimum and recommended CDT version is now 8.8.
  • 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)
  • When debugging, the source lookup path for the Rust standard library modules is now configured properly.
  • When debugging, fixed toggling breakpoints on and off for files that are outside the workspace.
  • When debugging, fixed opening source files that are are outside the workspace.
  • Fixed line breakpoint icon.
  • When debugging on Windows, the Rust GDB pretty printers are automatically configured, if they are found in ${RUST_ROOT}/bin/rustlib/etc/.
  • 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.

0.4.0

  • Added support for Eclipse dark theme. Namely:
    • Syntax/source coloring now have different settings for dark theme.
    • Fixed Tools Console colors, as well as content assist pop-up colors.
  • Added number literals source highlighting. (#55)
  • Added macro invocation source highlighting.
  • Syntax highlighting now works on the source compare editor/viewer.
  • Added per-project Rust Installation preferences. (fixes #63)
  • Added Content Assist support of name-only proposal insertion by pressing Ctrl+Enter. (only applicable to proposals that insert arguments)
  • Changed: newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C main, which is essentially useless outside of C/C++.
  • Added: cargo update action to Project explorer context menu. (#17)

--

  • Fixed: Properly implemented editor highlighting of Rust attributes with strings in them. (#24)
  • Fixed: AssertionFailureException pressing Enter after source with more closing braces than opening ones.
  • Fixed: Unindent (Shift-Tab) broken, does nothing after empty lines in selection.
  • Fixed "Unknown line format: " when invoking autocompletion with racer. (#68)

0.3.0

  • Added support for Build Targets, based on Cargo build targets.
    • Available Build Targets are displayed in the Project Explorer. You can configure which targets are enabled or not for a workspace build. Or run/debug a specific target.
    • Top-level Build Targets are: crate#no-tests and crate#tests. You can run/debug specific Cargo binaries or tests from the context menu of the Build Targets.
    • Added Project Build Configuration property page to configure Build Target options.
  • Added specific Project Explorer icons for Rust crate elements: the src, test, target folders; the Cargo.toml file.
  • Added Project Explorer element with Cargo dependency references.
  • Added: launch shortcut for a Rust project and Rust integration tests. This is a quick way to create a launch from the Project Explorer context-menu, by selecting either a project, or a Rust test source file in tests/, and selecting "Run As" or "Debug As".
  • Added new Configuration section in the User Guide. (#46)
  • Added UserGuide note about using Homebrew GDB in OS X.

Fixes:

  • Fixed: if build tool reports many error messages, the Eclipse project build will take too long to finish. (#26)
  • Fixed: Properly parse Racer "END" line syntax, don't show error when this occurs. (#57)
  • Fixed: when invoking Rust tools like Cargo, add tool directory to beginning of PATH, not end. (#59)
  • Fixed: Don't show error dialog when Racer fails. Only the editor status line is updated now. (#41)
  • Fixed: Occasional AssertionFailure when creating new projects in nested locations (project would not show up in Explorer).
  • Fixed: Arguments field in launch configuration is not multi-line.

0.2.2

▶ Recommended/tested CDT version is now 8.7

  • Fixed #44: Debugging not working on Eclipse 4.5 Mars (CDT 8.7), for certain platform/GDB combinations.
  • Fixed #43: PATH of external tools bungled if original PATH not set (Windows)
  • Doc: added note about Cygwin GDB not being recommended for debugging.

0.2.1

  • Added Content Assist preference page, with auto-activation options (#23).
  • Improved transparency/aliasing of content assist icons - this improves them for dark themes.
  • Upgraded minimum Java version to Java 8
  • Added: Show error message dialog if starting Eclipse with a Java version below the minimum.
  • Added: Content Assist proposal list now shows a popup on the right with a small description of the selected proposal.
  • However, this is based on information provided by Racer, which at the moment is fairly limited.

Fixes:

  • Fixed #31: Added workaround to fix OS X issue "Could not execute process rustc -vV".
  • Fixed #27: the preference pages are now searchable in the Preferences dialog search field, by means of relevant keywords.
  • Fixed #39: Unable to parse multiline rustc error messages
  • Fixed #37: No editor problem underlining for macro expansion errors
  • Fixed #36: Autocompletion error Unknown line format: on std::process::Command.
  • Fixed: snippets Content Assist preview information hover not showing up.
  • Fixed: Tab policy: "Spaces Only" preference ignored when pressing TAB to indent.

0.2.0

  • Added: Open Definition functionality using Racer.
  • Added: Content Assist functionality using Racer.
  • Added: Content Assist auto-insert of function arguments for function proposals.
  • Added: Content Assist code snippet proposals. Configurable in Preferences/Rust/Editor/Code Snippets. (needs more defaults)
  • [Doc] Added Content Assist / Open Definition section.
  • Added: Automatically set up Rust GDB pretty-printers for debug launches. (#6)
  • [Doc] Added GDB pretty-printers section.
  • Note: I couldn't get this to work on any Windows GDB (Cygwin, TDM-GCC, MinGW-w64).
  • Upgraded minimum CDT version to 8.6.0.
  • [Doc] Added Editor auto-indentation section.

0.1.1

  • Added: Source menu with shift right/left operations.
  • Added: Toggle Comment action (shortcut: Ctrl+/) to Source Menu.
  • Added: Editor Go To Matching Bracket action (shortcut: Ctrl+Shift+P).
  • Fixed #2: Lifetimes are incorrectly highlighted as char
  • Fixed: "Attribute" syntax highlighting option missing from Source Coloring preference page.
  • Added: Syntax highlighting for lifetime token.
  • Added: Syntax highlighting for strings inside attribute region.
  • Fixed minor bug with block comments syntax highlighting.
  • [Doc] Fixed: missing UserGuide screenshot of debug launch configuration.
  • [Doc] Added: Installation guide note for users in China.

RustDT 0.1.0 - Initial release

  • Added: Rust source code editor, with:
    • Syntax highlighting. Configurable in Preferences/Rust/Editor/Source Coloring.
    • Automatic indent/de-indent and brace completion on certain keypresses (Enter, Backspace). Configurable in Preferences/Rust/Editor/Typing.
  • Added: Rust/Cargo Project wizard.
  • Added: Rust/Cargo project builder.
    • With in-editor build errors reporting.
  • Added: Debugging support using CDT's GDB integration.