Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41322
Reakcje/Polubienia
35158
CudaText 1.215.0.0
1.215.0 (2024/06)

+ add: option "renreder_tweaks" has additional flag to draw wrapped-line-mark at the right edge (idea by @pintassilgo)
+ add: option "unprinted_content" has additional flag to show end-of-line marks _only_ for wrapped lines, like in Visual Studio and Textadept (idea by @pintassilgo)
+ add: improve aesthetics during mouse column-selection: a) limit carets to line-ends if "caret_after_end":false; b) draw selection rectangle (ideas by @pintassilgo)
+ add: can show Find-dialog on start, via new option "find_show_on_start" (idea by @sl23)
- fix: some Undo-steps may be merged after Undo/Redo, but they must not merge (thanks @pintassilgo)
- fix: regression in 1.211: mass replace breaks syntax highlighting (thanks @ThaiDat)
- fix: fixed width of some Serbian chars (thanks @joz9)
- fix: when editing in the _floating_ group, auto-completion listbox can appear in the main window (thanks @MiroslavMatas)
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41322
Reakcje/Polubienia
35158
CudaText 1.216.0.0
1.216.0 (2024/07)

+ add: auto-completion: it's possible to _not_ replace chars on the right, like in VSCode, via new option "autocomplete_replace_on_right" (thanks @pintassilgo)
+ add: options "find_suggest_*": on inserting find-dialog text, escape special regex-chars, if regex option is set (thanks @pintassilgo)
+ add: option "unprinted_content": flag for trailing spaces supports space-only lines too (thanks @pintassilgo)
+ add: on caret move, replace statusbar msg 'Found next match .. [12/34]' with 'Found next match .. [?/34]'
- fix: 'Indent selection' shouldn't add spaces/tab to empty lines (thanks @pintassilgo)
- fix: after dbl-clicking a word, holding and expanding to the left, selection appeared to the right (thanks @pintassilgo)
- fix: lexer JS: issue with highlighting of doc-comments (thanks @pintassilgo)
- fix: sometimes command-line param "filename@line" don't scroll to specified line (thanks @cydonia)
- fix: Windows: single instance mode, opened ui-tab is not activated for "cudatext.exe -r filename" (thanks @cydonia)
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

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

CudaText 1.216.5.0

1.216.5 (2024/08)

* change: changed hotkey to call Replace dialog from Ctrl+R to more standard Ctrl+H, like in Sublime/VSCode/GEdit/SynWrite (thanks @RRPollack)
* change: deleted options "find_hotkey_find_dlg", "find_hotkey_replace_dlg", now usual Command Palette hotkeys are used here
* change: context menu item "Open URL": a) use URL under mouse cursor, not under 1st caret; b) move menu item to the top of context menu (thanks @pintassilgo)
+ add: ui-tab bar: drap-drop reddish marker works more similar to other apps (thanks @pintassilgo)
+ add: commands "File/Reopen", "File/Rename", "File/ Close and delete file" are supported for picture files too (thanks @ildarkhasanshin)
- fix: ui-tab bar: fix making visible the partially visible ui-tab on mouse-down (thanks @pintassilgo)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
41322
Reakcje/Polubienia
35158
CudaText 1.216.6.0
1.216.6 (2024/08)

+ add: notification panel about changes in external program: added button 'Auto reopen this file', renamed button 'x' to 'Never ask for this file' (thanks @pintassilgo)
* change: changed default of "max_line_len_brackets", 1000->4000
- fix: rename in UI, in command palette: 'reload'->'reopen'
- fix: regression in 1.216.5: ui-tab bar x-mark is not highlighted on mouse-over
- fix: regression in 1.216.5: ui-tab bar drag-drop marker is wrong when dragging ui-tab between groups
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.217.7.0

Sep 22, 2024
  • Add: Qt5/Qt6 version: colorize menubar with themed color
  • Add: lexer JS: use sublexer highlighting of: HTML templates html`...`, JSON templates json`...`, CSS templates css`...`; other/unknown templates are not highlighted at all
  • Change: default of "undo_max_carets" lowered from 20k to 4k, to avoid memory overflow because of unoptimal Undo-format (format may be improved later)
  • Fix: with "copy_line_if_no_sel":true, Ctrl+C on empty line did not copy that empty line
  • Fix: bug with column selection when text is auto-scrolled to the right; also fixes the non-working ed.get_sel_rect API
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.218.0.2

Oct 14, 2024
  • Add: state "View / Toggle always on top" is saved/loaded to/from history
  • Add: new command palette item "ui: show+focus bottom panel" to focus currently visible panel (thanks @bogen85)
  • Add: it's possible to change the internal value "max line length for non-delayed word highlighting" (hardcoded value 400), via new option "find_hi_max_columns" (thanks @sl23)
  • Add: non-text file detector now shows Console message like "Detected binary char 0x10 in file nnn" (thanks @JBerry910)
  • Add: Project Manager: option "Sorting order" has new value "none" (thanks @ildarkhasanshin)
  • Add: Project Manager: add option "Always sync project-tree with current editor file" (thanks @DeivAstra)
  • Add: Project Manager: add toolbar button "Sync project-tree with current editor file" (thanks @DeivAstra)
  • Change: Project Manager: remove toolbar button "Remove node", it's needed not often
  • Change: return toolbar button 'New file' back (thanks @Drugwash)
  • Fix: in 'column selection mode' without selection, commands "caret to line begin/end/left/right/up/down + select" did not work (thanks @ThaiDat)
  • Fix: Linux: error installing the .deb file on Linux Mint 22 / Ubuntu 24.04 (fix by @oleglnk)
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry