CudaText 1.219.0.2
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
CudaText 1.220.0.4
Zaloguj lub Zarejestruj się aby zobaczyć!
Jan 11, 2025
- Add: remove disabling of option "find_separate_form" on GTK2 version, seems it don't give problem anymore (fixed in Lazarus?)
- Add: macOS: detect also Python installation path /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework (thanks @Dieken)
- Fix: avoid statusbar's hint truncation after char '|' which always is done by Lazarus (thanks @rssguy2)
- Fix: Ctrl+mouse_wheel did not show statusbar message "Font size changed to N%" like Ctrl+NumPlus did (thanks @ags1234)
- Fix: lexer Markdown: better rule for 'code blocks'
- Fix: lexer YAML: must proper highlight 'keys' containing '-' char
Jan 25, 2025
- Add: app saves recent filenames with {AppDir} macro which means up-folder of 'settings' folder
- Add: Project Manager: saves recent filenames and in-project filenames with {AppDir} macro too (thanks @DeivAstra)
- Fix: embedded app icon was distorted somehow
- Fix: lexer JavaScript: wrong mark for folded function (thanks @pintassilgo)
- Fix: lexer Markdown: lexer wrongly supported C-style comments /*...*/ (thanks @jdp1024)
- Fix: lexer Markdown: fragment "Un*x systems" was wrongly treated as italic
- Fix: lexer Markdown: fixed rule for 'code blocks'