Software update: CudaText 1.197.0

Spread the love

Version 1.197.0 of CudaText has been released. This open source and cross platform text editor is available for Windows, Linux, macOS, BSD and Solaris. It has extensive possibilities that are particularly interesting for software developers. Developed in Object Pascal, it starts quickly and the functionality can be further expanded using Python add-ons. The program is actively developed and new versions are released regularly. The changelog for this release looks like this:

Added:

  • Font of code-tree can be additionally scaled, added option “ui_tree_font_scale”
  • Text search shows additional confirmation when ‘wrapped search’ is off and search reaches the edge of the document
  • When text search silently wraps at document edge (because of Find dialog option “O”), Find dialog input field can blink (this is off by default); added option: “find_wrapped_blinking”
  • Themed scrollbars: add coloring of mouse-over scrollbar arrows
  • Commands “move tab to group 3 / 4 / 5 / 6”
  • Project Manager: command “Add to project: folder of the current file”
  • Project Manager: context menu item “Copy path relative to project”

Changed:

  • If “ui_reopen_session”:true, don’t automatically add all opened files to ‘recents’ on exit, like in Sublime
  • Previously, with “undo_limit”:5000 deletion of 7000 selected lines was clearing the Undo; now, deleting selection of 7000 lines is considered as “one action” and it is always malfunctioning in Undo; this is much slower on big selections, but Undo is important

Fixed:

  • “List index” error when selecting big block by Ctrl+Shift+End and typing/inserting
  • Couple of minor UI issues in the Find dialog
  • Linux/Unix: when owner of file is ‘root’ with ‘rw-r–r–‘, and owner of file’s dir is ‘user’, app could not save the file
  • Linux/Unix: the case “opening file has no R permission” leads to program error, especially when user chooses binary viewer
  • Sometimes ‘function hint’ in AutoIt_Helper plugin is blocked
  • Bad painting of macro recording border with “minimap_at_left”:true
  • Lexer Bash: fix string rule, fix HereDoc rule

Version number 1.197.0
Release status Final
Operating systems Windows 7, Linux, BSD, macOS, Windows 8, Windows 10, Windows 11
Website CudaText
Download https://cudatex.github.io/download.html
License type GPL
You might also like