NotepadNext

A cross-platform, reimplementation of Notepad++

GPL-3.0 License

Stars
9K
Committers
42

Bot releases are hidden (Show)

NotepadNext - v0.5.2

Published by dail8859 over 2 years ago

Changelog:

  • Added the option to comment/uncomment lines of code
  • Add Chinese translation
  • Add search results dock for showing all results in a file
  • Reduce Windows distribution package size
  • Use default palette for Find Replace Dialog
  • Fix crash when restoring floating dock widgets
  • Update Scintilla/Lexilla
  • Support PREFIX for Linux installation directory

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.5.1...v0.5.2

NotepadNext - v0.5.1

Published by dail8859 over 2 years ago

Changelog

  • Fix "Copy Full Path" & "Copy File Directory"
  • Adjust default font sized based on UI font size
  • Add text/plain mime type to .desktop
  • Fix missing icon in titlebar and taskbar on Linux

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.5...v0.5.1

NotepadNext - v0.5

Published by dail8859 over 2 years ago

This is the first release for macOS 🎉 This is still very experimental.

Changelog:

  • Add macOS release
  • Add match whole word to Quick Find
  • Add basic auto-completion
  • Reorder Help menu
  • Removed unused placeholders in Preferences Dialog
  • Fix AppImage on RHEL8
  • Fix regex case match
  • Fix regex search range
  • Fix version information on Linux

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.9...v0.5

NotepadNext - v0.4.9

Published by dail8859 over 2 years ago

Important notes: if you have Notepad Next v0.4.0 or older installed on Windows, you should manually uninstall it first.

This is the first release of an AppImage build for Linux 🎉 This is very experimental.

Changelog:

  • Fix C language lexer
  • Fix installer not adding correct components
  • Conditionally turn off folding margins
  • Improve Linux build

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.8...v0.4.9

NotepadNext - v0.4.8

Published by dail8859 over 2 years ago

Important notes: if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.

Changelog:

  • Support Linux builds
  • Installer will remove components when unchecked
  • Installer will remember installed components
  • Fix saving of Find & Replace Dialog settings
  • Set default wrap around search to enabled
  • Add ability to set EOL filled for styles
  • Fix ini file lexing
  • Prevent Folder as Workspace attempting to open folders
  • Hide Folder as Workspace dock on fresh installs
  • Save Folder As Workspace path between restarts
  • Update Scintilla to v5.2.0
  • Update Lexilla to v5.1.5
  • Update Advanced Docking System to v3.8.2

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.7...v0.4.8

NotepadNext - v0.4.7

Published by dail8859 over 2 years ago

Important notes: if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.

Changelog:

  • Add initial printing functionality (print preview, margins)
  • Add basic 'Folder as Workspace' functionality
  • Fix HTML language
  • Fix language applied to files with no extensions
  • Use correct lexer language for PHP
  • Increase buffer size when reading from disk
  • Sort dialog filter for file extensions
  • Improve startup speed of secondary instance

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.6...v0.4.7

NotepadNext - v0.4.6

Published by dail8859 over 2 years ago

Important notes:

  • if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.

Changelog:

  • Fix saving file not renaming editor tab
  • Fix default file paths for saving/opening files
  • Fix 'Copy Full Path'
  • Fix crash when having 2 files open with the same name
  • Other various code cleanup

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.5...v0.4.6

NotepadNext - v0.4.5

Published by dail8859 almost 3 years ago

Important notes:

  • if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.

Changelog:

  • Fix cursor starting at the end of a file when opened
  • Add Editor Inspector
  • Add option to installer for auto-updates
  • Skip inclusion of OpenSSL libraries in zip package
  • Lots of internal code refactoring and cleanup

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.4...v0.4.5

NotepadNext - v0.4.4

Published by dail8859 almost 3 years ago

Important notes:

  • if you have Notepad Next v0.4.0 or older installed, you should manually uninstall it first.

Changelog:

  • Adjust text selection color
  • Add shortcut for Join Lines
  • Initial Qt6 Support
  • Fix LanguageInspector issue not updating on lexer change
  • Tweak Python language properties
  • Detect language on new file save
  • Update Scintilla to v5.1.5
  • Code refactoring

Full Changelog: https://github.com/dail8859/NotepadNext/compare/v0.4.3...v0.4.4

NotepadNext - v0.4.3

Published by dail8859 almost 3 years ago

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: https://github.com/dail8859/NotepadNext/compare/v0.4.2...v0.4.3

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