Software update: CudaText 1.193.0

Spread the love

Version 1.193.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:

Changes in version 1.193.0:

  • Core changes for huge documents:
    • Change: Undo-list is cleared when any action touches line with length>100K
    • Add: caret must move OK in line with length up to 2G
    • Add: if file has line with length>2G, don’t crash but show nice error message on opening
    • Fix: caret up/down moving over huge lines worked very slow
    • Fix: mouse selection over huge lines worked very slow
    • Fix: horizontal scrollbar could not scroll to the end, with line length=2G
    • Fix: vertical scrollbar could not scroll to the end, with 500M lines
    • Fix: bad handling of error “too many lines in file”
  • Change: don’t save document’s text to session, if text size>50M
  • Fix: app always copied the selection to ‘primary selection’ on Unix, ignoring “auto_copy_clp” option
  • Fix: regression since 2022/07: lexer-specific config is not applied to all N>1 files with the same lexer

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