Page 16 of 16

Re: CudaText last release

Posted: 27.03.2025 15:25
by main Alexey
CudaText 1.222.5.

change: changed default session filename from 'history session.json' to 'default.cuda-session' - all session files should have the same file extension.
change: on opening *.cuda-session file from command-line, don't treat file as session anymore - that caused confusion for many users who wanted just to inspect the file contents.
add: Commane Palette command "code tree: go to block for current node, to end of block".

Re: CudaText last release

Posted: 04.04.2025 11:13
by main Alexey
CudaText 1.223.0.

add: Linux/Unix: app closes gracefully on getting SIGINT/SIGTERM signals.
add: on start, if app cannot find last used session filename, it tries to restore session from backup "<filename>.1.cuda-session"; app also writes error/note about this situation to Console.
add: plugin 'Highlight Occurences' shows the micromap-mark for the caret's line with different color; re-used themed color "line states, changed".
add: show gutter icons better, when 2 icons exist for the same line (e.g. first from CudaLint, second from numbered bookmark).
add: max supported line length for URL highlighter is changed from 1200 to 5000.
change: Find dialog: 'Mark all' now does not scroll to found match (view at old caret pos is more logical).
and fixes (details are in the file history.txt).