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

v1.4.3

Compare
Choose a tag to compare
@eidheim eidheim released this 27 May 10:56
· 9 commits to master since this release

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