Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

v1.0.1

Compare
Choose a tag to compare
@eidheim eidheim released this 22 Dec 09:00
· 956 commits to master since this release
  • out-of-source build system. Note: when going from in-source build (juCi++ v1.0.0) in a project to v1.0.1, you might need to remove CMakeCache.txt to use the new build directory (./build by default, see preferences).
  • updated docs/install.md with respect to the new build system.

Additional changes:

  • improved parsing of add_executable in cmake files, also tries to guess executable based on active tab source file
  • default make_command changed to "cmake --build ." to support other build tools than make
  • minor utf-8 fix when selecting text after doing search and replace
  • better hiding of tooltips and dialogs when switching between applications/tabs
  • improved autocomplete, for instance if moving cursor while performing autocomplete
  • if a source/project has .clang-format file, this will be used instead of the application wide settings