NotepadNext

A cross-platform, reimplementation of Notepad++

GPL-3.0 License

Stars
9K
Committers
42

Bot releases are visible (Hide)

NotepadNext - v0.4.2

Published by dail8859 almost 3 years ago

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
NotepadNext - v0.4.1

Published by dail8859 about 3 years ago

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
NotepadNext - v0.4

Published by dail8859 over 3 years ago

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
NotepadNext - v0.3.3

Published by dail8859 about 4 years ago

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
NotepadNext - v0.3.2

Published by dail8859 about 4 years ago

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
NotepadNext - v0.3.1

Published by dail8859 over 4 years ago

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
NotepadNext - v0.3

Published by dail8859 over 4 years ago

  • Add Qt Advanced Docking System
  • Update Scintilla to v4.4.3
  • Update Qt to v5.15
  • Update compiler to Visual Studio 2019
NotepadNext - v0.2

Published by dail8859 over 4 years ago

  • 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)
NotepadNext - v0.1

Published by dail8859 almost 5 years ago

Initial release