Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.129.4.2
March 21, 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: plugins hotkeys become broken in current app session, after any plugin installation (thanks @JairoMartinezA, @OlehL)
  • Fix: major bug since 1.128.0: app crashes on start, if lexers have 'grammar' (examples: C#, Pascal, SQL)



Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.129.5.0
March 22, 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: problem with "CudaExt / Code-Tree Symbol list" and non-ASCII file text (thanks @kvichans)
  • Fix: command 'Redo' could not work sometimes (thanks @xcme)
  • Fix: crash after installing lexer, while lite-lexer SQL^ was active (thanks @JairoMartinezA)
  • Fix: regression since 1.124.0: Console's right-click menu is incomplete (thanks @kvichans)
  • Fix: regression since 1.127.0: broken work of lite lexers with minimap (thanks @tmsg)
  • Fix: regression since 1.128.0: app crashes on start, if lexers have 'grammar' (examples: C#, Pascal, SQL)
  • Fix: plugins hotkeys become broken in current app session, after any plugin installation (thanks @JairoMartinezA, @OlehL)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.130.0.0
April 1, 2021
  • add: HTML auto-completion: support HTML entities (like )
  • add: HTML auto-completion: update tags/attribs lists (thanks @d-mal)
  • add: much faster multi-carets editing, with 100+ carets and heavy lexer (thanks @JairoMartinezA)
  • add: work on Undo/Redo (thanks @xcme)
  • add: Undo: Caret movements were considered as actions that could be cancelled/repeated. It led to unneeded caret jumps. Now it looks more like undo/redo manages the content, not caret
  • add: Undo: If last change was performed in area which isn't visible now, then undo/redo actions will highlight for a while the line and insert a short delay before the undo/redo action
  • add: Undo: New options "undo_for_caret_jump" and "undo_pause"
  • add: Undo: Paste followed by other editing were considered as single action, so undo cancelled both the pasting and the editing at once. Now these actions are separated
  • add: Undo: If pause (1500 msec) is passed between typing actions, undo them by steps
  • change: Multi-caret edition - undo all chars at once, like ST3
  • add: tab's context menu has new item "Pinned"; pinned tabs captions show prefix "!" (thanks @kvichans)
  • add: command "set tab color..."
  • add: command "reset tab color"
  • add: command "toggle tab pinned state"
  • add: better work of the feature which shows UI-tab titles like "test.txt * folder1" / "test.txt * folder2" (thanks @kvichans)
  • add: better statusbar "message" cell: instead of hiding the text it dims it; floating tooltip for that cell shows 30 last messages (thanks @Shovel)
  • add: app updates 'enabled state' of toolbar buttons (visible on colorful toolbar theme)
  • fix: calculating width of some Unicode chars (thanks @cser)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.131.0.0
1.131.0 (2021/04)

+ add: improved the way how option "undo_limit" is applied. Now Undo limit is not N simple memory-items, but N 'actions', where 'action' is one simple command (typing a char, Del, BkSp etc), one multi-caret editing, or one mass-replacement. (thanks @tmsg)
+ add: panels Output/Validate are now based on 'editor' control (before it was a 'listbox' control), so it's possible to select some text range and "copy" this range (thanks @jkeks)
+ add: panels Output/Validate: context menu has item "Toggle word wrap"
+ add: plugin Comments: after toggling line comment, shift caret horizontally too (thanks @xcme)
+ add: plugin Sort: new option "ini_files_case_sensitive" for "Ini files: sort sections and keys" (thanks @BBServ)
+ add: option "dim_unfocused" allows value<0 (thanks @kvichans)
+ add: Undo for commands "move selected lines up/down" undoes all commands by single step (thanks @xcme)
+ add: Linux/BSD: app locates config in ~/.config if it was run from /opt/AnyDir (thanks linux.org.ru)
+ add: handle plugin exceptions in Command.__init__ (thanks @Shovel)
* change: renamed option "undo_for_caret_jump" to "undo_mouse_clicks", changed its default (thanks @xcme)
* change: changed default of "renderer_offsets__linux" to true for Qt5 version (thanks @Maia-Everett)
- fix: option "undo_persistent" did not work when file was loaded from session


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.132.0.2
April 16, 2021
  • add: support for the "LSP Client" new plugin (thanks @Shovel)
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: Find dialog: with option 'Hi' the input field background is colored if cannot find anything (thanks @tmsg)
  • add: command "close all tabs" closes tabs in 3 floating groups too
  • add: Windows option "Underline keyboard shortcuts and access keys" is now considered for 'themed' menu (thanks Udo Weik)
  • change: save "tab is pinned" state only in session, not in file-history (thanks @kvichans)
  • fix: regression: app confirms to close 'pinned tabs' on app closing (thanks @JairoMartinezA)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.133.0.8
1.133.0 (2021/05)


+ add: major change: parser is multi-threaded now. This allows app to react to typing commands faster, and allows to not blink with uncolored text, on big files. Total parsing speed is better too, on big files. Options "lexer_delayed_parsing_*" were removed.

+ add: option "unprinted_content" allows new sub-option to show pilcrow chars (thanks @OmlineEditor)

+ add: if file is deleted outside of CudaText, mark it as 'modified', like in Sublime (thanks @JairoMartinezA)

+ add: color theme "syn", which mimics SynWrite (from @JairoMartinezA)

+ add: lexer C++: show more items in code-tree (thanks @X547)

+ add: lexer PHP: support some features of PHP 8.1 (octal numbers, enums, 'noreturn')

+ add: lexer YAML: highlight %vars%, blocks in () brackets

* change: hotkey Ctrl+Right reassigned from command "go to word next" to "go to word end", to be like in other editors (thanks @Shovel)

- fix: plugin exceptions were not handled good, e.g. if exception occured on button-press in plugin dialog (thanks @Shovel, @pyscripter)

- fix: undo of "paste 50-lines block" action was giving the huge pause
- fix: "find current word, next" didn't scroll to found match in some cases (thanks @king.midas)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.133.5.2
1.133.5 (2021/05)

* change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
+ add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
+ add: lexer C++: better code-tree; support all kinds if C++11 strings
- fix: minor API issues (thanks @Shovel, @OlehL)
- fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
- fix: unneeded scrolling with finder option "Hi" (thanks @xcme)
- fix: flickering in CudaExt commands with option "dim_unfocused" (thanks @kvichans)
- fix: auto-reloading of file when ui-tab is splitted (thanks @Shovel)
- fix: stability of multi-threaded parser
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.133.6.0
June 3, 2021
  • Change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
  • Add: option "find_hi_always_scroll_to_1st" (thanks @tmsg)
  • Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • Add: lexer C++: better code-tree; support all kinds if C++11 strings
  • Add: lexer YAML fixes
  • Fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
  • Fix: regression: cannot scroll to the search result, in huge line in word-wrap mode
  • Fix: minor API issues (thanks @Shovel, @OlehL)
  • Fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
  • Fix: unneeded scrolling with finder option "Hi" (thanks @xcme)
  • Fix: flickering in CudaExt commands with option "dim_unfocused" (thanks @kvichans)
  • Fix: auto-reloading of file when ui-tab is splitted (thanks @Shovel)
  • Fix: stability of multi-threaded parser


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.133.7.0
* change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
+ add: incremental search in the Find dialog works more like in Sublime now (thanks @xcme, @tmsg)
+ add: handle file-save errors (resulting file is empty) on smb shares on Linux (thanks @mdsystems)
+ add: command "ui: toggle file-change notifications" (thanks @ertank)
+ add: Linux gtk2 version has improved IME support (patch by @rasberryrabbit)
+ add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
+ add: lexer C++: better code-tree; support all kinds if C++11 strings
+ add: lexer YAML fixes
- fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
- fix: regression: crash on pressing Tab in the Snippets' plugin dialog (thanks @sigzero)
- fix: regression: Find dialog cannot scroll to the search result, in huge line in word-wrap mode
- fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
- fix: flickering in CudaExt plugin commands with option "dim_unfocused" (thanks @kvichans)
- fix: auto-reloading cannot reload paired file, when ui-tab is splitted (thanks @Shovel)
- fix: minor API issues (thanks @Shovel, @OlehL)
- fix: stability of multi-threaded parser



Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.134.0.0
June 13, 2021
  • change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
  • Add: incremental search in the Find dialog works more like in Sublime now (thanks @xcme, @tmsg)
  • Add: handle file-save errors (resulting file is empty) on smb shares on Linux (thanks @mdsystems)
  • Add: command "ui: toggle file-change notifications" (thanks @ertank)
  • Add: Linux gtk2 version has improved IME support (patch by @rasberryrabbit)
  • Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • Add: lexer C++: better code-tree; support all kinds if C++11 strings
  • Add: lexer YAML fixes
  • Fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
  • Fix: regression: crash on pressing Tab in the Snippets' plugin dialog (thanks @sigzero)
  • Fix: regression: Find dialog cannot scroll to the search result, in huge line in word-wrap mode
  • Fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
  • Fix: flickering in CudaExt plugin commands with option "dim_unfocused" (thanks @kvichans)
  • Fix: auto-reloading cannot reload paired file, when ui-tab is splitted (thanks @Shovel)
  • Fix: minor API issues (thanks @Shovel, @OlehL)
  • Fix: stability of multi-threaded parser
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.134.1.0
1.134.1 (2021/06)

+ add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)
- fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
- fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
- fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37707
Reakcje/Polubienia
33900
CudaText 1.134.2.0
June 19, 2021
  • add: option "minimap_drag_immediately", to mimic ST2 minimap behaviour (thanks @Katarn)
  • add: Wiki topic:
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
  • fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
  • fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
  • fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command


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