Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
CudaText 1.146.2.0
October 5, 2021
  • Change: command "macros: start recording" was renamed and now it starts+stops the recording; 2 commands "macros: stop recording" and "macros: cancel recording" are deprecated and removed from Command Palette (thanks @hiiamboris)
  • Add: show red (default color of "markers") editor border when macro is recording
  • Fix: blurry UI tabs in Qt5 versions
  • Fix: if caret is "non blinking" and "full sized", it's opaque (thanks @hiiamboris)
  • Fix: reaction to touchpad scrolling was too slow/ too fast (thanks @hiiamboris)
  • Fix: regression: command "focus filter" didn't work (thanks @hiiamboris)
  • Fix: crash on pressing Esc in _floating_ side/bottom panel


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
CudaText 1.147.0.3
October 17, 2021
  • Add: before saving history/session file, check that disk free space is >1M, and give a Retry/Cancel messagebox if less (thanks @ertank)
  • Add: option "paste_multiline_at_line_start", to mimic Sublime and VSCode, default is 'false' to not give a regression (thanks @hiiamboris)
  • Add: option "ui_cmdpalette_hide_simple" (thanks @hiiamboris)
  • Add: option "micromap_line_states" (thanks @JairoMartinezA)
  • Add: command "expand selection to line, up"; before we had only "expand selection to line" which moves down (thanks @hiiamboris)
  • Add: UI tabs drag-drop now works also when dropping on "+" pseudo-tab or on the right empty area (thanks @GHNewbiee)
  • Add: macOS version now detects Python 3.10 (thanks @sigzero)
  • Add: lexer HTML: show block staples (thanks @eltonfabricio10)
  • Add: lexer CSS: highlight std CSS functions
  • Fix: error 'wrong time specification' when file from session was deleted (thanks @A-Nicoladie)
  • Fix: regression: drag-drop of text: wrong selection after drop of whole lines
  • Fix: regression: drag-drop of text: missing red drop marker


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
CudaText 1.147.1.0
October 19, 2021
  • Change: removed option "ui_cmdpalette_hide_simple"; all Palette items are visible now; hiding of Palette items is not much needed and give problems with customizing hotkeys
  • Fix: regression: double-click on UI-tabs empty area didn't work (thanks @eltonfabricio10)
  • Fix: micromap on scrollbar: click on folded position did not unfold it (thanks @JairoMartinezA)
  • Fix: micromap on scrollbar: bad vertical shift, when vertical "scrollbar_arrows" is 'normal' or 'both above'


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
CudaText 1.147.2.0
October 24, 2021
  • Add: click on empty tab-group area opens a new tab there
  • Change: removed option "ui_cmdpalette_hide_simple"; all Palette items are visible now; hiding of Palette items is not much needed and give problems with customizing hotkeys
  • Fix: regression: "Save as" must change lexer according to the new name (thanks @WebMechanic)
  • Fix: huge memory consumption (by code-tree) on HTML/CSS files with huge lines, ie on 'minified' files (thanks @JairoMartinezA)
  • Fix: regression: double-click on UI-tabs empty area didn't work (thanks @eltonfabricio10)
  • Fix: micromap on scrollbar: click on folded position did not unfold it (thanks @JairoMartinezA)
  • Fix: micromap on scrollbar: bad vertical shift, when vertical "scrollbar_arrows" is 'normal' or 'both above'


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906
CudaText 1.147.5.0
October 25, 2021
  • Add: support Python 3.10 (thanks @pyscripter)
  • Add: option "caret_proximity_vert", which allows to keep caret on the distance from top/bottom edge (thanks @hiiamboris)
  • Add: option "renderer_tweaks", which allows to set width of the 'ellipsis' char (thanks @MiroslavMatas)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.148.0.0​

October 27, 2021
  • Change: renamed command "ui: toggle find dialog" to "dialog: find: toggle dialog", also changed logic of this command a little
  • Add: added command "dialog: replace: toggle dialog" (thanks @sl23)
  • Add: improved option "mouse_rt_click_moves_caret", so that right-click over selection never resets that selection (thanks @sl23)
  • Add: show Console error message when required icon filename is missed (in toolbar-theme, in sidebar-theme etc.)
  • Add: Wiki topic
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Fix: command "unindent selection" shrinked selection if it was ended on a non-empty line end (thanks @eltonfabricio10)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.148.5.0

1.148.5 (2021/11)

+ add: commands "extend carets: up/down" did not handle going over shorter lines ("caret_after_end":false); now caret column is restored when going long line-> short line-> long line (thanks @GenuZ from linux.org.ru)
+ add: detect that history-configs are filled with null-bytes, e.g. because of PC reset (thanks @ertank)
+ add: menu-dialogs show button "x" to cancel (when system dialog border is off); Command Palette has the caption now
+ add: dialog "View / Lexers" has initially selected item (thanks anon from linux.org.ru)
- fix: macOS: repainting of UI controls on UI-theme selection (thanks @papirosko)
- fix: pasting of wide _column_ blocks into short lines, with "caret_after_end":false
- fix: option "caret_proximity_vert" worked bad with commands "scroll line up/down"
- fix: regression in 1.107: option "carets_primitive_column_sel":true caused the regression, column blocks were not copied/pasted as column (thanks @GenuZ from linux.org.ru)
- fix: regression in 1.148.0.2: wrong tail-of-file saving if file size was decreased (thanks @hiiamboris)
- fix: regression in 1.147: crash on BSD-systems on app exiting (thanks @eastorwest)
- fix: Windows: NTFS file streams were not preserved on file saving (thanks @squromiv)
- fix: Windows: file-change-notification marked NTFS stream as modified
- fix: lexer CSS: fix highlight of @property blocks
- fix: lexer JSON: default extension must be 'json'
- fix: lexer Markdown: 'YAML front-matter' rule
- fix: lexer C++: tokenizing of some operators

+ 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ć!
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.149.0.0​

November 15, 2021
  • Add: when option "ui_reopen_session":true, also auto-save the session each 30 seconds, to make it safe if PC crashes (thanks @hiiamboris)
  • Add: don't allow to reassign hotkeys Tab/Enter/Space/BkSpace w/o modifiers (thanks @WebMechanic)
  • Fix: major fix for macOS text rendering - incorrect width of text fragments (visible with "renderer_offsets__mac":false) (thanks @esvignolo)
  • Fix: width of Georgian letters should be 100% (thanks @66nuts)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.149.2.0​

November 18, 2021
  • Add: published version for Linux ARM Qt5 (thanks to fpcupdeluxe author)
  • Change: binary hex viewer: replacement for control-chars is changed from '?' to '.' (thanks @dinkumoil)
  • Change: removed old method of bookmarks saving/loading to/from history. Changelog of 1.141 told: duplicate bookmarks history to another key inside "history files.json"; later only this new key will be used and old bookmarks-history in session files will be ignored.
  • Add: option "ui_session_save_interval":30, which allows to disable auto-saving of session to disk every 30 seconds (thanks @66nuts)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.149.3.0

November 21, 2021
  • Add: option "renderer_tweaks" has the sub-options "w" and "o"
  • Change: option "renderer_tweaks" has the OS suffix
  • Change: option "renderer_offsets" is deleted and now it is the sub-option of "renderer_tweaks"
  • Change: binary hex viewer: replacement for control-chars is changed from '?' to '.' (thanks @dinkumoil)
  • Change: removed old method of bookmarks saving/loading to/from history. Changelog of 1.141 told: duplicate bookmarks history to another key inside "history files.json"; later only this new key will be used and old bookmarks-history in session files will be ignored.
  • Add: option "ui_session_save_interval":30, which allows to disable auto-saving of session to disk every 30 seconds (thanks @66nuts)
  • Add: published version for Linux ARM Qt5 (thanks to fpcupdeluxe author)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.150.0.0​

November 25, 2021
  • Add: Project Manager: context menu for files gives new items "Open in default application" and "Focus in file manager" (thanks @WebMechanic)
  • Add: dialog Replace has new option, visible only in the "..." menu: "RegEx substitute for 'Replace with'"; it's described in the Wiki topic about Find/Replace dialog
  • Add: option "renderer_tweaks" has new sub-option "c" (thanks @hiiamboris)
  • Fix: macro with two commands "scroll line down"+"down" did move caret _2_ lines down (thanks @hiiamboris)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37718
Reakcje/Polubienia
33906

CudaText 1.150.1.1

1.150.1 (2021/12)

+ add: Replace dialog shows toggle-button "$0" for the new option "RegEx substitute"; added sub-option 'E' to "find_hidden_buttons"
+ add: Wiki topic
Zaloguj lub Zarejestruj się aby zobaczyć!

+ add: published version for macOS ARM 64-bit
- fix: regression in 1.150: wrong restoring of option "RegEx substitute" on start (thanks @tmsg)
- fix: plugin Macros exposed the bug: deleting of a macro broke hotkeys of other macros (thanks @hiiamboris)
- fix: macOS: better mouse-wheel handling (Lazarus fix by Zoe Peterson)
- fix: lexer YAML: fix 'string' rule, add 'backslash-escaped char' rule
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry