Releases: dail8859/NotepadNext
Releases · dail8859/NotepadNext
v0.4.3
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
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
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
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
v0.3.2
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
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