Skip to content

Releases: unixwork/xnedit

XNEdit 1.6.1

05 Jan 17:17
Compare
Choose a tag to compare

version 1.6.1 (2025-01-05)

  • added EXCLUDE_FONTS compile option
  • improved compatibility with normalized file names on macOS
  • fixed non-functional numpad separator key
  • fixed bug in sh syntax highlighting in case command substitution contains
    double quoted strings
  • fixed crash in color preferences dialog

XNEdit 1.6.0

05 Dec 18:01
Compare
Choose a tag to compare

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

XNEdit 1.5.3

12 Feb 20:31
Compare
Choose a tag to compare

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

XNEdit 1.5.2

05 Oct 17:56
Compare
Choose a tag to compare

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

XNEdit 1.5.1

06 Sep 18:17
Compare
Choose a tag to compare

XNEdit 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

XNEdit 1.5.0

09 Jul 11:35
Compare
Choose a tag to compare

XNEdit 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