Releases: eteran/nedit-ng
Releases · eteran/nedit-ng
2018.9
2018.8
2018.7
2018.6
2018.5
2018.4
- Fixed a rare crash with large forward lookaheads in regex engine
- Fixed an issue where some command line arguments were not properly being relayed from
nc-ng
tonedit-ng
in server mode - Fixed issue where Qt has been filtering
-geometry
fromargv
- A few modernizations of the code
2018.3
- Lots of small changes for code quality
- Big performance improvement when using fixed width fonts
- Misc bug fixes
- Fixed issue with settings importing for the first time
- Started French translation (not complete yet)
- More strings are translatable now
- Some minor improvements for macOS building (not ready for production use yet though)
- Using Native printer support
2018.2
- Fixed margins slightly
- Fixed line number font/color
- Usability improvements for some dialogs
- Native system printer support (no longer uses lpr)
- Technically compiles and runs on macOS... but isn't ready yet
- Fixed memory management of macros
- Fixed minor corner case bug in regex engine
- Removed some deprecated settings
- Removed
REPLACE_SCOPE
support (we'll be maintaining a single dialog style for Find/Replace going forward) - Fixed tab text when local theme doesn't provide a save icon
- Implemented new font selector
2018.1
RC15
- Fixed the need to use the deprecated
qSort
instead ofstd::sort
by correcting sorting predicate - minor cleanup of some comments