Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@KapiX KapiX released this 14 May 20:30

COMPATIBILITY BREAK: This version uses Scintilla 5.x which moved lexers to separate Lexilla project. Using numbers to identify lexers is no longer possible, and all language files moved to strings as lexer identifiers. If you have custom languages added, you will need to update them or Koder will crash. See commit 4ab2e87.

Changes:

  • Add Find/Replace history.
  • Add --wait switch to block when used from command line.
  • Make Find/Replace field follow system colors.
  • Reworked Find/Replace logic to be more robust and bug-free.
  • Fix crash when URL is passed as file argument.
  • Add support for Lua.
  • Fix context menu position.
  • Add "Open recent" menu.
  • Fix Esc key not closing Find/Replace window.
  • Change selection highlight to be more consistent with the OS.
  • Fix hardcoded sizes for views dependent on scroll bar size (HiDPI awareness).