Download CudaText 1.186.0

Spread the love

Version 1.186.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 since version 1.184.0 looks like this:

CudaText version 1.186.0

Changes:

  • Removed plugin “Emmet” to Addons Manager
  • Removed plugin “Show Unsaved Changes” to Addons Manager
  • Commands “go to screen top/bottom/center”: retain the caret’s column, like in many other editors

Added:

  • Find/replace dialog: added option ‘AB’ (preserve case on replacement), it is described in the Wiki topic “Dialog Find/Replace”
  • Option “ui_initial_dir” supports macros: {AppDir}, {AppDrive}
  • Commands “scroll to document begin/end”, “scroll column left/right”, “scroll page up/down” now respect option “caret_keep_visible_on_scroll”:true
  • Wikipedia topic: How command “Paste and indent” works

Fixed:

  • Problem with applying changed _syntax_ theme colors
  • Problem with mouse selection auto-scrolling in Distraction-Free mode
  • If “mouse column selection mode” was toggled by a hotkey, app did not update the statusbar
  • Bug in parser (it creates the log ~/cudatex.error), visible on JSON files

CudaText version 1.185.0

Changes:

  • Status bar: removed msg prefix “[Read only]” but added “RO” text to the cell “selmode” instead (cell “selmode” by default is located just before the last message cell)

Added:

  • Option “ruler_height”
  • Tab switcher dialog (Ctrl+Tab): shows the current document too; reacts also to Ctrl+Shift+Tab
  • Find/replace: show in the status bar “border crossed” for wrapped search
  • Option “centering_width”: reworked code, coz we had hard to reproduce bug when option was reset
  • Option “centering_width” also works in grouping modes “2 horz”, “3 horz”, “4 horz”, “6 horz”
  • Option “centering_width” in floating groups: ignores grouping mode in main window
  • Show console error when option “newdoc_lexer” has wrong lexer name
  • Windows+click does the same as simple click, like VSCode
  • Lexer XML: support multi-line quoted strings

Fixed:

  • Option “mouse_column_selection”:false blocked auto-scrolling on selection
  • Replacement of a char to LF on the last line was adding trailing LF
  • In splitted view (or one tab), full-screen mode was not hiding stuff for 2nd editor
  • Messagebox buttons Yes / No lost accelerator: &Yes / &No
  • Crash in find/replace with RegEx
  • Ins-key did not update the statusbar ‘Ins/Ovr’ cell

Version number 1.186.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