Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37810
Reakcje/Polubienia
33943
CudaText 1.116.0.0
October 19, 2020
  • add: Find dialog: when "search in selection" is checked, and "find first"/"find next" is called, editor places marker instead of caret, so we don't break the selection, and can "find next" all matches (thanks @xcme)
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • add: plugin "Sort" has new command "Sort char-separated values in lines"
  • add: option "marker_size"
  • add: command "duplicate line(s)" supports multi-carets
  • add: command-line options -nsl and -nss (option -ns is a shortcut to both of them) (thanks @tmsg)
  • add: command-line option -z=uhex
  • add: CSS auto-completion: more complete colors list for color-properties (thanks @d-mal)
  • add: CSS auto-completion: add standard values to all properties: inherit, initial, unsert, var() (thanks @d-mal)
  • add: CSS auto-completion: better auto-inserting of bracket for functions
  • add: Unix: better support paths with ~/ (didn't work if app was run by external tools)
  • add: dialog Find/Replace: second press of Ctrl+F / Ctrl+R returns focus to editor (thanks @xcme)
  • add: dialog "Save tabs?" shows button "don't save/ keep in session" more often, now ignoring "t" in "ui_history_disabled" (thanks @tmsg)
  • add: lexer CSS: highlight names of "system colors" (thanks @d-mal)
  • add: lexer XML: better support Spell Checker (thanks @EcherArt)
  • fix: crash and not sync'ed editors when in splitted view (thanks @xcme)
  • fix: code-tree was reset on change grouping mode to "1+2" (thanks @Jairo-Martinez)
  • fix: "distraction-free mode" was partially reset: by Option Editor plugin call, by lexer changing
  • fix: some plugins crashed when app was run with -s= command-line param
  • fix: flags in "View / Toggle unprinted chars" were reset on switching tabs (thanks @xcme)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37810
Reakcje/Polubienia
33943
CudaText 1.116.1.0
October 23, 2020
  • Add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Add: can assign hotkey to Left Backslash key on 102-key keyboard (thanks @xcme)
  • Fix: even with "def_encoding_utf8":true, app must not activate UTF8 if file has clearly not the UTF8 encoding (thanks @tmsg)
  • Fix: some plugin API didn't shift carets+markers property (thanks @MiroslavMatas)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37810
Reakcje/Polubienia
33943
CudaText 1.118.0.0
November 26, 2020
  • Add: non-text file detection: ignore last 2 bytes at the file end (thanks @ThomasHeinrichSchmidt)
  • Add: Addon Manager: support all git branch names in "Install from GitHub" (thanks @dinkumoil)
  • Add: support translation for more std plugins: ProjManager, TabsList, MakePlugin (patch by Markus)
  • Add: support Python 3.9 on macOS (thanks @neurolabusc)
  • Fix: lexer Bash: (( #text ))
  • Fix: issue in API on_state (thanks @Shovel)
  • Fix: hex viewer cannot scroll big file to the end


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13020
Reakcje/Polubienia
43944
CudaText 1.118.2.0
1.118.2 (2020/12)
+ add: option "ui_menu_themed_font_size", Windows only (thanks @dinkumoil)
- fix: caret shape was reset with Vim Mode plugin started (thanks @acicovic)
- fix: Windows: error in "Addons Manager / Install from GitHub" (thanks @acicovic)
- fix: lexer JS: tokenizing of some new JS operators
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37810
Reakcje/Polubienia
33943
CudaText 1.119.0.0
December 29, 2020
  • add: command "delete to document begin" (thanks @acicovic)
  • add: allow empty-string value of "pylib" option to disable Python engine (thanks @xcme)
  • add: option "ui_menu_themed_font_size", Windows only (thanks @dinkumoil)
  • add: wiki topic:
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • fix: command "delete to file end" was very slow on huge files; renamed this command to "delete to document end"
  • fix: options "auto_close_brackets" and all "autocomplete_*" were working bad with lexer-specific configs (thanks @Shovel)
  • fix: caret shape was reset with Vim Mode plugin started (thanks @acicovic)
  • fix: Windows: error in "Addons Manager / Install from GitHub" (thanks @acicovic)
  • fix: lexer JS: tokenizing of some new JS operators


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37810
Reakcje/Polubienia
33943
CudaText 1.120.0.0
January 5, 2021
  • Add: Find dialog has new toggle button "Hi", it means "Highlight all matches". Matches are highlighted with a rounded border, which color is taken from "SeparLine" syntax theme item. Editor also auto-scrolls to the first match, like in Sublime. (thanks @xcme)
  • Add: command "find next" in multi-selections now supports "in selection"+"wrapped search" (with the forward search)
  • Change: Find dialog has changed layout: removed input-field labels; shortened button captions to "|<" (find first), ">" (find next), "<" (find previous), "..." (show menu with "count all", "extract all" etc) (thanks @OlehL, @myCrack)
  • Add: option "find_hi_max_lines"
  • Add: option "find_hi_move_caret"
  • Add: option "find_hotkey_op_hi"
  • Add: option "find_hidden_buttons" is extended, it can now hide several toggle-button options
  • Add: lexer C++: code-tree improvement: change icons for "namespace"; detect "struct name<T>"; avoid C++ keywords "requires" in code-tree
  • Add: lexer C++: highlight labels, in "goto label;" and "label: statement;"
  • Add: lexer Bash: highlight numbers in form like "100suffix"
  • Add: sync Asian code-page convertion code with Lazarus patch (Support EUDC to PUA Microsoft mapping) by @powerpcer
  • Change: option "ui_active_border" changed to integer, allowing setting the border width (thanks @xcme)
  • Change: changed default values of "find_suggest_sel"/"find_suggest_cur_word" to be like in ST3 (thanks @xcme)


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