Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.120.2.1
January 7, 2021
  • Add: command "settings: clear find/replace dialog history"
  • Add: command "settings: clear console input history"
  • Add: Find dialog: add all search actions to "..." menu (thanks @kvichans)
  • Add: Find dialog: when undocked, show search messages also in Find dialog caption (thanks @kvichans)
  • Add: Find dialog: "Highlight all" action shows working time in msec (thanks @tmsg)
  • Add: lexers C, C++: highlight of several operators, like <=> ||= &&= : # ##
  • Add: lexers C, C++: highlight of preprocessor directives
  • Fix: regression in Find dialog, caused by addition in 1.120.0 (thanks @hamasaki)
  • Fix: Find dialog: code-tree selection was not updated via buttons "find next/previous" (thanks @Jairo-Martinez)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.120.3.0
January 10, 2021
  • Add: Find dialog: allow to hide more buttons (RegEx, Case, Words, Confirm Replace) via "find_hidden_buttons" (thanks @kvichans)
  • Add: Find dialog: add search options to '...' menu (thanks @kvichans)
  • Add: lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
  • Add: lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
  • Add: lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)
  • Fix: command "duplicate line (advanced)" regression (thanks @kvichans)
  • Fix: plugin Emmet crash


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.121.0.0
January 10, 2021
  • add: command "delete word" (ie delete entire words under carets) like in VSCode
  • Add: command "settings: clear find/replace dialog history"
  • Add: command "settings: clear console input history"
  • Add: Find dialog: add search options+actions to '...' menu (thanks @kvichans)
  • Add: Find dialog: allow to hide more buttons (regex, case, words, confirm replace) via "find_hidden_buttons" (thanks @kvichans)
  • Add: Find dialog: when undocked, show search messages also in Find dialog caption (thanks @kvichans)
  • Add: Find dialog: "Highlight all" action shows working time in msec (thanks @tmsg)
  • Add: lexer Python and others with indentation-based folding: implement proposal where blocks can be closed only when brackets ()[]{} are fully closed
  • Add: lexer Python: don't find special words before '=', e.g. in 'f(type=v)' (thanks @APEC)
  • Add: lexer Python: highlight decorators ('@ddd', '@Ddd.ddd') with special color (thanks @APEC)
  • Add: lexers C, C++: better highlight of several operators, like <=> ||= &&= : # ##
  • Add: lexers C, C++: better highlight of preprocessor directives
  • Fix: Find dialog: regression caused by addition in 1.120.0 (thanks @hamasaki)
  • Fix: Find dialog: code-tree selection was not updated via buttons "find next/previous" (thanks @Jairo-Martinez)
  • Fix: command "duplicate line (advanced)" regression (thanks @kvichans)
  • Fix: plugin Emmet crash


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.122.0.0
January 14, 2021
  • Addon Manager: removed command "Re-install...", now all addons are in the "Install..."; already installed items are marked with "local ?", and items with updates are marked with "local ?, web ?" (thanks @cser, @kvichans)
  • Add: hide caret for unfocused editor controls (very old issue; thanks @OlehL)
  • Add: option "auto_fold_comments", it automatically creates folding-ranges for many commented lines (thanks @Jairo-Martinez for tests)
  • Change: deleted settings "fold commented lines" from standard lexers (C, Lua, PHP, Python), to better support "auto_fold_comments"
  • Add: plugins API allows to catch clicks on statusbar cells (thanks @xcme)
  • Add: support Windows Python 3.4, if such a package is installed from addons (package made by @tiun)
  • Add: regex engine allows to escape the underscore char (thanks @SlMaker)
  • Fix: options "caret_blink_time", "caret_blink_en" were not applied to Console, Find/Replace, API editors (thanks @kvichans)
  • Fix: commands "find next", "find all and select" left the progressbar visible (thanks @kvichans)
  • Fix: Project Manager failed with Windows Python 3.4 (thanks @pohmelie)
  • Fix: Options Editor failed with Python 3.4


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.122.1.0
January 17, 2021
  • Add: option "autocomplete_commit_single_item" (thanks @MiroslavMatas)
  • Add: Addon Manager supports translation too (patch by Markus)
  • Add: updated Python libraries in py/sys/
  • Fix: when selection is being added with Ctrl+drag, unpressing of Ctrl gave the weird effect (thanks @tiun)
  • Fix: editor snaps twice to line specified as command line param, e.g. 'cudatext my.cpp:20' (thanks @Shovel)
  • Fix: regression: not working Python, if "pylib__linux" has some special form (thanks @sikmir, @Shovel)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19211
Reakcje/Polubienia
55924
CudaText 1.122.3.0
Version 1.122.3 (2021/01)
  • + add: added option "undo_max_carets" (default is 200); many editing commands (typing character, BackSp, Delete, etc) are now much faster for >200 carets (before, such commands could last for several minutes, with 30K carets)
  • + add: lexer CSS: more known properties; fix highlighting inside @media blocks
  • - fix: Lexer Detecter didn't detect 'Dockerfile'
Pobieranie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.122.6.0
1.122.6 (2021/01)

+ add: commands "indent selection"/"unindent selection" now support multi-carets
+ add: commands "undo"/"redo" now don't scroll to last caret, like in ST3 (thanks @Jairo-Martinez)
- fix: bad positioning of tab-groups 'splitters' on start (thanks @GHNewbiee)
- fix: option "saving_trim_spaces" didn't move caret to new line end (thanks @GHNewbiee)

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.123.0.5
January 30, 2021
  • Add: support HTML color-codes highlighting in text background, option "underline_color_size" needs special value for this (thanks @pagewerk)
  • 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: commands 'type a char'/'backspace'/'delete'/'undo'/'redo'/'left'/'right', when with multi-carets, should not scroll to first(last) caret (thanks @Jairo-Martinez)
  • Add: commands 'indent selection'/'unindent selection' now support multi-carets
  • Add: auto scale 'margin lines' width (thanks @Shovel)
  • Add: Project Manager: big speed up of "Go to file" with ~1000 files (thanks @dopm)
  • Add: dialogs "Themes", "Color theme" are now resizable; dialog "Themes" is now scalable (thanks @Lastique)
  • Fix: Qt5 version: plugin dialogs flickering (thanks @Lastique)
  • Fix: Windows XP: themed menu font size was incorrect (thanks @zanud)
  • Fix: regression with restoring "index of top line" from session, with word-wrap and w/o it (thanks @Jairo-Martinez)
  • Fix: regression with commands "left"/"right" not scrolling to caret (thanks @Jairo-Martinez)
  • Fix: regression with bad positioning of tab-groups 'splitters' on start (thanks @GHNewbiee)
  • Fix: option "saving_trim_spaces" didn't move caret to shorter line end (thanks @GHNewbiee)
  • Fix: 'preview tab' could not work if dragged to another tab-group


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.123.2.0
February 2, 2021
  • Add: API allows much more access to Console panel fields (thanks @Shovel)
  • Add: allow multi-selections to touch, without joining them (thanks @Jairo-Martinez, @cser)
  • Add: lexer Batch: highlight `tick_blocks`; highlight variables with chars ~.,()
  • Change: program will not save to session filenames from CudaText: "settings/history.json", "settings/history session.json"
  • 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
37892
Reakcje/Polubienia
33976
CudaText 1.123.3.0
February 4, 2021
  • change: menu items "View / Split tab / ...." replaced with single item "View / Split tab...", which shows new dialog to configure UI-tab splitting
  • 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 @Jairo-Martinez)
  • add: command "split tab: split vertically"


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37892
Reakcje/Polubienia
33976
CudaText 1.123.3.2
February 4, 2021
  • Change: changed submenu "View / Split tab / ..." to new 3 items: "Don't split", "Vertically", "Horizontally" (thanks @OlehL)
  • 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 @Jairo-Martinez)
  • 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 @Jairo-Martinez, @cser)
  • Add: lexer Batch: highlight `tick_blocks`; highlight variables with chars ~.,()
  • Change: program will not save to session filenames from CudaText: "settings/history.json", "settings/history session.json"
  • Fix: Markdown tree-helper must skip headers inside <pre>..</pre>


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