juCi++ v1.4.3 Release Notes

Release Date: 2018-05-27 // almost 6 years ago
  • ๐Ÿ†• 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