Skip to content

Releases: dail8859/NotepadNext

v0.4.3

05 Dec 16:41
Compare
Choose a tag to compare

Important notes:

  • if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.
  • the auto updater will not download this update automatically

Changelog:

  • Add Go support
  • Add Markdown support
  • Add shortcuts for moving lines up/down
  • Add 'Go to Line' dialog
  • Add registry key to enable/disable auto updates
  • Show full file path in main window title bar
  • Update scroll bar to show multiple cursors and the selection range
  • Fix highlight indentation guide
  • Fix line margin widths when zooming
  • Fix compiler errors for gcc

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Nov 16:26
Compare
Choose a tag to compare

Note: if you have Notepad Next v0.4 or older installed, you should manually uninstall it first.

  • Add auto-updater to check for new releases
  • Double click editor title bar to add new editor
  • Add basic auto indentation
  • Save more settings between application restarts
  • Allow closing tab with middle mouse click
  • Fix status bar doc type being incorrect
  • Cleanup show symbol logic
  • Apply showing wrap symbol in all editors
  • Prevent closing last file (leaving the editor with no documents at all)
  • Update 3rd party libraries

v0.4.1

20 Aug 21:35
Compare
Choose a tag to compare

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

Changes:

  • Switched to NSIS for building the Notepad Next installer
    • Added options to add Notepad Next to the context menu, start menu shortcut, and desktop shortcut
  • Updated icon with higher resolution
  • Added partial BetterMultiSelection functionality
  • Added ability to move file to trash
  • Update scintilla
  • Added more detailed building guide
  • Updated other 3rd party libraries

v0.4

11 Apr 16:27
Compare
Choose a tag to compare

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

v0.3.3

13 Oct 01:01
Compare
Choose a tag to compare

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

  • Update Scintilla to v4.4.5
  • Update ADS to v3.6.2
  • Fix where dockwidget was added on startup

v0.3.2

29 Aug 16:46
Compare
Choose a tag to compare

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

  • Update Scintilla to v4.4.4
  • Add surround selection capabilities
  • Fix new documents getting added to the correct dock area
  • Restore "Close All Except Active" feature
  • Restore closing all to left or right
  • Fix context menu for tab bar

v0.3.1

17 Jul 02:16
Compare
Choose a tag to compare

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

  • Add Quick Find feature (Ctrl+Alt+I)
  • Add license to zip package and installer
  • Update the Qt Advanced Docking System package
  • Restore Find/Replace dialog that was lost in v0.3
  • Restore right-click tab menu that was lost in v0.3
  • Fix issue with regex having 0 length matches
  • Fix regex flags being respected

v0.3

26 Jun 01:41
Compare
Choose a tag to compare
  • Add Qt Advanced Docking System
  • Update Scintilla to v4.4.3
  • Update Qt to v5.15
  • Update compiler to Visual Studio 2019

v0.2

27 Apr 03:55
Compare
Choose a tag to compare
  • Update Scintilla to v4.3.3
  • Cut/Copy allow line
  • Update Python language
  • Fixed assertion error when file is missing
  • Fought with appveyor (and mostly won)

v0.1

27 Nov 16:48
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release