- Dołączył
- 26 Maj 2010
- Posty
- 14517
- Reakcje/Polubienia
- 48738
CudaText 1.184.0.0
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
1.188.0 (2023/03)
+ add: support new macros in statusbar config: {offset_max}, {offset_caret}; the maximal supported count of lines can be changed via new option "max_lines_to_calc_offsets" (thanks @pintassilgo)
+ add: support emojis by statusbar macros {char} and {char_xxxx}
+ add: lexer C++: better code-tree for complex classes (thanks @d0vgan)
+ add: lexers C/C++: update keyword list from last standard
- fix: error "Assertion failed" when closing single ui-tab, with visible plugin Tabs List
- change: rename option "minimap_tooltip_line_count" to "minimap_tooltip_height"
- add: new option "minimap_tooltip_font_size" allows to use smaller font in minimap-tooltip (thanks @Vivalzar)
- add: added limit of undo-data-length in session files, 1M chars, to prevent too long session saving/loading when editing with multi-carets (thanks @rssguy2)
- add: long reloading of huge file, must show editor (or both splitted editors) as 'locked' (hourglass icon)
- add: Windows: X icon in menu-like dialogs now looks like ui-tabs X icon
- fix: regression since 2021/08: loading of huge (100M) file with rare 'umlaut' chars did not activate "fallback_encoding" and forced UTF-8 (thanks @Vivalzar)
- fix: several clicks on X-icon to close big file, while lexer parser is working, may lead to Access Violation (thanks @veksha)
- fix: Qt5-version exposed bug with wrong scrolling to found words, in word-wrap mode, on some Unicode texts (thanks @pintassilgo)
- fix: loading session with 2 groups: file in 2nd group looses syntax highlight (thanks @rssguy2)
- fix: crash with multi-line comments + "auto_fold_comments":2 + code-tree visible (thanks @ildarkhasanshin)
April 23, 2023
- change: submenu "View / Toggle unprinted chars" replaced with menuitem "Options / Unprinted chars..." which shows new dialog "Unprinted characters", it gives much more control
- add: "autocomplete_autoshow_chars" must trigger also inside 'strings', it makes sense for some LSP servers (thanks @veksha)
- add: "ui_scale_font" must affect font size in tooltips too (thanks @veksha)
- change: "autocomplete_html":true must work together with "autocomplete_autoshow_chars" (before: it overridden "autocomplete_autoshow_chars" to 1) (thanks @veksha)
- fix: lexer XML: this must not be highlighted as string: <tag>"</tag>...<tag>"</tag>