Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.124.0.0
February 8, 2021
  • add: option "dim_unfocused", it allows to dim background color of editors in passive tab-groups
  • add: option "scrollbar_themed", it allows to use OS native scrollbars
  • add: option "scrollbar_arrows"
  • add: option "ui_dialogs_in_taskbar"
  • add: when ui-tabs are 'flat', show underline for passive groups with dimmed color (thanks @JairoMartinezA)
  • add: if user.json does not exist yet, the file "settings_default/userinit.json" (if exists) is copied to user.json
  • add: save to session also UI-tab splitted state (on/off, vert/horz, percents of window size) (thanks @GHNewbiee)
  • add: command "split tab: split horizontally" (thanks @JairoMartinezA)
  • add: command "split tab: split vertically"
  • add: command "split tab: don't split"
  • add: API allows much more access to Console panel fields (thanks @Shovel)
  • add: allow multi-selections to touch, without joining them (thanks @JairoMartinezA, @cser)
  • add: lexer Batch: highlight `tick_blocks`; highlight variables with chars ~.,()
  • change: hide micromap when there is only one line (in multi-line editors)
  • change: changed submenu "View / Split tab / ..." to new 3 items: "Don't split", "Vertically", "Horizontally" (thanks @OlehL)
  • change: program will not save to session filenames from CudaText: "settings/history.json", "settings/history session.json"
  • fix: Linux: minimizing modal plugin's dialogs could freeze the CudaText (thanks @GHNewbiee)
  • fix: Markdown tree-helper must skip headers inside <pre>..</pre>


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.125.0.1
February 15, 2021
  • Add: auto-completion for file URI file:///, controlled by new option "autocomplete_file_uri"
  • Add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Add: API to support new plugin "Terminal Plus" (thanks @Shovel)
  • Add: on window resizing, editor keeps "index of top line"
  • Add: option "ui_cmdpalette_filter_keep" (thanks @JairoMartinezA)
  • Add: feature "plugin_groups": char '&' is now stripped before RegEx check (thanks @JairoMartinezA)
  • Add: lexer CSS: better std properties lists
  • Change: Command Palette now hides very simple commands: arrows, Enter, Delete, BackSp, Tab, Home, End, PageUp, PageDown, Shift+arrows, Shift+Home etc.
  • Change: removed menu item "Options / Settings-hotkeys", added text-hint in the Command Palette instead (thanks @JairoMartinezA)
  • Fix: if "wrap_mode" is set, app could not correctly restore "index of top line" for session files
  • Fix: if plugins ConfigToolbar + ExternalTools were used, and toolbar button was created for ext-tool, it was stored to ConfigToolbar config wrong (thanks Markus F.). You _must_ update all ConfigToolbar buttons which refer to tools: ie press "Command" button and choose a tool again, then OK.
  • Fix: auto-completion must not work in 'comments', but it worked at the end of 'comment' line
  • Fix: auto-completion must scroll to caret after the text insertion
  • Fix: auto-completion issue with "dim_unfocused"


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.125.2.0
February 19, 2021
  • add: UI-tabs in "multi-line" style can now be scrolled too, vertically
  • add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
  • add: Addon Manager: better handle requirements of CudaLint, CudaFormatter
  • fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nor


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.126.0.0
February 22, 2021
  • add: added built-in tree-helper for Markdown, and plugin cuda_tree_markdown is removed, it is in ignore-list now (thanks @GHNewbiee)
  • add: added built-in tree-helper for MediaWiki, and plugin cuda_tree_mediawiki is in ignore-list now
  • add: added built-in tree-helper for reStructuredText, and plugin cuda_tree_rest is in ignore-list now
  • add: better handle splitters moving in tab-group modes '3 vert', '3 horz', '6 grid' (not yet in modes '4v', '4h', '6v', '6h')
  • add: UI-tabs in "multi-line" style can now be scrolled too, vertically (thanks @GHNewbiee)
  • add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
  • add: Addon Manager: auto-install CudaLint/CudaFormatter when a linter/formatter is installing
  • add: lexer PHP: support attributes of PHP 8: #[Name]
  • fix: keys Up/Down, with selection overlapping editor border, caused wrong horizontal scrolling
  • fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nori13)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.126.4.0

February 24, 2021
  • Add: internal optimizations in renderer, pls report any bugs
  • Add: on opening user.json or default.json, program shows information panel about "Options Editor" (thanks @Shovel)
  • Add: option "autocomplete_autoshow_chars" now works with national letters (thanks @tmsg)
  • Add: Addon Manager: don't reinstall CudaLint/CudaFormatter when a linter/formatter is installing
  • Fix: with word-wrap, click on parts of huge line with CJK, gave wrong caret position
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.127.0.0
February 28, 2021
  • Add: multi-threading is now used to paint the minimap, painting with minimap is now 2x faster
  • Add: when UI-tabs are not 'angled', they have rounded corners (no option yet)
  • Change: UI-tabs are now not 'angled' by default
  • Change: 'angled' UI-tabs were not painted ok on some OS/desktops, so disabled them yet: on Linux Qt5, on macOS
  • Change: partially revert changes for tab-group splitters from 1.126.0 (thanks @Shovel)
  • Change: remove lexer VBScript to add-ons
  • Fix: work with minimap after click on minimap-current-view-area (thanks @xcme)
  • Fix: some pixel artifacts on 'flat' UI-tabs (thanks @JairoMartinezA)
  • Fix: error when PHP auto-completion is called after e.g. "0~" (thanks @Shovel)
  • Fix: regression, option "renderer_offsets" was ignored
  • Fix: coloring of code-blocks in e.g. reST lexer


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.127.2.0
March 3, 2021
  • add: app icon updated: colors, removed 3D effect (by @Shovel)
  • add: mouse wheel up/down now shows some animation (thanks @CrendKing); option "scroll_animation"
  • add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
  • add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
  • fix: render UI-tab 'rounded corner' for all tab positions (top/bottom/left/right)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.127.3.0
1.127.3 (2021/03)

+ add: updated app icon: fixed colors, removed 3D effect (by @Shovel)
+ add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
+ add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
+ add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
- fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
- fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right



Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.128.0.0
March 6, 2021
  • Add: load lexers using multi-threading, this improved loading speed by 15-20%
  • Add: update app icon (by @Shovel)
  • Add: option "key_up_down_allow_edge" (thanks @kvichans)
  • Add: UI-tabs: paint < > scroll arrows dimmed, when no scrolling is needed (thanks @d7_2_laz)
  • Add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
  • Add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
  • Add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
  • Fix: sometimes, arrows up/down over tab-char could restore previous column wrong (thanks @tiun)
  • Fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
  • Fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.128.4.0
March 8, 2021
  • change: auto-completion for CSS and HTML was 70% rewritten, pls report any issues
  • add: detect Debian/Ubuntu to download deb-file in "Help / Check for updates" (thanks @ildarkhasanshin)
  • fix: regression with option "ui_lexer_themes":false (thanks @MiroslavMatas)
  • fix: few standard plugins were using deleted APIs (thanks @dinkumoil)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.128.5.0
March 9, 2021
  • change: auto-completion for CSS and HTML was 70% rewritten, pls report any issues
  • add: better logic of skipping brackets: skip ')' in case 'f(|)' but don't skip in case 'f(text|)` (thanks @xcme)
  • add: option "auto_close_brackets" supports more chars: ~ * # <
  • add: API to show "masked password" editor fields and "numbers only" editor fields (thanks @Shovel)
  • fix: Find dialog had reset "O" option after restart (thanks @xcme)
  • fix: minor issue with "Don't save" choice in "Save tabs?" dialog (thanks @GHNewbiee)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.129.0.1
March 12, 2021
  • Add: handle config JSON files with UTF-8 BOM (patch goes to FreePascal as well)
  • Add: better logic of brackets auto-closing (and selection surrounding) for case of multi-carets (thanks @xcme)
  • Add: command "Install from GitHub" / "Download as zip" supports all branch names (thanks @Shovel)
  • Change: paint end-of-line text marks ("LF", "CRLF", "CR", "EOF") by lines, not by font
  • Fix: crash in last change in "Help / Check for updates"


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
CudaText 1.129.3.0
March 16, 2021
  • add: code-tree for CSS lexer shows colored squares near 'Colors' items (thanks @NQUARE)
  • add: lexer CSS: show color formats 'rgb', 'hsl', '#aabbccdd' in code-tree (thanks @NQUARE)
  • add/change: reworked the way how app saves/restores per-file-history for properties: word wrap, show unprinted chars, show line numbers, show folding column, show minimap, show micromap, show ruler; format of JSON history: changed 'bool' values to 'int'
  • add: wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • fix: major bug since 1.128.0: sometimes app crashes on start, with C#/ Pascal/ SQL lexers


Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry