This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
0.14.0
bruno-medeiros
released this
27 Oct 17:15
·
881 commits
to master
since this release
- 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 syntax highlighting.
- Syntax highlighting now works on the source compare editor.
- Added support for Content Assist name-only proposal insertion by pressing
Ctrl+Enter
. (only applicable to proposals that insert arguments) - Added per-project DUB installation preferences.
- 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++.