Skip to content

v0.4

Compare
Choose a tag to compare
@dail8859 dail8859 released this 11 Apr 16:27
· 703 commits to master since this release

Note: if you have a previous version of Notepad Next installed, you should manually uninstall it first.

Changes:

  • EditorConfig support
  • Add 'Select Next Instance' via Ctrl+D
  • Include all the languages Notepad++ supports. Note: all of them have not been tested and some just don't work yet, but at least XML, C/C++, Python, Lua should work.
  • Add a 'Language Inspector' to allow lexer properties and styles to be modified in real time (changes do not get saved).
  • Fix deleting text selection with delete key
  • Update Advanced Docking System library
  • Replace library for managing Notepad Next as a single instance
  • Fix crash on startup if a file was specified on the command line to open
  • Fix compilation on OS2
  • Overall general code refactoring