Camel1965

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

CudaText 1.191.6.0​

April 25, 2023
  • Add: auto-completion window is now parented in the main window: 1) no more separate shadow, 2) main window don't loose focus and don't blink, 3) no more showing of autocomplete-window in Alt+Tab list (thanks d0vgan, @veksha)
  • Add: new values of "ui_notif_confirm" to show _modal_ prompt to reload file (thanks @Crunchbits)
  • Add: option "autocomplete_closing_delay" (thanks @pintassilgo)
  • Add: option "ui_esc_close_finder" (thanks @NorbertJh)
  • Fix: lexer 'Ini files ^' small bug
  • Fix: tree-helper for Ini: support '#' comments
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.194

1.194.0 (2023/05)

drag&drop:
+ add: now it's possible to drag&drop text block from one ui-tab to another, without using 2+ groups: drag through the ui-tabs area
+ add: drag&drop of single-line selection is allowed into single-line fields (Console input, Code-Tree filter)
+ add: drag&drop of text: drop-marker is shown also when dragging to another ui-tab
+ add: drag&drop of ui-tab: drop-marker is shown also when dragging to another tab-group

+ add: change of lexer is recorded to macros (thanks @veksha)
+ add: Project Manager supports old Python 3.4 (thanks @de77)
+ add: lexers C/C++: highlight illegal numeric suffixes
+ add: lexer Batch: many improvements
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.195.0.5​

June 1, 2023
  • add: combobox inputs have the embedded X icon to clear text; code-tree X button was removed
  • add: code-tree filter field handles several space-separated words
  • add: faster paint caret if it's 'empty inside' (thanks @veksha)
  • add: Addon Manager has option (only in settings/cuda_addonman.json) to set SourceForge mirror (thanks @pintassilgo)
  • add: Tabs List plugin has new 'filter' input (thanks @mix-7)
  • add: Tabs List / Snippet Panel plugins support horizontal scrolling by Shift+mouse_wheel (thanks @iconv)
  • add: Char Map dialog: grid cells have equal width; font size increased (thanks @iconv)
  • add: option "show_indent_lines" (thanks @Vivalzar)
  • fix: Tabs List plugin did not react to change "tab modified"->"tab unmodified" (thanks @iconv)
  • fix: lexer Markdown: fix $ rule, $$ rule (thanks @veksha)
  • fix: if code-tree filter was empty on exiting, history of code-tree filters was not restored on next run (thanks @mix-7)
  • fix: changed "font_size" was not applied to autocompletion listbox (thanks @veksha)
  • change: set default hotkeys for "current document font size: bigger/smaller" to Ctrl+NumPlus / Ctrl+NumMinus
  • change: lexer PHP was removed to add-ons
  • change: default of "show_last_line_on_top" changed to False, default of "ui_tab_switcher_dialog" changed to False, default of "bracket_highlight" changed to True (thanks @z4ziggy)
  • change: Windows: in full-screen mode, app now hides the main menu bar (to fix missing bottom ~20 pixels, it is Lazarus bug)
  • change: delete option "max_line_len_for_accurate_width" (internal value is 1024 now)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.196.0.0

1.196.0 (2023/07)

+ add: plugin Tabs List: allow Tab-key to change the focus
* change: if in JSON lexer, user folds block which last line is ending with "{", this last line is excluded from folding (thanks @reregaga)
* change: delete option "tab_max_pos_expanded" (it is now max possible value 1024)
- fix: on 'find next' (F3) app forced focus to the Find dialog (thanks @adoeller)
- fix: regression with plugin Insert Pics, because of "show_last_line_on_top" default changed (thanks @herbrot)
- fix: small regression when EOL mark appeared on last line when not needed, on deleting multi-line selection (fixed by @ThaiDat)
- fix: Windows: Chinese IME may crash (thanks @actforjason, fixed by @rasberryrabbit)
- fix: irritating scrolling when user clicks top N lines, when "caret_proximity_vert":N (thanks @hiiamboris)
- fix: not nice indentation when Options Editor saves user.json (thanks @reregaga)
- fix: Find/Replace dialog: empty Find field after typing text and pressing Ctrl+Enter
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.197.0

August 13, 2023
  • Change: if "ui_reopen_session":true, don't automatically add all opened files to 'recents' on exit, like in Sublime (thanks @mix-7)
  • Change: previously, with "undo_limit":5000 deleting of 7000 selected lines was clearing the Undo; now, deleting selection of 7000 lines is considered as "one action" and it is always storing in Undo; this is much slower on big selections, but Undo is important (thanks @mix-7)
  • Add: font of code-tree can be additionally scaled, added option "ui_tree_font_scale" (thanks @reregaga)
  • Add: text search shows additional confirmation when 'wrapped search' is off and search reaches the edge of the document (thanks @d0vgan)
  • Add: when text search silently wraps at document edge (because of Find dialog option "O"), Find dialog input field can blink (this is off by default); added option: "find_wrapped_blinking" (thanks @d0vgan)
  • Add: themed scrollbars: add coloring of mouse-over scrollbar arrows (thanks @reregaga)
  • Add: commands "move tab to group 3 / 4 / 5 / 6" (thanks @reregaga)
  • Add: Project Manager: command "Add to project: folder of the current file" (thanks @reregaga)
  • Add: Project Manager: context menu item "Copy path relative to project" (thanks @reregaga)
  • Fix: "List index" error when selecting big block by Ctrl+Shift+End and typing/inserting (thanks @mix-7)
  • Fix: couple of minor UI issues in the Find dialog (thanks @reregaga)
  • Fix: Linux/Unix: when owner of file is 'root' with 'rw-r--r--', and owner of file's dir is 'user', app could not save the file (thanks @timur-g)
  • Fix: Linux/Unix: the case "opening file has no R permission" leads to program error, especially when user chooses binary viewer
  • Fix: sometimes 'function hint' in AutoIt_Helper plugin is blocked (thanks @veksha)
  • Fix: bad painting of macro-recording border with "minimap_at_left":true
  • Fix: lexer Bash: fix string-rule, fix HereDoc-rule
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.198.0.0

September 4, 2023
  • Add: updated TRegExpr engine from 1.158 to 1.163; see change log:
    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: double-click on 'preview' tab makes it 'normal' (thanks @ThaiDat)
  • Fix: LSP tooltip was not shown in floating groups
  • Fix: few editor properties ('tabulation size', 'tabulation by spaces', 'saving: force final EOL', 'saving: trim line ends') were reset on tab-switching: from values set by EditorConfig plugin, to values from user.json (thanks @ildarkhasanshin)
  • Fix: "ui_tab_recent_on_close":true didn't work in 'floating' groups
  • Fix: on opening picture by "File/Open", background color remained fixed white (thanks @bbslipers)
  • Fix: workaround for Windows save-as dialog bug: dialog can suggest bad filename for filter 'All files', like 'name.lua.yml' instead of 'name.lua' when YAML lexer is active (thanks @bbslipers)
  • Fix: lexer reST: better rule for '|' in tables
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

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

CudaText 1.198.2.0

1.198.2 (2023/09)

+ add: update TRegExpr to 1.165: added \R support
+ add: Command Palette item "toggle window always on top" works for floating groups too (thanks @SamC)
* change: *BSD versions: do not call 'pkexec', instead only show a message-box, like IntelliJ (thanks @alex0x08 from linux.org.ru)
- fix: Qt5 version: Find dialog: click on a button looses dialog focus (thanks @pintassilgo)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

CudaText 1.200.0.0​

October 2, 2023
  • Add: big files (10Mb+) are saved _much_ faster
  • Add: Addons Manager removes section from packages.ini on uninstalling lexer
  • Add: Lexer Detecter writes lexer version to packages.ini (thanks @ildarkhasanshin)
  • Fix: when clicking between main window and floating groups, code-tree was not updated (thanks @SamC)
  • Fix: regression: options "ui_font_output_name"/"ui_font_output_size" were ignored (thanks @ildarkhasanshin)
  • Fix: if plugin sets ui-tab title ~15K characters, app freezes (thanks @ildarkhasanshin)
  • Fix: if bookmarks were only auto-shifted by edition above them, they could be not auto-saved
  • Fix: Lexer Detecter missed file extensions for VBScript
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry