Path to this page:
./
editors/xnedit,
Fork of NEdit with Unicode support and antialiased text
Branch: CURRENT,
Version: 1.6.0,
Package name: xnedit-1.6.0,
Maintainer: michaXNEdit is a multi-purpose text editor for the X Window System, which
combines a standard, easy to use, graphical user interface with the
thorough functionality and stability required by users who edit text
eight hours a day. It provides intensive support for development in
a wide variety of languages, text processors, and other tools, but at
the same time can be used productively by just about anyone who needs
to edit text.
XNEdit is a fork of the Nirvana Editor (NEdit) and provides new
functionality like antialiased text rendering and support for unicode.
Master sites:
Filesize: 1456.926 KB
Version history: (Expand)
- (2024-12-06) Updated to version: xnedit-1.6.0
- (2024-02-14) Updated to version: xnedit-1.5.3
- (2023-11-12) Updated to version: xnedit-1.5.2nb1
- (2023-10-06) Updated to version: xnedit-1.5.2
- (2023-09-08) Updated to version: xnedit-1.5.1
- (2023-07-12) Updated to version: xnedit-1.5.0
CVS history: (Expand)
2024-12-06 12:20:06 by Michael Baeuerle | Files touched by this commit (4) |
Log message:
editors/xnedit: Update to 1.6.0
Add patch to not execute binary on build machine.
version 1.6.0 (2024-12-05)
--------------------------
- added IO filters
- added gzip/bzip2 default options for opening and saving of compressed files
- added a filter for monospace fonts to the font selector
- added preferences for undo limits
- added fallbackCharset preference
- improved filedialog error handling
- improved fillParagraph to be utf-8 aware
- improved clipboard_to_string macro function to support utf-8
- improved tolower/toupper macro functions to support utf-8
- improved xnedit unicode-capable textfield and enabled it by default
- improved text rendering and resizing performance
- improved opening of large files
- changed max tab size to 256
- removed dependency on libpcre for matching editorconfig patterns
- fixed encoding when including files
- fixed crash in filename_dialog macro function
- fixed compatibility with Motif 2.3.8
- fixed detached tab window size
- fixed font width detection
- fixed filedialog not showing the default name when available
- fixed some memory leaks and uninitialized memory access
- fixed crash on Solaris sparc
- fixed build on Solaris/Illumos
- fixed integer overflow/possible buffer overflow in measureVisLine
- fixed some UI color inconsistencies
- fixed some color dialog rendering issues
- fixed encoding error dropdown menu not working sometimes
|
2024-02-14 17:22:54 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
editors/xnedit: Update to 1.5.3
version 1.5.3 (2024-02-12)
--------------------------
- changed file dialog to remember the filter setting
- fixed uninitialized memory access
- fixed editorconfig end_of_line setting was not applied
- fixed cursor line highlighting rendering
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-10-06 11:37:42 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
editors/xnedit: Update to 1.5.2
version 1.5.2 (2023-10-05)
--------------------------
- fixed disabling Read Only doesn't disable encoding error locks
- fixed filedialog not showing the sort indicator sometimes
- fixed potential buffer overflow in ExecShellCommand/ExecCursorLine
- fixed build on Solaris 10
|
2023-09-08 14:32:02 by Michael Baeuerle | Files touched by this commit (2) | |
Log message:
editors/xnedit: Update to 1.5.1
CHANGELOG
=========
version 1.5.1 (2023-09-06)
--------------------------
- added DISABLE_MULTICURSOR compile option
- fixed potential crash caused by uninitialized memory access in CreateBGMenu
- fixed unnecessary stat line updates when using multiple cursors
- fixed cursor line highlighting bug when removing a selection
|
2023-07-12 15:22:10 by Michael Baeuerle | Files touched by this commit (3) | |
Log message:
editors/xnedit: Update to 1.5.0
Add patch to not execute binary on build machine.
Add perl build dependency (for man page).
Remove libXpm dependency (no longer used, see changelog below).
Remove USE_DIRENT configuration (used by default now).
version 1.5.0 (2023-07-09)
--------------------------
- added experimental support for multi-cursor editing
- added new setting Lock File on Encoding Error
- added horizontal scrolling via btn6/7
- added current window size as default values to Initial Window Size dialog
- added marking to iconified windows in the window menu
- added persistent search/replace history
- added CDE dnd integration
- updated macos makefile
- improved font width detection
- improved text rendering performance
- changed behavior when a file was opened with encoding errors (lock on error)
- removed file dialog icon view / removed libXpm dependency
- fixed macro recording of composed characters
- fixed xnc not detecting the correct virtual desktop of windows
- fixed new file name not always used in the save file dialog/detaiview
- fixed possible out-of-bounds read in primary selection
- fixed line number background clip rectangle
- fixed case insensitive search not working with non-ASCII characters
- fixed isrcFind icon size setting
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72) |
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
|