Download CudaText 1.212.0

Spread the love

Version 1.212.0 of CudaText has been released. This open source and cross platform text editor is available for Windows, Linux, macOS, BSD and Solaris. The program 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.211.0 looks like this:

CudaText 1.212.0

Added

  • C-like languages: Enter press on line-end can make unindent considering above code, if “indent_auto” is on
  • C-like languages: Tab press on empty line can make indent considering above code, if “indent_auto” is on
  • Improved auto-completion: in several cases, user actions must auto-close the listbox
  • On saving “user.json”, avoid extra space before “:”, it was like '”key” : “value”'
  • Painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option “staples_props” tells to hide bottom edge

Changed

  • Changed default of option “staples_props” to “0,40,0,0”, to look like Sublime and VSCode
  • Minimum height of micromap's thumb area was increased from 4 to 16

Fixed

  • Command 'indent' without selection gave empty selection which was expanded with arrow-keys
  • Too slow repainting of 'red text-drag-drop mark', at least in Qt5 version

CudaText 1.211.4

Added

  • Scrollbar (application-themed scrollbar) width can be adjusted with new option “scrollbar_size”
  • When find-dialog “Hi” option is on, and document is 'big' (option “find_hi_max_lines” has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly
  • Find-dialog “Hi” option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)

Fixed

  • Many seconds freezing when 'select all' + 'delete' runs in ~600K lines file

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