This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
0.14.1
bruno-medeiros
released this
15 Feb 15:51
·
659 commits
to master
since this release
- Added (partial) support for
dub.sdl
DUB projects. (Fixes #122)- Changing a project from DUB's JSON format to SDL (and vice-versa) during an Eclipse session is not supported. You will need to restart Eclipse for changes to be recognized/refreshed.
- Build Targets display in the Project Explorer is not supported with the SDL format.
- 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).
- Improvement to Auto-Indent when Enter pressed before a closing brace.
- Added "headerbar", "BUG", "FIXME", "apl" code snippets.
- Project builder is no longer invoked when workspace "Build Automatically" setting is enabled and a file is saved. (this was considered a misfeature anyways)
- Minimum and recommended CDT version is now
8.8
.
- Fixed bug with Content Assist snippets using the
${word_selection}
variable. - 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.
- 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.
- Fixed: project Build Targets settings pages shows wrong default for Program Path field
- Fixed incorrect icon for errors and warnings in preference page status.
- Fixed: can't save preference pages with empty fields.