juCi++ v1.4.4 Release Notes
Release Date: 2018-06-10 // over 6 years ago-
๐ Cleanups, bugfixes and other improvements:
- ๐ Fixed compilation in MSYS2 with liblldb
- ๐ Changed type of
bool
toatomic<bool>
to avoid undefined behavior - ๐ Fixed errorenous iterator usage in libclangmm's
clangmm::Tokens::Tokens
- Similar symbol tagging cleanup
- Extension is no longer selected when renaming files from directory view
- ๐
package.json
files are no longer style formatted on save
Previous changes from v1.4.3
-
๐ New features:
- Cut/Copy now cuts/copies line if no text is selected
- Type tooltip is shown at auto symbol
- Now adds
#pragma once
when opening empty C/C++ header - Can now undo file reload
- โ Added Flow coverage support
๐ Cleanups, bugfixes and other improvements:
- Cleanup and minor improvements to cut/copy/paste on various widgets
- Tooltips are no longer hidden when the cursor is moving towards them
- ๐ Cleanup of styles, and no longer uses deprecated functions related to setting styles
- Correctly marks JavaScript as a language that uses brackets (bug introduced in last version)
- Spellcheck context fix for cmake files (bug introduced in gtksourceview language spec)
- Corrected SelectionDialog window height
- ๐ Fixed various warnings found through different clang-tidy checks
- Implement Method now includes noexcept specifier