Software update: CudaText 1.181.0

Spread the love

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

  • Support more encodings, but note: they require OS support (unlike old encodings):
    • Encoding cns
    • Encoding gb2312
    • Encoding euc-kr
  • Option “fallback_encoding”
  • Plugin API ‘on_click_right’; it allows ‘Spell Checker’ to update its context menu items more gracefully
  • Wrapping of too long tab title in the prompt to close modified untitled tab
  • Wiki topic https://wiki.freepascal.org/CudaText#Dynamic_highlight
  • Lexer Bash: highlight HereDoc block as one big token
  • Support Hi-DPI in few dialogues
  • Project Manager: added command “Show+focus Project panel”
  • Better select whole words by mouse, after double click, now like Sublime Text
  • Support Python 3.12

Changed:

  • Rename some encodings to pretty names: big5, gbk, shift-jis, uhc (old names ‘cpNNN’ still work when loading old sessions)
  • Change default of “renderer_tweaks” by including ‘s’
  • Delete option “def_encoding_utf8”

Fixed:

  • Command “column select: down” bug when caret exists on last line
  • Cannot delete selected line break at the file end
  • If ui/syntax themes not linked, setting default syntax-theme resets also UI-theme
  • Plugin “Detect Indent” cannot change tab-kind when file is loaded from command line

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