- Dołączył
- 26 Maj 2010
- Posty
- 16136
- Reakcje/Polubienia
- 53139
CudaText 1.168.6
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
August 22, 2022
- add: handle the situation 'file was deleted outside' more detailed: show additional non-modal confirmation to close the tab (thanks @lookoutside, @JairoMartinezA)
- add: tree-helper for reStructuredText: calculate header levels more properly (thanks @lookoutside)
- add: in Python, final 'comments' must be excluded from final fold range (thanks @veksha)
- change: changed the background-color of 'notification panels' inside the editor
- change: macOS: adapt default hotkeys for macOS, for commands: "go to text begin/end", "caret to line begin/end", "go to word previous/next" (thanks @veksha)
- fix: file with UTF-32 BE signature was detected as 'maybe not text'
- fix: regression in 1.165.x: opening of file without final line-break was adding final line-break anyway
- fix: couple of glithes on macOS (thanks @veksha)
- fix: Emmet must not auto-complete 'ok:' for example (thanks @eltonfabricio10)
- fix: "Go to bookmark" did not focus target group (thanks @MiroslavMatas)
- fix: in maximized window, clicking on the vert-scrollbar right-most pixel did not work (thanks @veksha)
- fix: with "scrollbar_themed":false, caret can move half below the bottom border (thanks @veksha)
1.170.0 (2022/09)
+ add: when file is deleted outside, show tab title in reddish color (theme color "tabs, special marks")
+ add: option "underline_color_files" must support modern variants of rgba() and hsla(); support color-angles in units deg/rad/grad/turn (thanks @eltonfabricio10)
+ add: option "py_caret_slow" (thanks @veksha)
+ add: lexer HTML: highlight background of <svg> blocks
* change: bracket highlight is now performed near "on_caret_slow", ie after a pause
* change: lexer CSS: don't highlight entire color-function calls as single token: rgba(...), hsla(...) etc
- fix: fold-ranges from command "fold selected lines" often worked wrong
- fix: incorrect width of group of some 'Latin extended' chars (thanks @dbgrgl)
- fix: Addon Manager "Install from Git" ignored Git branch name on 'clone' action
- fix: option "autocomplete_autoshow_chars" small bug
September 10, 2022
- Add: few APIs for LSP Client
- Add: better calculate wrap positions for CJK text (thanks @lookoutside)
- Add: Addon Manager: add option "Verify HTTPS certificates" (thanks @veksha, @ViCrack)
- Fix: regression in 1.167: Down-arrow from long wrapped line, to the last short line
- Fix: after mouse wheel zoomimg, scrollbar position becomes very incorrect (thanks @veksha)
- Fix: "mouse_wheel_zoom":false -> Ctrl+wheel jumps to file beginning
- Fix: too wide combobox-arrow if Windows scale is 200%
- Add: option "auto_copy_clp", which now replaces plugin Auto Copy To Clipboard (plugin is now ignored); unlike the old plugin, option works in all editor-fields in the app (including Find/Replace/Console/etc)
- Add: option "mouse_middle_click":2 (paste on middle click) works also for one-line inputs: Find/Replace, Console, Code-tree filter
- Add: 'single instance' code works faster on Unix: user doesn't see flashing main dialog now (thanks @DUOLabs333)
- Add: API supports HTML formatting in auto-completion listbox; it will be used in LSP
- Add: handle command-line keys -h / -v / -el before creating GUI
- Add: Options Editor supports old Python 3.4 (thanks @spyrosmas)
- Change: change defualt of "ui_backup_sessions" to 2 (thanks @Flashwalker)
- Change: change default of "ui_reopen_session_cmdline" to true (thanks @Flashwalker)
- Change: remove '-' from "nonword_chars" in "settings_default/lexer Bash script.json"
- Fix: after Shift+Right, Shift+Left, simple Right makes the buggy selection (thanks @veksha)
October 9, 2022
- Add: lexer reStructuredText: support headers with Unicode (thanks @lookoutside)
- Add: 'Check for updates': added button "Open changelog" (thanks @ildarkhasanshin)
- Add: updated file-type icons (140 unused icons removed, 40 added)
- Add: commands "dialog: find: toggle" and "dialog: replace: toggle" now consider options "find_suggest_*" (thanks @Vivalzar)
- Fix: command "dialog: find: toggle" could move Find dialog out of the main window
- Fix: Tabs List plugin: wrong columns if file-pair is opened (thanks @veksha)
- Fix: error if Ctrl+D is pressed in Console/Find/Replace input (thanks @mix-7)
- Fix: regression in 1.165.2: Alt+Down stopped working in Console/Find/Replace comboboxes
October 20, 2022
- Fix: minor issues with formatting in auto-completion listbox (thanks @veksha)
- Fix: wrong filter-char highlighting in menu dialog when item is collapsed with "..." (thanks @veksha)
- Fix: LSP plugin tooltip could appear in Alt+Tab list on Windows (thanks @veksha)
- Fix: lexer PHP: wrong folding of 'default:' blocks (thanks @veksha)
- Fix: Breadcrumbs plugin: code-tree cells may appear without icons, when code-tree is hidden
- Fix: regression in 1.117 or older: in GTK2 version clipboard is cleared on exit