Skip to content

QTextPad 1.5

Compare
Choose a tag to compare
@zrax zrax released this 01 Sep 21:34
· 160 commits to master since this release
1.5
  • Add a new Search widget for basic searching.
    • Searching with the widget also highlights all matches in the document.
    • The old Find and Replace dialog is still available under the "Replace" menu/toolbar action.
  • Add a selected character count to the status bar.
  • Show a message indicating that the syntax definition update is complete (and how long it took).
  • Fix brace matching around strings with nested quote characters (e.g. a single apostrophe in a quoted string).
  • Fix default localization on platforms with multiple languages installed.
  • Fix builds with static versions of KF5 Syntax Highlighting
  • Fix a minor performance regression from 1.4
  • Windows: Bundle KSyntaxHighlighting 5.73
  • macOS: Binary releases are now available for macOS 10.12 (Sierra) and later, thanks to GitHub Actions.