CudaText 1.206.5.1
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
January 10, 2024
- Add: optimization of search/replace in huge lines: faster by ~20%
- Add: new command "cancel carets, but keep first visible caret"
- Add: updating of data in parser-thread now blocks main thread much less; e.g. before on 400Kb file: 8 msec, now: 0.1 msec
- Add: 'statusbar' controls show their icons auto-scaled
- Add: auto-decrease font size of 'overlay' on buttons/statusbars; useful for LSP plugin with 'overlay' numbers on statusbar
- Add: old option "ui_tree_fill_max_time" is now used for Pascal tree-helpers too
- Fix: filling of code-tree in Pascal tree-helpers had big slowdown
- Fix: when Project Manager opens files in the same 'preview' tab, it must clear old bookmarks/markers/attribs
- Fix: issue with External Tools plugin in Qt5 version: list selection was ignored
- Fix: lexer Bash: fix continuation char in comment
Mar 30, 2024
- Add: scrollbar (application-themed scrollbar) width can be adjusted with new option "scrollbar_size" (thanks @stewcam)
- Add/change: when find-dialog "Hi" option is on, and document is 'big' (option "find_hi_max_lines" has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly (thanks @pintassilgo)
- Add: find-dialog "Hi" option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)
- Fix: many seconds freezing when 'select all' + 'delete' runs in ~600K lines file (thanks @hycmos)
Apr 7, 2024
- Add: micromap column widths are now always auto-sized to the current micromap width, which is often different with "micromap_on_scrollbar":true (idea by @pintassilgo)
- Add: C-like languages: Enter press on line-end can make unindent considering above code, if "indent_auto" is on (idea by @pintassilgo)
- Add: C-like languages: Tab press on empty line can make indent considering above code, if "indent_auto" is on (idea by @pintassilgo)
- Add: improved auto-completion: in several cases, user actions must auto-close the listbox (thanks @pintassilgo)
- Add: on saving "user.json", avoid extra space before ":", it was like '"key" : "value"'
- Add: painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option "staples_props" tells to hide bottom edge
- Change: changed default of option "staples_props" to "0,40,0,0", to look like Sublime and VSCode (thanks @pintassilgo)
- Change: minimal height of micromap's thumb area was increased from 4 to 16
- Fix: command 'indent' without selection gave empty selection which was expanded with arrow-keys
- Fix: too slow repainting of 'red text-drag-drop mark', at least in Qt5 version (thanks @pintassilgo)
- Fix: Find-dialog did not apply Hi option on dialog showing, when some search was already made (thanks @iconv)
- Fix: regression in 1.211.4: caret jumps to the top of the editor on scrolling, if 'Hi' find-option is on