CudaText Changelog

What's new in CudaText 1.212.1.4

Apr 7, 2024
  • Add: micromap column widths are now always auto-sized to the current micromap width, which is often different with "micromap_on_scrollbar":true (idea by @pintassilgo)
  • Add: C-like languages: Enter press on line-end can make unindent considering above code, if "indent_auto" is on (idea by @pintassilgo)
  • Add: C-like languages: Tab press on empty line can make indent considering above code, if "indent_auto" is on (idea by @pintassilgo)
  • Add: improved auto-completion: in several cases, user actions must auto-close the listbox (thanks @pintassilgo)
  • Add: on saving "user.json", avoid extra space before ":", it was like '"key" : "value"'
  • Add: painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option "staples_props" tells to hide bottom edge
  • Change: changed default of option "staples_props" to "0,40,0,0", to look like Sublime and VSCode (thanks @pintassilgo)
  • Change: minimal height of micromap's thumb area was increased from 4 to 16
  • Fix: command 'indent' without selection gave empty selection which was expanded with arrow-keys
  • Fix: too slow repainting of 'red text-drag-drop mark', at least in Qt5 version (thanks @pintassilgo)
  • Fix: Find-dialog did not apply Hi option on dialog showing, when some search was already made (thanks @iconv)
  • Fix: regression in 1.211.4: caret jumps to the top of the editor on scrolling, if 'Hi' find-option is on

New in CudaText 1.212.0.0 (Apr 3, 2024)

  • Add: C-like languages: Enter press on line-end can make unindent considering above code, if "indent_auto" is on (idea by @pintassilgo)
  • Add: C-like languages: Tab press on empty line can make indent considering above code, if "indent_auto" is on (idea by @pintassilgo)
  • Add: improved auto-completion: in several cases, user actions must auto-close the listbox (thanks @pintassilgo)
  • Add: on saving "user.json", avoid extra space before ":", it was like '"key" : "value"'
  • Add: painting of 'block staples': always paint the 'bottom edge' for lexers with indent-based folding, even if option "staples_props" tells to hide bottom edge
  • Change: changed default of option "staples_props" to "0,40,0,0", to look like Sublime and VSCode (thanks @pintassilgo)
  • Change: minimal height of micromap's thumb area was increased from 4 to 16
  • Fix: command 'indent' without selection gave empty selection which was expanded with arrow-keys
  • Fix: too slow repainting of 'red text-drag-drop mark', at least in Qt5 version (thanks @pintassilgo)

New in CudaText 1.211.4.0 (Mar 30, 2024)

  • Add: scrollbar (application-themed scrollbar) width can be adjusted with new option "scrollbar_size" (thanks @stewcam)
  • Add/change: when find-dialog "Hi" option is on, and document is 'big' (option "find_hi_max_lines" has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly (thanks @pintassilgo)
  • Add: find-dialog "Hi" option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)
  • Fix: many seconds freezing when 'select all' + 'delete' runs in ~600K lines file (thanks @hycmos)

New in CudaText 1.211.3.0 (Mar 25, 2024)

  • Add/change: when find-dialog "Hi" option is on, and document is 'big' (option "find_hi_max_lines" has effect, or horizontal scrollbar is wider than 400 chars), show Hi_All marks only for the visible screen area and update marks on scrolling; it should not slow down editor significantly (thanks @pintassilgo)
  • Add: find-dialog "Hi" option: finding in the visible screen area is now much faster for huge lines (handles only visible portion of the line)

New in CudaText 1.211.0.0 (Mar 17, 2024)

  • Add: text search without RegEx has big speedup on huge lines; e.g. for line len=400K, with 25K matches, 'Count all'/'Select all'/'Mark all' are improved from ~30 sec to ~0.5 sec
  • Add: text replacement (with and without RegEx) has big speedup on huge lines; e.g. for line len=400K, with 25K matches, 'Replace all' is improved from ~110 sec to ~0.5 sec
  • Add: when option "find_hi_max_lines" limit is over, still highlight occurrences, but only in the visible editor area; button "Hi" in the Find dialog is not disabled anymore (thanks @pintassilgo)
  • Add: lexer 'Search results' better supports code-tree
  • Add: after inserting line-break by Enter line became space-only? then make it empty. like Sublime (thanks @pintassilgo)
  • Add: detection of JS scripts by 'shebang', like '#!/usr/bin/node'

New in CudaText 1.210.5.0 (Mar 10, 2024)

  • Add: allow plugin HTML_Tooltips to show preview for WEBP pictures too
  • Fix: CSS autocompletion: better add ';' if both {} brackets are on the current line; don't add ';' at all if we completed the property name (thanks @d-mal)
  • Fix: snippets for 'void' HTML tags had bad endings (thanks @d-mal)
  • Fix: Qt5 version: char '|' cannot be entered in Code-tree filter field / FindInFiles plugin (thanks @mix-7)
  • Fix: Windows: fix for installation/uninstallation problems of the shell extension on new versions of Windows 11 (by @dinkumoil)
  • Fix: plugin commands were not recorded to macros, if called from Plugins menu
  • Fix: plugin HTML_Tooltips shows preview of BMP pictures buggy

New in CudaText 1.209.0.0 (Jan 24, 2024)

  • Add: optimization for plugins ExTerminal / Terminal Plus: adding a line to document end now works faster (thanks @veksha)
  • Add: progressbar-form is shown additionally when loading big text from session (> 10Mb; < option "ui_session_max_text")
  • Add: Project Manager saves to project 'unfolded tree-nodes' list (patch by @veksha)
  • Add: improved decoration API, to allow 3+ decors exist for the same line; it affects LSP plugin when it places decorations (thanks @veksha)
  • Add: improved API for file saving, it allows to make command "Save a copy as..." which exists in Notepad++; seems this new command will be added to CudaExt plugin
  • Change: addition to the format of Undo-history, format is backward compatible with 1.208.5
  • Change: Project Manager: 2 menu items (configure plugin; configure project) removed from context menu / from 'gear' toolbar menu
  • Fix: on Windows, Project Manager crashed when calling "Open in default application" with LSP running (patch by @veksha)
  • Fix: lexer Python: f-strings must support '{{' (thanks @DUOLabs333)
  • Fix: in Markdown, in fenced blocks, back-color of empty line was wrong sometimes (thanks @SamC)

New in CudaText 1.208.5.0 (Jan 18, 2024)

  • Change: before, caret movement updated the statusbar after rather big pause ~2000ms; now the pause is smaller, ~500ms (option "py_caret_slow")
  • Add: command "open file in default app" sets current directory (thanks @veksha)
  • Add: URL highlight missed ":" possible char (thanks @xbarbie)
  • Fix: important: on fast editing of big code, gutter folding lines were not auto-adjusted _fast_, and also _folded_ blocks below the caret can be unfolded
  • Fix: Qt5 and macOS versions: in viewer, text selection highlight was 'shifted' (thanks @papirosko)

New in CudaText 1.208.0.0 (Jan 14, 2024)

  • Add: update TRegExpr engine to 1.186
  • Change: reworked code for fold-blocks storage; report any regressions
  • Change: now deepness of 'block staples' is limited by ~20 levels, deeper staples are not rendered / folding is not shown
  • Change: replaced option "find_multiline_scale" (float number) with "find_multiline_height" (int value in percents)
  • Fix: rendering bug when minimap is on + selections exist
  • Fix: text in Console can become 'folded' sometimes
  • Fix: wrong handling of error when lite-lexer is broken
  • Fix: wrong caret pos on mouse click, if text is scrolled horizontally
  • Fix: regression in 1.206.0: plugins menu items did not check allowed lexers (line "lexers=" in install.inf)

New in CudaText 1.207.0.0 (Jan 10, 2024)

  • Add: optimization of search/replace in huge lines: faster by ~20%
  • Add: new command "cancel carets, but keep first visible caret"
  • Add: updating of data in parser-thread now blocks main thread much less; e.g. before on 400Kb file: 8 msec, now: 0.1 msec
  • Add: 'statusbar' controls show their icons auto-scaled
  • Add: auto-decrease font size of 'overlay' on buttons/statusbars; useful for LSP plugin with 'overlay' numbers on statusbar
  • Add: old option "ui_tree_fill_max_time" is now used for Pascal tree-helpers too
  • Fix: filling of code-tree in Pascal tree-helpers had big slowdown
  • Fix: when Project Manager opens files in the same 'preview' tab, it must clear old bookmarks/markers/attribs
  • Fix: issue with External Tools plugin in Qt5 version: list selection was ignored
  • Fix: lexer Bash: fix continuation char in comment

New in CudaText 1.206.5.0 (Jan 3, 2024)

  • add: optimized installation of 100 addons from .zip's, when file-open dialog multi-selection is used
  • change: deleted deprecated API: FOLDING_GET_LIST*, all related plugins were updated - update them from Addons Manager
  • fix: bug when after installation of plugin without app restart, Command Palette items become 'shifted' by N elements; it required lot of code rework - so report any regressions
  • fix: bug in finder_proc() API
  • fix: bug in timer_proc(TIMER_DELETE, ...) API

New in CudaText 1.206.2.0 (Dec 24, 2023)

  • Add: improved rendering speed (4 times faster) for such case: one-liner HTML with 700k chars with word-wrapping on
  • Add: when CudaFormatter replaces all text, reset horizontal scrollbar's page-size (needed when long one-liner is replaced to short lines) (thanks @adoeller)
  • Change: auto-disable 'dynamic highlight' for very long one-liners
  • Change: default of "ui_tree_fill_max_time" changed from 1000 to 150
  • Fix: minimap rendering can make _big slowdown_ in some cases (thanks @adoeller)

New in CudaText 1.206.0.0 (Dec 23, 2023)

  • Add: make app start faster by 30ms, by moving top menu initing (and Plugins menu filling) to 'app is idle' event
  • Add: new option "ui_tree_unfold" to fully unfold the code-tree
  • Add: make 'nice' scrolling (middle click) 2x smoother
  • Fix: on loading file with lexer, avoid temporary applying None-lexer-specific config
  • Fix: regression on Windows since 1.176: window title shows Unicode as '??????'
  • Fix: when "ui_tab_position" is left/right + "ui_tab_variable_width" is on, "ui_tab_size_y" was ignored

New in CudaText 1.205.5.2 (Dec 15, 2023)

  • Add: lexer files *.cuda-lexmap support new option: [op] fold_exclude_line=1 ; it allows JSON lexer to skip last block line on folding; added Wiki text about this feature
  • Add: lexer files *.cuda-lexmap support new option: [op] auto_fold=0 ; it allows to disable option "auto_fold_comments" for lexer (it's used for: Markdown, reST, MediaWiki, WikidPad, Textile)
  • Add: auto-adjustment of _folded_ blocks on editing in documents with Pascal tree-helper: Markdown, reST, WikidPad etc (thanks @mix-7)
  • Add: auto-adjustment of fold-blocks on editing in the linked splitted editor

New in CudaText 1.205.0.0 (Dec 9, 2023)

  • Add: updated TRegExpr engine to 1.182; it now supports K
  • Add: option "auto_fold_comments" now makes ranges not only for 'comments' but also for 'strings', ie any multi-line string literals (thanks @victorel-petrovich)
  • Add: new option "find_hotkey_more" can change Find dialog hotkey of "..." button
  • Add: tree-helpers in Pascal: after edition, unfold previously unfolded code-tree node for caret (thanks @mix-7)
  • Change: Find dialog: changed hotkey of "..." button from Ctrl+Alt+dot to Ctrl+Alt+D because Ctrl+Alt+dot is used in Slovak keyboard layout (thanks @vidovan)
  • Fix: could not load broken UTF-8 text at all, but app must be able to auto-reload it in encoding cp1252 (thanks @zeuwas)
  • Fix: picture viewer: statusbar wasn't updated on Ctrl+MouseWheel (thanks @xBZZZZ)

New in CudaText 1.204.0.0 (Dec 2, 2023)

  • add: new option "autocomplete_commit_on_enter" (thanks @DUOLabs333)
  • add: text viewer: it can change word-wrap mode in its 'text' mode (not correct with UTF-8 viewer encoding, sorry)
  • add: on editing with ui-tab splitted, carets/markers in the 2nd half must auto-adjust like in the 1st half (thanks @mix-7)
  • add: folded state is now restored from session for built-in tree-helpers too
  • add: reworked IME dialog in Gtk2 version (patch by @rasberryrabbit)
  • change: text viewer: disabled selection with UTF-8 encoding due to unsolved problems with selection rendering in UTF-8
  • fix: URL highlight must catch paired brackets (...) but ignore single closing bracket, because URLs are included in () in Markdown
  • fix: built-in tree-helpers didn't affect the 2nd half of splitted ui-tab (thanks @mix-7)

New in CudaText 1.203.0.1 (Nov 27, 2023)

  • built-in tree-helpers:
  • add: tree-helper for Markdown supports _proper_ folding, considers header levels
  • add: tree-helper for MediaWiki supports _proper_ folding
  • add: tree-helper for reStructuredText supports _proper_ folding
  • add: tree-helper for 'Ini files ^' supports folding
  • add: new tree-helper for WikidPad, so you must remove Python tree-helper
  • add: new tree-helper for Textile, so you must remove Python tree-helper
  • add: reduced flickering in paired (splitted) editor, on editing big files with lexer (thanks @mix-7)
  • add: lexer Python: support f-strings with inner quotes from Python 3.12
  • change: disabled automatic unfolding of blocks above the editing line, in Python; it was irritating sometimes (and bad if unfolding block height is bigger than screen height); it reverts fix from 1.167.5 2022/07 (thanks @victorel-petrovich)
  • fix: must scroll to new caret position after some folding actions (thanks @mix-7)

New in CudaText 1.202.1.0 (Nov 23, 2023)

  • Change: deleted option "lexer_postpone_until_shown"
  • Add: new command "folding: select block(s) at caret(s)"
  • Fix: sometimes on doing 'Undo' lexer parser stops working with broken highlight

New in CudaText 1.202.0.1 (Nov 19, 2023)

  • Add: new option "fold_underline_size" to change look of folding-underline
  • Add: with "fold_style" 3...4, click on folded line text must not unfold the block
  • Add: single click on folding rectangle-mark is now ignored because we must react to double-click on it
  • Add: Go To dialog remembers last input, per each editor-tab, and value now saves to session
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_VS_other_editors#CudaText_vs_Notepad.2B.2B
  • Change: theme "Zeus" was renamed to "Zeu" and removed to Addons Manager
  • Fix: command "find current word next" fails with words of length=1
  • Fix: editing of Markdown/reST/WikidPad header with folded previous header makes irritating unfolding of previous header
  • Fix: regression: crash on double-click the Output panel with the "Runner" plugin output

New in CudaText 1.201.0.0 (Oct 30, 2023)

  • change: changed submenu "File / Line ends >" to menu-like dialog
  • add: new 3 commands (in the Command Palette) to focus 3 floating groups
  • add: new option "ui_tab_padding2" to set right padding (thanks @faerot)
  • add: commands "focus next group"/"focus previous group" support floating-groups too (thanks @faerot)
  • add: support more 'ligatures' in lexers JS / Python (thanks @faerot)
  • add: Project Manager: "Focus in file manager": correctly open files with $ or " or in path; respect default file manager; don't freeze until file manager exits (patch by @xBZZZZ)
  • add: allow commands "tabulation size: set to N" to be in macros

New in CudaText 1.200.0.0 (Oct 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

New in CudaText 1.199.0.0 (Sep 18, 2023)

  • Add: update TRegExpr engine to 1.169; see change log: https://github.com/andgineer/TRegExpr/blob/master/History.txt
  • Add: option "ui_session_max_text"
  • Add: option "ui_session_max_undo"
  • Add: Find dialog: new hotkey Ctrl+Alt+dot for '...' button (thanks @MiroslavMatas)
  • Add: Command Palette item "toggle window always on top" works for floating groups too (thanks @SamC)
  • Change: portable releases now have the folder "cudatext" in the root
  • Change: Shift+click with selection works more like in VSCode (thanks @pintassilgo)
  • Change: *BSD versions: do not call 'pkexec', instead only show a message-box, like IntelliJ (thanks @alex0x08 from linux.org.ru)
  • Fix: new bookmarks were not auto-saved when ui-tab was not closed before exit
  • Fix: Qt5 version: Find dialog: click on a button looses dialog focus (thanks @pintassilgo)
  • Fix: regression in 1.172: option "key_left_right_swap_sel_and_select" didn't work

New in CudaText 1.198.2.0 (Sep 13, 2023)

  • 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)

New in CudaText 1.198.0.0 (Sep 4, 2023)

  • Add: updated TRegExpr engine from 1.158 to 1.163; see change log: https://github.com/andgineer/TRegExpr/blob/master/History.txt
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#How_to_run_formatter_ESLint_on_saving
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#How_to_bind_a_hotkey_to_insert_a_snippet
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Config_Toolbar
  • 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

New in CudaText 1.197.0 (Aug 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

New in CudaText 1.196.0 (Jul 5, 2023)

  • 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

New in CudaText 1.195.0.5 (Jun 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)

New in CudaText 1.194.4.0 (May 18, 2023)

  • Add: minimap handles Shift+click and middle-click, it allows to revert to the old behaviour of minimap click which existed before version 1.190.0 (thanks @pintassilgo)
  • Add: scrollbars now react to Shift+click and middle-click - this makes direct jump to clicked position, like with option "scrollbar_click_jump" (thanks @veksha)
  • Add: showing of unprinted "wrapped line-part marks" now respects the option "show unprinted only in selection" (thanks @Vivalzar)
  • Add: support for lexer MDX, its very special rules: it allows {...} blocks with nesting of curly brackets, it allows <...> blocks with nesting of angle brackets
  • Add: better find Python library on first startup, for Linux with /usr/lib64 and /usr/lib
  • Fix: Addon Manager was deleting the old plugin folder, even if download of update fails
  • Fix: regression in C/C++ lexers

New in CudaText 1.194.0.0 (May 12, 2023)

  • 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

New in CudaText 1.193.3.0 (May 7, 2023)

  • Change: replaced 2 options "lexer_dynamic_hilite" / "lexer_dynamic_hilite_max_lines" with single option "dynamic_highlight"; changed the default to 4000, ie it's now enabled by default
  • Change: removed space-char from option "autocomplete_commit_chars"
  • Add: new option "ui_statusbar_hint_lines" allows to set the statusbar hint height; also statusbar last cell now reacts to click (thanks @pintassilgo)
  • Add: lexer Bash: added 'dynamic highlight' rules for blocks: if/fi, case/esac, do/done
  • Fix: Windows: missed repaint on auto-deleting pair bracket (thanks @veksha)
  • Fix: sometimes auto-completion was hiding on user typing (thanks @veksha)

New in CudaText 1.193.0.0 (May 2, 2023)

  • Change: Undo-list is cleared when any action touches line with length>100K
  • Add: caret must move OK in line with length up to 2G
  • Add: if file has line with length>2G, don't crash but show nice error message on opening
  • Fix: caret up/down moving over huge lines worked very slow
  • Fix: mouse selection over huge lines worked very slow
  • Fix: horizontal scrollbar could not scroll to the end, with line length=2G
  • Fix: vertical scrollbar could not scroll to the end, with 500M lines
  • Fix: bad handling of error "too many lines in file"

New in CudaText 1.192.0.0 (Apr 26, 2023)

  • change: commands "delete word next"/"delete word previous" changed behaviour with selection, they delete the selection first, like in Sublime/VSCode (thanks @veksha); bad effect: custom hotkeys for these commands were reset
  • change: auto-completion font now equals to 'editor font'
  • 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

New in CudaText 1.191.6.0 (Apr 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

New in CudaText 1.191.5.0 (Apr 23, 2023)

  • change: submenu "View / Toggle unprinted chars" replaced with menuitem "Options / Unprinted chars..." which shows new dialog "Unprinted characters", it gives much more control
  • add: "autocomplete_autoshow_chars" must trigger also inside 'strings', it makes sense for some LSP servers (thanks @veksha)
  • add: "ui_scale_font" must affect font size in tooltips too (thanks @veksha)
  • change: "autocomplete_html":true must work together with "autocomplete_autoshow_chars" (before: it overridden "autocomplete_autoshow_chars" to 1) (thanks @veksha)
  • fix: lexer XML: this must not be highlighted as string: <tag>"</tag>...<tag>"</tag>

New in CudaText 1.191.0.6 (Apr 18, 2023)

  • change: rename option "minimap_tooltip_line_count" to "minimap_tooltip_height"
  • add: new option "minimap_tooltip_font_size" allows to use smaller font in minimap-tooltip (thanks @Vivalzar)
  • add: added limit of undo-data-length in session files, 1M chars, to prevent too long session saving/loading when editing with multi-carets (thanks @rssguy2)
  • add: long reloading of huge file, must show editor (or both splitted editors) as 'locked' (hourglass icon)
  • add: Windows: X icon in menu-like dialogs now looks like ui-tabs X icon
  • fix: regression since 2021/08: loading of huge (100M) file with rare 'umlaut' chars did not activate "fallback_encoding" and forced UTF-8 (thanks @Vivalzar)
  • fix: several clicks on X-icon to close big file, while lexer parser is working, may lead to Access Violation (thanks @veksha)
  • fix: Qt5-version exposed bug with wrong scrolling to found words, in word-wrap mode, on some Unicode texts (thanks @pintassilgo)
  • fix: loading session with 2 groups: file in 2nd group looses syntax highlight (thanks @rssguy2)
  • fix: crash with multi-line comments + "auto_fold_comments":2 + code-tree visible (thanks @ildarkhasanshin)

New in CudaText 1.190.1.0 (Apr 9, 2023)

  • Add: smart-tabs option, "tab_smart", known from several text editors: PSPad, ConTEXT, Lazarus IDE (thanks @qwerky, @Vivalzar)
  • Fix: theme config dialog's Apply-button did not apply color to sidebar (thanks @qwerky)
  • Fix: minor issue with Alt+Tab with plugin dialogs, on Windows (thanks @veksha)

New in CudaText 1.190.0.0 (Apr 5, 2023)

  • Change: statusbar click on cells "file encoding", "end-of-line chars", "lexer" now shows menu-like dialogs, like in VSCode (thanks @Vivalzar)
  • Add: improve "minimap_drag_immediately":true, so that minimap click scrolls to clicked position (thanks @veksha)
  • Add: add option "ui_menu_button", to control showing of '3 dots' sidebar button
  • Add: Project Manager: on renaming of project file, rename also corresponding opened ui-tab (thanks @ThaiDat)
  • Add: Command Palette did miss few commands for newly added encodings; renamed few CJK encoding-items (thanks @Vivalzar)
  • Fix: error with "auto_fold_comments":2 and command "move lines down"
  • Fix: lexer reStructuredText did not support spell-checker

New in CudaText 1.189.0.0 (Mar 28, 2023)

  • Change: statusbar now reacts to caret moving/selection with a delay, like in 1.184; it is needed to avoid rendering speed regression since 1.185
  • Change: hide sidebar button "3 dots" when "ui_menu_show":true
  • Change: change default hotkeys in the Find dialog, e.g. Alt+O to Ctrl+Alt+O, to avoid conflicts with Alt+ hotkeys of the menu bar
  • Change: change default value of "lexer_folding_max_lines" from 10000 to 15000
  • Add: option "minimap_scale" supports value<100 to show compact look
  • Add: option "renderer_tweaks" has sub-option to avoid 'space at line-end in selection', like in Kate
  • Add: auto-completion listbox must handle clipboard command hotkeys
  • Add: Project Manager icons recolored from black to gray, to support dark ui-themes
  • Add: lexer C/C++: better code-tree
  • Add: word wrap: don't split chars '([' from word-chars
  • Add: better support plugin "Console Auto-Completion" so it is activated only on pressing Ctrl+Space; and Console completion listbox stays visible on typing more text
  • Fix: after lexer installation, passive ui-tabs loose syntax highlighting
  • Fix: regression: option "auto_fold_comments" was broken

New in CudaText 1.188.0.0 (Mar 23, 2023)

  • Add: support new macros in statusbar config: {offset_max}, {offset_caret}; the maximal supported count of lines can be changed via new option "max_lines_to_calc_offsets" (thanks @pintassilgo)
  • Add: support emojis by statusbar macros {char} and {char_xxxx}
  • Add: lexer C++: better code-tree for complex classes (thanks @d0vgan)
  • Add: lexers C/C++: update keyword list from last standard
  • Fix: error "Assertion failed" when closing single ui-tab, with visible plugin Tabs List

New in CudaText 1.187.1.0 (Mar 14, 2023)

  • add: session also has Undo/Redo data; added sub-option for Undo/Redo to "ui_history_disabled" (thanks @pintassilgo)
  • add: sub-option "T" in "unprinted_content" (thanks @pintassilgo)
  • fix: regression in auto-completion in 1.187.0 (thanks @eltonfabricio10)

New in CudaText 1.187.0.0 (Mar 11, 2023)

  • Change: option "autocomplete_autoshow_chars": avoid the timer pause, like in many other editors
  • Change: auto-completion popup: height is now determined by items count, ie new option: "ui_listbox_complete_size_items"; popup height is decreased if listbox has less items
  • Change: auto-completion popup: keys Home/End should move caret, not listbox selection, like in many other editors (thanks
  • Add: option "ui_session_save_interval": avoid saving if session is not yet changed (thanks @d0vgan for the patch)
  • Add: code-tree in lexer CSS shows colored squares also for: rgb() rgba() hsl() hsla()
  • Add: dialog Char Map should save not only size, but also position
  • Add: avoid plugin dialogs / floating groups / Char Map to show out of visible screen area
  • Add: plugin Insert Time: better support locale-dependant 'formats'
  • Add: improved Shift+[mouse dragging]: this must expand selection of the 1st caret, like in other editors/browsers
  • Fix: when file-pair is loaded from session, modified state of 2nd file is not restored
  • Fix: commands "go to screen top/bottom" at the document edges
  • Fix: Options Editor: better tabbing over UI controls
  • Fix: auto-completion popup must not have the taskbar button

New in CudaText 1.186.2.0 (Mar 3, 2023)

  • Add: on pasting text with M lines into N carets (where N>=20, 0<abs(N-M)<=5), show a warning about possible big memory usage (thanks @rssguy2)
  • Add: column of 'margin' line is now saved to session; added corresponding sub-option to "ui_history_disabled"
  • Fix: Shift+Tab, pressed in the Replace / Console dialog, performed the 'Unindent' in editor (thanks @ildarkhasanshin)
  • Fix: crash on calling "move tab to group 2" from Command Palette (thanks @Stefan)
  • Fix: command "show main menu as popup" should show from the left-top corner even if sidebar is on the right (thanks @Stefan)

New in CudaText 1.186.0.0 (Feb 25, 2023)

  • Change: removed plugin "Emmet" to Addons Manager
  • Change: removed plugin "Show Unsaved Changes" to Addons Manager
  • Change: commands "go to screen top/bottom/center": retain the caret's column, like in many other editors
  • Add: find/replace dialog: added option 'AB' (preserve case on replacement), it is described in the Wiki topic "Dialog Find/Replace"
  • Add: option "ui_initial_dir" supports macros: {AppDir}, {AppDrive}
  • Add: commands "scroll to document begin/end", "scroll column left/right", "scroll page up/down" now respect option "caret_keep_visible_on_scroll":true
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#How_command_.22Paste_and_indent.22_works
  • Fix: problem with applying changed _syntax_ theme colors
  • Fix: problem with mouse selection auto-scrolling in Distraction-Free mode
  • Fix: if "mouse column selection mode" was toggled by a hotkey, app did not update the statusbar
  • Fix: bug in parser (it creates the log ~/cudatext.error), visible on JSON files

New in CudaText 1.185.0.0 (Feb 19, 2023)

  • Change: statusbar: removed msg prefix "[Read only]" but added "RO" text to the cell "selmode" instead (cell "selmode" by default is located just before the last message cell)
  • Add: option "ruler_height"
  • Add: tab-switcher dialog (Ctrl+Tab): shows the current document too; reacts to Ctrl+Shift+Tab too
  • Add: find/replace: show in the statusbar "border crossed" for wrapped search
  • Add: option "centering_width": reworked code, coz we had hard to reproduce bug when option was reset
  • Add: option "centering_width" works also in grouping modes "2 horz", "3 horz", "4 horz", "6 horz"
  • Add: option "centering_width" in floating groups: ignores grouping mode in main window
  • Add: show console error when option "newdoc_lexer" has wrong lexer name
  • Add: Windows+click does the same as simple click, like VSCode
  • Add: lexer XML: support multi-line quoted strings
  • Fix: option "mouse_column_selection":false blocked auto-scrolling on selection
  • Fix: replacement of a char to LF on the last line was adding trailing LF
  • Fix: in splitted view (of one tab), full-screen mode was not hiding stuff for 2nd editor
  • Fix: messagebox buttons Yes / No lost accelerator: &Yes / &No
  • Fix: crash in find/replace with RegEx
  • Fix: Ins-key did not update the statusbar 'Ins/Ovr' cell

New in CudaText 1.184.0.0 (Feb 12, 2023)

  • Add: handle click on gutter line number, which is first line of folded range -- it selects the entire range (thanks @adoeller)
  • Add: handle double-click on folded-rectangle-marks (like [def name...]) -- it selects all lines of this folded range
  • Add: handle Shift+click on gutter line numbers (thanks @JairoMartinezA)
  • Add: command "Delete line" with caret on beginning of folded range: must unfold the range first (thanks @Crowbarous)
  • Add: API to show HTML-formatted text on the horizontal 'ruler' band
  • Add: lexer JS: highlight 'modifier' keywords with a new style
  • Fix: theme item "editor, folded line" was invisible on few standard themes (thanks @adoeller)
  • Fix: folding underline '— — — —' was not painted for last visible line

New in CudaText 1.183.0.0 (Feb 6, 2023)

  • add: on Windows, use new method to detect file changes in external programs (thanks @JairoMartinezA, @ThaiDat)
  • add: before saving user.json config (or lexer-specific config), validate its JSON text (thanks @xcme)
  • add: add default lexer-specific config for CSS to specify that '-' is a word-char in CSS
  • add: code-tree, project panel, other treeviews: support horizontal scrolling by Shift+wheel (thanks @iconv)
  • fix: bad look of non-blinking caret on dark themes (thanks @iconv)
  • fix: "trembling" of text after selection, on Qt and macOS, without lexer (thanks @Andreas0602)
  • fix: issues in Bash lexer (thanks @Flashwalker)

New in CudaText 1.182.3.0 (Feb 5, 2023)

  • Add: on Windows, use new method to detect file changes in external programs (thanks @JairoMartinezA, @ThaiDat)
  • Add: before saving user.json config (or lexer-specific config), validate its JSON text (thanks @xcme)
  • Add: add default lexer-specific config for CSS to specify that '-' is a word-char in CSS
  • Add: code-tree, project panel, other treeviews: support horizontal scrolling by Shift+wheel (thanks @iconv)
  • Fix: bad look of non-blinking caret on dark themes (thanks @iconv)
  • Fix: "trembling" of text after selection, on Qt and macOS, without lexer (thanks @Andreas0602)
  • Fix: issues in Bash lexer (thanks @Flashwalker)

New in CudaText 1.182.2.0 (Jan 17, 2023)

  • Fix: dialog "Save tabs": if user presses Cancel in "Save file as", don't quit
  • Fix: bad rendering of long lines (>"max_line_len_parsed") in lite lexers
  • Fix: not fully focused tab after command "move tab to next group"
  • Fix: some minor UI issues
  • Fix: lexer Bash issues

New in CudaText 1.182.0.1 (Jan 12, 2023)

  • Add: macOS: use latest Lazarus patches to fully support macOS IME
  • Add: command "clipboard: copy as HTML"
  • Add: allow plugin "Suggest Untitled Filename" to better detect which tabs it should update (thanks @Vivalzar)
  • Add: Project Manager: command "Go to file" opens the file if project panel is not visible (thanks @rssguy2)
  • Add: command "export to html": hide selection in export; preserve multi-carets
  • Fix: deleting of a block until last line, could add line-break for last line (thanks @ThaiDat)
  • Fix: regression in 1.158: plugin "Show Unsaved Changes" window became not resizable
  • Fix: macOS: tab made by Command+N don't have caret (thanks @Andreas0602)
  • Fix: F12='toggle side panel' doesn't run from Project Manager with hidden top menu (thanks @jczanfona)

New in CudaText 1.181.0.0 (Jan 2, 2023)

  • Add: support more encodings, but note: they require OS support (unlike old encodings):
  • Add: encoding cns
  • Add: encoding gb2312
  • Add: encoding euc-kr
  • Change: rename some encodings to pretty names: big5, gbk, shift-jis, uhc (old names 'cpNNN' still work when loading old sessions)
  • Add: option "fallback_encoding" (thanks @kenifanying)
  • Add: plugin API 'on_click_right'; it allows 'Spell Checker' to update its context menu items more gracefully
  • Add: wrapping of too long tab title in the prompt to close modified untitled tab (thanks @ildarkhasanshin)
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Dynamic_highlight
  • Add: lexer Bash: highlight HereDoc-block as one big token (thanks @Flashwalker)
  • Add: support Hi-DPI in few dialogs (thanks @Vivalzar)
  • Add: Project Manager: added command "Show+focus Project panel"
  • Add: better select whole words by mouse, after double click, now like Sublime Text (thanks @adoeller)
  • Add: support Python 3.12
  • Change: change default of "renderer_tweaks" by including 's'
  • Change: delete option "def_encoding_utf8"
  • Fix: command "column select: down" bug when caret exists on last line (thanks @veksha)
  • Fix: cannot delete selected line-break at the file end (thanks @adoeller)
  • Fix: if ui/syntax themes not linked, setting default syntax-theme resets also UI-theme (thanks @adoeller)
  • Fix: plugin "Detect Indent" cannot change tab-kind when file is loaded from command line (thanks @adoeller)

New in CudaText 1.180.0.0 (Dec 26, 2022)

  • Add: option "ui_open_dir"
  • Add: encodings 'cp861' (DOS Icelandic), 'cp865' (DOS Nordic)
  • Add: reworked how micromap is painted in word-wrapped mode (both on vert scrollbar and not); now it paints all WrapInfo items, so e.g. long wrapped line gives several cells on micromap
  • Add: Find dialog: after 'Select all', scroll to the first caret (thanks @Vivalzar)
  • Add: Find dialog, Console dialog: handle global app hotkeys (thanks @Vivalzar)
  • Add: dialog "Lexer style mapping" renders styles in the 2nd listbox (thanks @Vivalzar)
  • Add: lexer CSS: add missing spec function/property names
  • Change: removed default assignment of Ctrl+Shift+R to 'toggle read-only' (thanks @Vivalzar)
  • Fix: Project Manager: changed current folder was not always passed to app
  • Fix: on macOS, External Tools plugin shown 'Edit' dialog for the wrong list item (thanks @veksha)
  • Fix: regression: if opened >20 tabs, just closed tabs are not added to 'recents' (thanks @mix-7)
  • Fix: regression: on loading session, 'pinned' tabs were not closed (thanks @MiroslavMatas)
  • Fix: usage of 'pkexec' must be disabled on macOS and enabled on Solaris

New in CudaText 1.179.0.0 (Dec 10, 2022)

  • change: on dropping n>1 files onto app, focus last opened ui-tab (thanks @Vivalzar)
  • fix: crashes on fast/heavy using of file commands: drag-drop 20 files / close all / reopen recent file (thanks @veksha)
  • fix: crash on Windows when opening file in distraction-free mode (thanks @faulknermano)

New in CudaText 1.178.5.0 (Dec 3, 2022)

  • change: "Extract RegEx matches" action now doesn't sort matches (thanks @mast)
  • change: tab context menu "Close / All (all groups)" now closes tabs in all windows including floating-groups
  • add: avoid cropping of 'italic' id before a space (thanks @veksha)
  • fix: improved for drag-n-drop 700 files onto app: a) don't start parser for passive tabs, b) 'close all' works _much_ faster (thanks @veksha)
  • fix: for 'big' files, minimap was turning off on file open (thanks @veksha)
  • fix: Project Manager: ui issue on deleting files/dirs
  • fix: wrong message "File was changed outside" when you save file from 'splitted' view
  • fix: possible crash of API: Editor(1).get_filename()

New in CudaText 1.178.0.0 (Nov 27, 2022)

  • Add: allow Differ plugin to fill ui-tab context menu 'on demand' and not 'on file opening' which was much slower (thanks @veksha)
  • Add: opening lot of files via command line (and Windows Shell Extension) must not activate each file on loading (thanks @iahung)
  • Add: dialog "Themes" has improved UI (thanks @veksha)
  • Add: option "find_suggest_in_selection" also detects the columnar selection (thanks @tmsg)
  • Add: lexer PHP: support inclusion of JSON blocks
  • Fix: sometimes, program doesn't apply dark _syntax_ theme on startup (thanks @iahung)
  • Fix: sometimes, "Extract RegEx matches" doesn't repaint the resulting editor
  • Fix: regression: files always open 'activated' even when it's needed 'in background ui-tab'
  • Fix: bug in lexer JSON^ with [["aa","aa"],{"aa":"bb"}]

New in CudaText 1.177.1.0 (Nov 24, 2022)

  • Add: dialog "Themes" has improved UI (thanks @veksha)
  • Add: option "find_suggest_in_selection" also detects the columnar selection (thanks @tmsg)
  • Add: lexer PHP: support inclusion of JSON blocks
  • Fix: sometimes, "Extract RegEx matches" doesn't repaint the resulting editor

New in CudaText 1.177.0.0 (Nov 17, 2022)

  • add: show indicator form when app loads big file (>10Mb) on startup (thanks @Vivalzar)
  • add: properly zoom gutter's: a) folding column width, b) folding plus/minus icons, c) width of folding lines
  • add: auto-deletion of pair brackets: https://wiki.freepascal.org/CudaText#Auto-deletion_of_pair_brackets (thanks @lwo)
  • add: support hotkeys for "find current word next/previous" even in Find dialog (thanks @veksha)
  • add: set scale for 'pilcrow marks' from "unprinted_symbols_scale" (thanks @Vivalzar)
  • add: dialog "Go to" must have X icon even on Windows (thanks @Vivalzar)
  • add: increase limit of highlighted URL length to 1200
  • change: Esc-key should first close the (docked) Find dialog, like Sublime/VSCode (thanks @Vivalzar)
  • change: dialog "Char Map" should have icon in taskbar (thanks @Vivalzar)
  • fix: "fold_style":4 gave problem with restoring folding after file closing/reopening (thanks @veksha)
  • fix: regression: "ui_esc_close_console":true did not work (thanks @Vivalzar)
  • fix: some minor visual glitches on painting (thanks @veksha)
  • fix: "File / Close all" shown confirmation with OK/Cancel, must be Yes/No
  • fix: closing all tabs did not reset 'untitled counter' to 1
  • fix: change of grouping mode crashed sometimes

New in CudaText 1.176.0.0 (Nov 8, 2022)

  • Add: Windows: avoid annoying white line under themed menubar (thanks @veksha)
  • Add: option to turn off 'line states': "gutter_line_states" (thanks @iconv)
  • Add: Project Manager: don't sort 'by extension': a) folders, b) non-Latin extensions (thanks @iconv)
  • Add: apply options "caret_view*" also to plugins' input fields
  • Change: Find dialog: make all buttons not focusable (thanks @Vivalzar)
  • Change: option "unprinted_content" sub-option "x": a) must hide marks when there is no selection, b) must affect line-break marks too (thanks @Vivalzar)
  • Change: make jump in the "delete word" commands similar to Sublime/Firefox (thanks @iconv)
  • Fix: when Project Manager opens 'preview' tab, it must be activated (thanks @iconv)
  • Fix: bad rendering of 'pilcrow' unprinted mark on Unix'es

New in CudaText 1.175.0.2 (Nov 4, 2022)

  • change: changed rendering of "Unicode combined characters" (accent chars), now they have separate char-cell like letters; this was needed to solve several issues with accent chars (thanks @iconv)
  • change: don't activate ui-tab by right/middle click (thanks @iconv)
  • change: Find dialog: close the dialog after 'Select all'/'Mark all' (thanks @Vivalzar, @veksha)
  • change: Find dialog: now Up-arrow goes to next dropdown item (before Down-arrow did that), like in Sublime Text (thanks @Vivalzar)
  • change: API event on_change_slow becomes more lazy, ie it fires only in the applicaion idle state (no keyboard/mouse input for 1-2secs)
  • add: dialog About: add button 'Copy to clipboard'
  • fix: with "undo_persistent" on, lines with tab-chars were loaded wrong from undo-file (thanks @veksha)
  • fix: options "caret_view*" did not affect: find-dialog, console, code-tree filter, menu dialogs (thanks @iconv)
  • fix: command "insert empty line below" inserted 2 lines at the file end (thanks @iconv)
  • fix: command "delete line" was not deleting the last line (thanks @iconv)
  • fix: wrong Undo after Alt+Up / Alt+Down (thanks @iconv)
  • fix: regression in 1.173: code-tree was not updated good for lite lexers (thanks @mix-7)
  • fix: regression in 1.171: with 3 selections '_[dd][dd][dd]_' typing 'a' produced '_a_' instead of '_aaa_'
  • fix: regression in 1.166.x: _empty_ session was reopened wrong (thanks @TomBraider42)

New in CudaText 1.174.0.0 (Oct 26, 2022)

  • Change: simplified app icon
  • Add: ui-tabs render colored circle also for externally modified/deleted files (thanks @bogen85)
  • Add: Windows: normalize case of filenames on opening (thanks @veksha, @KodeZwerg)
  • Add: if "ui_esc_close":true, and Esc is pressed to 'cancel selection', don't quit but perform the command (thanks @GenuZ)
  • Add: "underline_color_files" must support 'rgb(10 20 30 / 50%)' (thanks @eltonfabricio10)
  • Add: file-flag "plugin_disabled" in plugin's folder - disables loading of plugin
  • Add: toolbar 'pressed' states react fast to: buttons pressing, ui-tab switching
  • Add: support Python 3.11
  • Fix: regression in 1.173 - tree-helpers don't work for lite lexers (thanks @mix-7)
  • Fix: bug in calculating text-pos from mouse-pos for proportional fonts (thanks @cg00001)
  • Fix: "autocomplete_autoshow_chars":2 - a) must not fire event if ui-tab is quickly switched; b) value 2 didn't work with 3 typed characters (thanks @veksha)
  • Fix: bad plugin's editor scrollbar with "micromap_on_scrollbar":true (thanks @veksha)

New in CudaText 1.173.2.0 (Oct 20, 2022)

  • Fix: minor issues with formatting in auto-completion listbox (thanks @veksha)
  • Fix: wrong filter-char highlighting in menu dialog when item is collapsed with "..." (thanks @veksha)
  • Fix: LSP plugin tooltip could appear in Alt+Tab list on Windows (thanks @veksha)
  • Fix: lexer PHP: wrong folding of 'default:' blocks (thanks @veksha)
  • Fix: Breadcrumbs plugin: code-tree cells may appear without icons, when code-tree is hidden
  • Fix: regression in 1.117 or older: in GTK2 version clipboard is cleared on exit

New in CudaText 1.173.0.0 (Oct 15, 2022)

  • Add: API for LSP plugin to render colored auto-completion listbox (thanks @veksha)
  • Add: option "gutter_icon_size"
  • Add/change: for modified ui-tabs, render separate circle-mark instead of '*' char in the title text; ui-tabs with plugin-set custom title now also show modified circle-mark
  • Add: toolbar shows 'pressed' state for additonal user-added buttons: 'word wrap', 'read-only', 'insert/overwrite mode', 'show micromap', 'show ruler' (thanks @hexaae)
  • Fix: lexer Markdown: fixed rules for backtick-codeblocks, to not fail on empty line in block (thanks @etn0)
  • Fix: Project Manager: fixed errors on ancient Python 3.5
  • Fix: Ctrl+BackSpace in auto-completion (thanks @actforjason)

New in CudaText 1.172.5.0 (Oct 9, 2022)

  • Add: lexer reStructuredText: support headers with Unicode (thanks @lookoutside)
  • Add: 'Check for updates': added button "Open changelog" (thanks @ildarkhasanshin)
  • Add: updated file-type icons (140 unused icons removed, 40 added)
  • Add: commands "dialog: find: toggle" and "dialog: replace: toggle" now consider options "find_suggest_*" (thanks @Vivalzar)
  • Fix: command "dialog: find: toggle" could move Find dialog out of the main window
  • Fix: Tabs List plugin: wrong columns if file-pair is opened (thanks @veksha)
  • Fix: error if Ctrl+D is pressed in Console/Find/Replace input (thanks @mix-7)
  • Fix: regression in 1.165.2: Alt+Down stopped working in Console/Find/Replace comboboxes

New in CudaText 1.172.0.1 (Oct 3, 2022)

  • Add: option "auto_copy_clp", which now replaces plugin Auto Copy To Clipboard (plugin is now ignored); unlike the old plugin, option works in all editor-fields in the app (including Find/Replace/Console/etc)
  • Add: option "mouse_middle_click":2 (paste on middle click) works also for one-line inputs: Find/Replace, Console, Code-tree filter
  • Add: 'single instance' code works faster on Unix: user doesn't see flashing main dialog now (thanks @DUOLabs333)
  • Add: API supports HTML formatting in auto-completion listbox; it will be used in LSP
  • Add: handle command-line keys -h / -v / -el before creating GUI
  • Add: Options Editor supports old Python 3.4 (thanks @spyrosmas)
  • Change: change defualt of "ui_backup_sessions" to 2 (thanks @Flashwalker)
  • Change: change default of "ui_reopen_session_cmdline" to true (thanks @Flashwalker)
  • Change: remove '-' from "nonword_chars" in "settings_default/lexer Bash script.json"
  • Fix: after Shift+Right, Shift+Left, simple Right makes the buggy selection (thanks @veksha)

New in CudaText 1.171.0.0 (Sep 18, 2022)

  • Add: when editing too long lines (2000+ chars), editor turns lexer off for a few seconds. That is to prevent caret rendering glitches on such lines. Option is added for this: "max_line_len_for_editing_keeping_lexer".
  • Add: few APIs for LSP Client
  • Add: better calculate wrap positions for CJK text (thanks @lookoutside)
  • Add: Addon Manager: add option "Verify HTTPS certificates" (thanks @veksha, @ViCrack)
  • Add: option "renderer_anti_flicker" is now per-lexer (before it was global)
  • Fix: option "renderer_anti_flicker":20 gave regression in FindInFiles4 plugin's UI
  • Fix: default value of "key_left_right_wrap_with_carets" was not like default.json tells (thanks @cser)
  • Fix: in some cases, Delete/typing command with multi-carets places multi-carets wrong (thanks @cser)
  • Fix: regression in 1.169.2: Emmet engine broken
  • Fix: regression in 1.167: Down-arrow from long wrapped line, to the last short line
  • Fix: after mouse wheel zoomimg, scrollbar position becomes very incorrect (thanks @veksha)
  • Fix: "mouse_wheel_zoom":false -> Ctrl+wheel jumps to file beginning
  • Fix: too wide combobox-arrow if UI scale is big (thanks @kuannng)

New in CudaText 1.170.5.1 (Sep 10, 2022)

  • Add: few APIs for LSP Client
  • Add: better calculate wrap positions for CJK text (thanks @lookoutside)
  • Add: Addon Manager: add option "Verify HTTPS certificates" (thanks @veksha, @ViCrack)
  • Fix: regression in 1.167: Down-arrow from long wrapped line, to the last short line
  • Fix: after mouse wheel zoomimg, scrollbar position becomes very incorrect (thanks @veksha)
  • Fix: "mouse_wheel_zoom":false -> Ctrl+wheel jumps to file beginning
  • Fix: too wide combobox-arrow if Windows scale is 200%

New in CudaText 1.170.0.0 (Sep 4, 2022)

  • Add: when file is deleted outside, show tab title in reddish color (theme color "tabs, special marks")
  • Add: option "underline_color_files" must support modern variants of rgba() and hsla(); support color-angles in units deg/rad/grad/turn (thanks @eltonfabricio10)
  • Add: option "py_caret_slow" (thanks @veksha)
  • Add: lexer HTML: highlight background of <svg> blocks
  • Change: bracket highlight is now performed near "on_caret_slow", ie after a pause
  • Change: lexer CSS: don't highlight entire color-function calls as single token: rgba(...), hsla(...) etc
  • Fix: fold-ranges from command "fold selected lines" often worked wrong
  • Fix: incorrect width of group of some 'Latin extended' chars (thanks @dbgrgl)
  • Fix: Addon Manager "Install from Git" ignored Git branch name on 'clone' action
  • Fix: option "autocomplete_autoshow_chars" small bug

New in CudaText 1.169.2.0 (Aug 28, 2022)

  • Add: auto-completion in plugins: avoid listbox hiding/showing, when user presses Left/Right key in auto-completion
  • Add: API allows LSP Client to show tooltips for gutter-icons when option "lint_type" is set to "d" (thanks @veksha)
  • Change: Emmet now doesn't auto-pair 'unknown' tags (thanks Rickard)

New in CudaText 1.169.0.2 (Aug 22, 2022)

  • add: handle the situation 'file was deleted outside' more detailed: show additional non-modal confirmation to close the tab (thanks @lookoutside, @JairoMartinezA)
  • add: tree-helper for reStructuredText: calculate header levels more properly (thanks @lookoutside)
  • add: in Python, final 'comments' must be excluded from final fold range (thanks @veksha)
  • change: changed the background-color of 'notification panels' inside the editor
  • change: macOS: adapt default hotkeys for macOS, for commands: "go to text begin/end", "caret to line begin/end", "go to word previous/next" (thanks @veksha)
  • fix: file with UTF-32 BE signature was detected as 'maybe not text'
  • fix: regression in 1.165.x: opening of file without final line-break was adding final line-break anyway
  • fix: couple of glithes on macOS (thanks @veksha)
  • fix: Emmet must not auto-complete 'ok:' for example (thanks @eltonfabricio10)
  • fix: "Go to bookmark" did not focus target group (thanks @MiroslavMatas)
  • fix: in maximized window, clicking on the vert-scrollbar right-most pixel did not work (thanks @veksha)
  • fix: with "scrollbar_themed":false, caret can move half below the bottom border (thanks @veksha)

New in CudaText 1.168.6.0 (Aug 4, 2022)

  • Change: macOS: adapt default hotkeys for macOS, for commands: "go to text begin/end", "caret to line begin/end", "go to word previous/next" (thanks @veksha)
  • Fix: "Go to bookmark" did not focus target group (thanks @MiroslavMatas)
  • Fix: in maximized window, clicking on the vert-scrollbar right-most pixel did not work (thanks @veksha)
  • Fix: with "scrollbar_themed":false, caret can move half below the bottom border (thanks @veksha)

New in CudaText 1.168.5.0 (Aug 2, 2022)

  • add: command "Undo" handles also color-attribs, which are added e.g. by 'Color Text' plugin
  • add: commands "delete to_document_begin/ to_document_end/ word_left/ word_right/ word_at_caret" and APIs delete/replace, they now delete affected color-attribs
  • fix: macOS: bug in blinking of caret (thanks @veksha)
  • fix: macOS: crash "list index error" (thanks @JairoMartinezA)
  • fix: regression, broken option "mouse_rt_click_moves_caret" (thanks @sl23)
  • fix: lexer Batch: ^-char before line-break must continue the string literal

New in CudaText 1.168.0.0 (Jul 28, 2022)

  • Add: command-line parameter '-verbose' for debugging
  • Fix: couple of issues with saving read/only files (thanks @veksha)
  • Fix: Linux Qt5: with "caret_after_end":true, on going up/down over short lines, caret moves lefter
  • Fix: Linux: file 'ast.py' in the current folder was breaking many plugins (thanks @veksha)
  • Fix: lexer Bash: wrong highlight in '~/.local' (thanks @eltonfabricio10)

New in CudaText 1.167.5.0 (Jul 22, 2022)

  • add: use translated button captions in message-boxes, both internal and API (thanks @hexaae)
  • add: wiki page https://wiki.freepascal.org/CudaText_VS_other_editors
  • add: option "renderer_tweaks" has new sub-option "l" (thanks @veksha)
  • fix: sometimes, bookmarks-section in the history file was purged by mistake (thanks @MiroslavMatas)
  • fix: click on the folded-block-rectangle hides caret (thanks @veksha)
  • fix: in e.g. Python lexer, new typed text may be 'catched' by the upper _folded_ block (thanks @veksha)
  • fix: on some Linux systems, with dots_per_inch=91, minimap is empty (thanks @veksha)
  • fix: lexers XML/XML^: highlight quoted string only after '=' (thanks @veksha)
  • fix: lexer Markdown: rule for italics

New in CudaText 1.167.0.0 (Jul 18, 2022)

  • add: API to speedup ExTerminal plugin (thanks @veksha)
  • add: dialog 'Go to': handle also leading '+' like the trailing one
  • add: wiki topic https://wiki.freepascal.org/CudaText#Advantages_over_Visual_Studio_Code
  • add: wiki topic https://wiki.freepascal.org/CudaText#Disadvantages_compared_to_Sublime_Text_.2F_VSCode
  • add: list "File / Open recent" stores also pictures/binaries
  • add: TRegExpr engine: update "uppercase/lowercase tables" for some unicode ranges (by @AmigoJack)
  • fix/optimization: rendering with 'markers' on 100k+ lines was very slow
  • fix/optimization: command "Inverse bookmarks" was very-very slow in 100k+ lines documents
  • fix/optimization: plugin Git Status was very-very slow if Git changes had 10k+ lines
  • fix/optimization: during mass replacement, pair-bracket-finder must not activate
  • fix: sometimes, 'markers' were painted with artifact lines
  • fix: on Windows, startup with 2+ groups did not restore "maximized" state (thanks @veksha)
  • fix: on Windows, picture viewer: dragging of small picture was not disabled
  • fix: on tab switching, window caption must be updated without pause (thanks @charliewales)
  • fix: file must appear in "File / Open recent" if default-session is active (thanks @veksha, @DUOLabs333)
  • fix: couple of issues with Up/Down/PageUp/PageDown with "caret_after_end" on/off (thanks @veksha)
  • fix: 'floating' panels feature is now disabled in GTK2 version, because of the IDE (or GTK2) bug (thanks @veksha)
  • fix: could not continue selection by mouse when cursor goes over minimap (thanks @veksha)

New in CudaText 1.166.5.0 (Jul 2, 2022)

  • add: small optimization: LSP plugin should not start when app starts with single empty tab
  • fix: on opening another project, current project-session was not auto-saved (thanks @MiroslavMatas)
  • fix: crash on loading session with confirmation for 'binary' file (thanks @kvichans)
  • fix: on loading session with active 2nd group, empty tab was appearing (thanks @kvichans)
  • change: on loading session, don't check files for 'binary' content

New in CudaText 1.166.3.0 (Jun 22, 2022)

  • Fix: crash on loading session with confirmation for 'binary' file (thanks @kvichans)
  • Fix: on loading session with active 2nd group, empty tab was appearing (thanks @kvichans)
  • Change: on loading session, don't check files for 'binary' content

New in CudaText 1.166.2.0 (Jun 19, 2022)

  • Add: support encoding iso-8859-3
  • Add: support encoding iso-8859-4
  • Add: support encoding iso-8859-7
  • Add: support encoding iso-8859-10
  • Add: support encoding iso-8859-13
  • Add: option "autocomplete_acp" (thanks @veksha)
  • Fix: with "ui_tab_angled":true, drag-drop of tabs must be allowed onto inter-tab small gap

New in CudaText 1.166.0.0 (Jun 15, 2022)

  • add: support encoding iso-8859-5
  • add: support encoding iso-8859-14
  • add: support encoding iso-8859-16
  • add: lexer must support 'dynamic highlight' if any sub-lexer supports it; example is Vue lexer (thanks @zhaolinlau)
  • add: Emmet plugin handles Tab-key in Vue lexer too (thanks @zhaolinlau)
  • change: on calling Find dialog, if none of options "find_suggest_xxxx" do suggestion, 'find what' field is not cleared; Ctrl+F from the Find dialog now selects all 'find what' (thanks @andersaamodt)
  • change: Windows Python upgraded to 3.8
  • fix: couple of bugs in plugin API (thanks @veksha)
  • fix: regression in 1.165.2: Shift+F3 in Find dialog (thanks @hiiamboris)
  • fix: Windows: issue with Alt+Tab and "ui_taskbar_mode":false (thanks @veksha)
  • fix: after "fold all", all folded ranges must have [+] icon, even those affected by "fold_icon_min_range" option (thanks @tmsg)
  • fix: lexer PHP: don't highlight 'class name' after '->'

New in CudaText 1.165.4.0 (Jun 7, 2022)

  • Change: Windows Python upgraded to 3.8
  • Add: support encoding iso-8859-14
  • Fix: regression in 1.165.2: Shift+F3 in Find dialog (thanks @hiiamboris)
  • Fix: Windows: issue with Alt+Tab and "ui_taskbar_mode":false (thanks @veksha)
  • Fix: after "fold all", all folded ranges must have [+] icon, even those affected by "fold_icon_min_range" option (thanks @tmsg)
  • Fix: lexer PHP: don't highlight 'class name' after '->'

New in CudaText 1.165.2.0 (Jun 2, 2022)

  • Add: input boxes + API-created editors: use the same key-mapping as main editor (thanks @DUOLabs333)
  • Add: commands "(without undo) sort xxxx" set sorted range line-states to 'changed'
  • Add: lexer CSS: support new 'units'
  • Fix: change default value of "renderer_tweaks__linux" to "" on Linux Qt5
  • Fix: TRegExpr engine: fix issues with 'regex recursion' (thanks @CaptainFlint)
  • Fix: macros playback must restore previous state of search options (thanks @hiiamboris)
  • Fix: freezing on startup with Git Status plugin, in some cases (thanks @veksha)
  • Fix: few rendering issues with proportional fonts: tab-chars, indentations (thanks @Hobbes)
  • Fix: commands "(without undo) sort xxxx" incorrectly removed blank lines (thanks @TomC)
  • Fix: lexer YAML bug

New in CudaText 1.165.0.0 (May 17, 2022)

  • Add: add time limit for syntax highlighting in minimap: new option "minimap_coloring_time":15
  • Add: improve rendering speed for _lite_ lexers, on long wrapped lines (thanks @veksha)
  • Add: improve search in menus: find space-separated words in _any_ order, like Sublime Text (thanks @veksha)
  • Add: lexer CSS: syntax-highlight color functions 'hwb()', 'lab()', 'lch()'
  • Add: HTML color underlines: support 'rgb(255, 55, 255, .5)', 'rgb(255 55 255 / .5)', 'rgba(255 55 255 / .5)'
  • Change: change the behaviour of command "skip next occurrence of selected word" to better mimic Sublime Text (thanks @veksha)
  • Fix: UI flickering on adding plugin's sidepanel buttons (thanks @veksha)
  • Fix: bug in Comments plugin (thanks @eltonfabricio10)

New in CudaText 1.164.0.1 (May 10, 2022)

  • Add: major change: support for proportional fonts in the editor (no option)
  • Add: 'listbox_ex' UI control: on scrolling, don't leave space on the bottom (thanks @veksha)
  • Add: lexer parser for indent-based folding: if 'group index'=21 (lexer properties dialog in SynWrite), parser will _skip_ checking of pair brackets (for 'group index'=20, checking for pair brackets will run, which is good for Python)
  • Fix: "autocomplete_trigger_chars" did not work in HTML for "<", without changing "nonword_chars" (thanks @eltonfabricio10)

New in CudaText 1.164.0.0 (May 8, 2022)

  • Add: major change: support for proportional fonts in the editor (no option)
  • Add: 'listbox_ex' UI control: on scrolling, don't leave space on the bottom (thanks @veksha)
  • Add: lexer parser for indent-based folding: if 'group index'=21 (lexer properties dialog in SynWrite), parser will _skip_ checking of pair brackets (for 'group index'=20, checking for pair brackets will run, which is good for Python)
  • Fix: "autocomplete_trigger_chars" did not work in HTML for "<", without changing "nonword_chars" (thanks @eltonfabricio10)

New in CudaText 1.163.4.0 (May 5, 2022)

  • Add: code-tree filling time is limited now, by new option "ui_tree_fill_max_time":1000 (in msec)
  • Add: API for 'treeview' multi-selection
  • Add: disabled buttons (in Find dialog, in main toolbar) are shown with a crossing-line, to be better visible as disabled
  • Change: default of "find_hotkey_find_next" changed to "F3" (thanks @sergey)
  • Fix: command "Paste and indent" must not force final newline (thanks @veksha)
  • Fix: Terminal Plus steals focus after auto-completion closes (thanks @veksha)
  • Fix: regression in 1.163.2: startup session silently skipped (thanks @mix-7)
  • Fix: regression in 1.160.2 for code-tree; reverted 'faster filling of the code-tree' (thanks @dimon40001)
  • Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
  • Fix: menu checkmarks in "View / Split tab" were not updated ok (thanks @sergey)

New in CudaText 1.163.2.0 (May 3, 2022)

  • Add: code-tree filling time is limited now, by new option "ui_tree_fill_max_time":1000 (in msec)
  • Add: API for 'treeview' multi-selection
  • Add: disabled buttons (in Find dialog, in main toolbar) are shown with a crossing-line, to be better visible as disabled
  • Change: default of "find_hotkey_find_next" changed to "F3" (thanks @sergey)
  • Fix: regression in 1.160.2 for code-tree; reverted 'faster filling of the code-tree' (thanks @dimon40001)
  • Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
  • Fix: menu checkmarks in "View / Split tab" were not updated ok (thanks @sergey)

New in CudaText 1.163.1.1 (May 1, 2022)

  • Add: disabled buttons (in Find dialog, in main toolbar) are shown with a crossing-line, to be better visible as disabled
  • Change: default of "find_hotkey_find_next" changed to "F3" (thanks @sergey)
  • Fix: regression in 1.160.2 for code-tree; reverted 'faster filling of the code-tree' (thanks @dimon40001)
  • Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
  • Fix: menu checkmarks in "View / Split tab" were not updated ok (thanks @sergey)

New in CudaText 1.163.1.0 (Apr 30, 2022)

  • Add: Find dialog: disabled buttons are shown with a crossing-line, to be better visible as disabled
  • Change: default of "find_hotkey_find_next" changed to "F3"
  • Fix: a couple of minor bugs (rarely visible) in TRegExpr engine
  • Fix: menu checkmarks in "View / Split tab" were not updated ok

New in CudaText 1.163.0.0 (Apr 26, 2022)

  • add: new command "add next occurrence of selected text (not whole-word)" (thanks @veksha)
  • add: new command "skip next occurrence of selected text"
  • add: Windows (10 and 11): auto-set window title color to dark (thanks @ags1234)
  • fix: file with XML/Python encoding signature could not be re-read in different cpXXXX encoding (thanks @ertank)
  • fix: hotkeys were not inited completely for .txt files in a project's session (thanks @MiroslavMatas)

New in CudaText 1.162.5.0 (Apr 22, 2022)

  • add: on editing of a line, which is start of a folded block, do unfolding of that block (thanks @veksha)
  • add: plugin Comments: support 'Line comment' commands if 'line comment' chars are absent, but 'range comment' chars are present; e.g. in CSS (thanks @ildarkhasanshin)
  • add: plugin Insert Time: added format 'unix' (Unix-time), it will be added to config after you delete the config + restart the app (thanks @mix-7)
  • fix: issue with "ui_one_instance":true on a multi-user Linux/Unix system (thanks @bogen85)
  • fix: issue with too greedy folding with "auto_fold_comments" in Nim lexer (thanks @veksha)

New in CudaText 1.162.0.3 (Apr 18, 2022)

  • add: Project Manager: the work is done to support auto-saving of the last project (even untitled), and auto-loading of last active project on app start. So if user e.g. drag-drops a folder on CudaText, this makes the new project "temporary", and after app restart, "temporary" project will be restored. Also app option "ui_auto_save_session" defaults to 'true' now, to be like Sublime Text / VSCode. (thanks opennet.ru)
  • add: detection of XML codepage must handle standard codepage names like "windows-1252" (thanks @dinkumoil)
  • add: 'Paste and indent' must overwrite the selection (thanks @veksha)
  • add: viewer allows to activate UTF-8 encoding, and also ISO-8859-9 encoding (thanks opennet.ru)
  • add: code-tree remembers 'Sorted' state per each file-tab (thanks @randomize from opennet.ru)
  • add: commands "fold/unfold/toggle block at current line" support multi-carets
  • add: lexer XML: more highlighting when folding is auto-disabled by "lexer_folding_max_lines" (thanks @ertank)
  • add: lexer XML: highlight numbers too
  • change: paste with middle-click (option "mouse_middle_click":2): place caret to clicked position, like VSCode/Kate (thanks opennet.ru)
  • change: rename menu item "Addons Manager / Install from GitHub" to "Install from Git"
  • change: for folded blocks, horizontal line has different style, dash/dash
  • fix: regression in 1.160.2: flickering on editing in file ending, if file was edited in the beginning
  • fix: Project Manager: bug with the prompt "files not belonging to the project"
  • fix: problem with saving modified files that were reloaded by "ui_auto_save_session":true (thanks @thatfuckingbird)

New in CudaText 1.161.0.0 (Apr 11, 2022)

  • Add: show information-panel on the top, when option "ui_max_size_lexer" disables the normal lexer
  • Add: detect encoding in XML files by signature like <?xml encoding="ISO-8859-9"?> (thanks @ertank)
  • Add: Command Palette and API menus 'fuzzy search' improved: first show items with plain matches, then show items with fuzzy-only matches; similar to Sublime Text (thanks @adoeller)
  • Add: Addon Manager: enabled 'fuzzy search' in menus

New in CudaText 1.160.0.0 (Apr 6, 2022)

  • Add: mouse buttons Extra1/Extra2 are supported in the hotkey input dialog; note that you must press buttons while mouse pointer is over editor control; these mouse buttons work as equavalent to keyboard buttons BrowserBack/BrowserForward
  • Add: improved keyboard 'accelerators' in the menu 'File / Open recent'
  • Add: improved API to open a file-pair: app now suggests to install new lexer also for the 2nd file
  • Add: improved API to show 'decorations on gutter'
  • Add: more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
  • Add: the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px (thanks @ildarkhasanshin)
  • Add: lexer PHP: folding of 'case' blocks (thanks @ildarkhasanshin)
  • Change: lexer PHP: simpler highlight HereDoc blocks
  • Fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key (thanks @ildarkhasanshin)

New in CudaText 1.159.2.0 (Mar 29, 2022)

  • add: more stability of the multi-threaded parser (before, file ~/cudatext.error could appear, please report if that file appears again with new info)
  • add: the minimal size of "unprinted spaces/ line ends" dots changed from 2 px to 1 px (thanks @ildarkhasanshin)
  • add: lexer PHP: folding of 'case' blocks (thanks @ildarkhasanshin)
  • change: lexer PHP: simpler highlight HereDoc blocks
  • fix: "Open URL" in context menu was disabled if menu is called by ContextMenu key (thanks @ildarkhasanshin)

New in CudaText 1.159.0.2 (Mar 24, 2022)

  • add: Project Manager: added 'project sessions' - sessions which belong to the current project and are embedded into project file *.cuda-proj. Added several menu items to the 'gear' menu in the ProjManager, to work with 'project sessions'. (thanks @GHNewbiee)
  • add: Project Manager removes the file, on doing "File / Close and delete file" (thanks @MiroslavMatas)
  • add: Project Manager hides deleted files/folders, on opening project (thanks @MiroslavMatas)
  • add: 4 commands in the Command Palette: "change line ends to LF / CR LF / CR / default, for lines(s) with caret" (thanks @myocytebd)
  • add: lexer PHP: add folding for () and [] (thanks @ildarkhasanshin)
  • change: dialog 'Go to bookmark' shows decreased indentations of lines (thanks @ildarkhasanshin)
  • fix: new feature (v1.157) "Paste from history" didn't work on Windows

New in CudaText 1.158.8.0 (Mar 22, 2022)

  • Add: default config of "detect_line" option (see the Wiki) includes 'shebang' for Bash and Python (thanks @HugLifeTiZ)
  • Fix: write JSON configs (main app + Options Editor Lite) with 'flush buffers', to not wipe them by OS hard reset (thanks @DUOLabs333)
  • Fix: too slow RegEx for 'numbers' in lexers C, C++, CSS, Lua, Python
  • Change: disabled highlight of Git merge conflict markers: <<<<<<< ======= >>>>>>>

New in CudaText 1.158.2.0 (Mar 18, 2022)

  • Add: default config of "detect_line" option (see the Wiki) includes 'shebang' for Bash and Python (thanks @HugLifeTiZ)
  • Fix: write JSON configs (main app + Options Editor Lite) with 'flush buffers', to not wipe them by OS hard reset (thanks @DUOLabs333)
  • Fix: too slow RegEx for 'numbers' in lexers C, C++, CSS, Lua, Python
  • Change: disabled highlight of Git merge conflict markers: <<<<<<< ======= >>>>>>>

New in CudaText 1.158.0.0 (Mar 15, 2022)

  • Add: Project Manager: after "Refresh" action, restore tree-nodes folding + re-select old selected item (thanks @GHNewbiee)
  • Add: Emmet plugin: support more abbreviations with Lorem Ipsum: "lorem", "lorem4", "lorem*4", "p*4>lorem" (thanks Rickard)
  • Add: lexer Python: folding for {...} and [...] blocks
  • Add: update data-files for CSS auto-completion
  • Fix: option "find_separate_form" is disabled on GTK2, since that platform has a bug with it
  • Fix: Addon Manager: CudaText update checker

New in CudaText 1.156.4.0 (Feb 24, 2022)

  • add: command "reopen recent file" in the Command Palette (thanks @andersaamodt)
  • add: little better Undo, when one of actions was deleting of selected block by Del/BkSpace (thanks @cser)
  • add: char U+00AD is also shown in hex form (thanks @DUOLabs333)
  • fix: big flickering when editing in PHP blocks (thanks @TomBraider42)
  • fix: Find dialog: activating of 'Hi' option cleared the selection, so broke the find 'in selection only' (thanks @tmsg)

New in CudaText 1.156.4.0 Experimental (Feb 24, 2022)

  • Add: command "reopen recent file" in the Command Palette (thanks @andersaamodt)
  • Add: little better Undo, when one of actions was deleting of selected block by Del/BkSpace (thanks @cser)
  • Add: char U+00AD is also shown in hex form (thanks @DUOLabs333)
  • Fix: big flickering when editing in PHP blocks (thanks @TomBraider42)
  • Fix: Find dialog: activating of 'Hi' option cleared the selection, so broke the find 'in selection only' (thanks @tmsg)

New in CudaText 1.156.2.2 (Feb 22, 2022)

  • Add: command "reopen recent file" in the Command Palette.

New in CudaText 1.156.2.0 (Feb 19, 2022)

  • Change/add: option "renderer_tweaks" has new sub-option 's' to show Unicode-spaces in usual form; default is to show Unicode-spaces in Hex form, like Sublime (thanks @DUOLabs333)
  • Fix: app crashed with option "links_regex": ""
  • Fix: issue in FindInFiles4 plugin when go-to-found-match did not scroll file to needed line
  • Fix: regression with option "renderer_anti_flicker":20 (values 1...999): a) Console is not repainted until click; b) plugin Sync Scroll work is broken (thanks @TomBraider42)

New in CudaText 1.155.3.1 (Jan 29, 2022)

  • Change: add the workaround for very slow work with huge line length=40M in XML file, which is handled by XML^ lite lexer: app now doesn't parse the line after 4K chars. The limit is taken from the old option "max_line_len_parsed". (thanks @tmsg)
  • Add: new command "find: toggle+focus dialog" (thanks @DUOLabs333)
  • Add: lexer Lua: add style for "documentation comments"
  • Fix: auto-completion for JS block inside PHP file (thanks @TomBraider42)
  • Fix: wrong saving of key "session" to "settings/history.json" (thanks @DUOLabs333)
  • Fix: wrong opening of several files at once, by Enter from Windows Explorer, with "ui_one_instance":true (thanks @jroblesr)
  • Fix: if a tool from plugin External Tools is called while recording a macro, macro becomes incorrect (thanks @cser)
  • Fix: dialogs 'Open file'/'Save file as' on Windows have bad looking 'filter' field
  • Fix: plugin Colored Indent didn't get on_state call (thanks @JairoMartinezA)
  • Fix: lexer CSS: wrong highlight of 'rgb(func(some), ...)'

New in CudaText 1.155.3.0 (Jan 28, 2022)

  • Change: add the workaround for very slow work with huge line length=40M in XML file, which is handled by XML^ lite lexer: app now doesn't parse the line after 4K chars. The limit is taken from the old option "max_line_len_parsed". (thanks @tmsg)
  • Add: new command "find: toggle+focus dialog" (thanks @DUOLabs333)
  • Add: lexer Lua: add style for "documentation comments"
  • Fix: wrong opening of several files at once, by Enter from Windows Explorer, with "ui_one_instance":true (thanks @jroblesr)
  • Fix: if a tool from plugin External Tools is called while recording a macro, macro becomes incorrect (thanks @cser)
  • Fix: dialogs 'Open file'/'Save file as' on Windows have bad looking 'filter' field
  • Fix: plugin Colored Indent didn't get on_state call (thanks @JairoMartinezA)
  • Fix: lexer CSS: wrong highlight of 'rgb(func(some), ...)'

New in CudaText 1.155.0.0 (Jan 20, 2022)

  • Add: "lite" lexers should skip too long lines, so the length limit 2K was set here
  • Add: rendering is much faster for the case of huge line length=40M in the word-wrapped mode
  • Add/change: improve logic of option "unprinted_content"; its "x" flag now works only with selection; added flag "X" which also works only with selection (thanks @JairoMartinezA)
  • Change: delete last enumeration-value of option "wrap_mode" (value 3 worked the same as 2)
  • Fix: file loading progress-bar was not shown for huge single-line file
  • Fix: on opening of big file with lexer (e.g. size 1M), beginning of the file was not colored until the entire file is parsed

New in CudaText 1.154.0.0 (Jan 17, 2022)

  • Add: Ctrl + mouse_wheel_click now adds/removes caret (like in Sublime Text) (thanks @johntor)
  • Add: Ctrl + mouse_wheel_drag now makes column selection (almost like in Sublime Text, here it removes old carets)
  • Add: it's possible to assign Ctrl+click to 'go to definition', via new value "c" of "mouse_goto_definition" (thanks @johntor)
  • Add: better support DocBlock plugin, by allowing the auto-completion inside _documentation_ comments (thanks @TomBraider42)
  • Add: Project Manager: command "Go To file" is now much faster (patch by @bscan)
  • Add: option "dim_unfocused" dims more correctly (+gutter, +ruler, +folded blocks)
  • Add: lexer RegEx handles constructs like [^]] (thanks @kvichans)
  • Change: default value of "mouse_goto_definition" changed to "ca" (old value "a" was not Linux compatible)
  • Fix: typing the text in 'Overwrite mode' over emoji text
  • Fix: search engine bug with RegEx: change of 'case sensitive' (with the same text) did not recompile the RegEx
  • Fix: few issues in the Emmet engine (thanks Rickard)
  • Fix: command "delete word previous" didn't move caret, if it was after line end (thanks @hiiamboris)

New in CudaText 1.153.5.0 (Jan 12, 2022)

  • Change: hotkey for Find (Replace) dialog always results in the search box being focused, like in ST4 and VSCode (thanks @andersaamodt)
  • Add: hotkeys of commands "switch tab ..." / "... focus ..." work also in the Find dialog (thanks @andersaamodt)
  • Add: better Console message on saving session: "N file(s) + M untitled"
  • Add: new API for Auto Save plugin (thanks @andersaamodt)
  • Fix: plugin Auto Save could overwrite session file list from another session (thanks @JairoMartinezA)
  • Fix: sometimes after session loading, or 'close all tabs', editor UI control hides completely

New in CudaText 1.153.0 (Jan 7, 2022)

  • Add: it's possible to hide folding gutter icon for small blocks, via new option "fold_icon_min_range"
  • Add: show descriptive error message in Console on loading broken lexer
  • Add: lexer CSS: add separate styling for '.id' and '#id' like in VSCode (thanks @andersaamodt)
  • Fix: regression in 1.152: auto-scrolling (mouse is dragged out of editor) didn't work
  • Fix: auto-completion didn't detect proper sub-lexer in fenced code-blocks
  • Fix: BackSpace hides the caret if after the line-end and "caret_blink_en":false (thanks @hiiamboris)
  • Fix: syntax highlight wasn't updated after 'duplicate line'/'paste' at the end of a sub-lexer block (thanks @WebMechanic)

New in CudaText 1.152.1.0 (Dec 23, 2021)

  • Fix: sometimes after drag-drop of text inside single file, syntax highlight was broken
  • Fix: sometimes after installing of a lexer, ui-tabs got none-lexer (thanks @hiiamboris)
  • Fix: commands "carets extend: ..." did not respect option "caret_proximity_vert" (thanks @hiiamboris)
  • Fix: plugin Comments: bug with selection, which is _backward_ and until start-of-line (thanks @hiiamboris)

New in CudaText 1.152.0.0 (Dec 12, 2021)

  • Add: lexer HTML: add sub-lexer 'HTML style' to highlight style="..." blocks like CSS does
  • Add: lexer HTML: support inclusions of JSON blocks
  • Add: lexer XML: support inclusion of CSS and JS blocks inside 'CDATA'
  • Add: lexer CSS: support backslash-escapes in names
  • Add: commands Delete/Backspace now handle the caret near emoji (thanks @_92)
  • Add: drag-drop of text can be started even in the read-only editor, you can drop to another (writable) editor (thanks @66nuts)
  • Add: drag-drop of text: toggle the mouse cursor 'simple drag'<->'multi-drag' on pressing/depressing Ctrl (thanks @66nuts)
  • Add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
  • Add: Tab-key in the code-tree (focused treeview or filter) should not jump to bottom panel (console input/log), and vice versa (thanks @hiiamboris, @JairoMartinezA)
  • Fix: Qt5/macOS: major fix for the text cropped on left, when "renderer_tweaks" misses 'w' (thanks @somewhat)
  • Fix: crash on very long line length=120K, with lexer active and wrap=off (thanks Ertan)
  • Fix: command "codetree: focus filter" didn't work in gtk2/qt5 versions

New in CudaText 1.151.2.0 (Dec 10, 2021)

  • Add: commands Delete/Backspace now handle the caret near emoji (thanks @_92)
  • Add: drag-drop of text can be started even in the read-only editor, you can drop to another (writable) editor (thanks @66nuts)
  • Add: drag-drop of text: toggle the mouse cursor 'simple drag'<->'multi-drag' on pressing/depressing Ctrl (thanks @66nuts)
  • Add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
  • Fix: crash on very long line length=120K, with wrap=off (thanks Ertan)
  • Fix: Tab-key in the code-tree must not jump to bottom panel, and vice versa (thanks @hiiamboris, @JairoMartinezA)
  • Fix: command "codetree: focus filter" didn't work in Linux version

New in CudaText 1.151.1.0 (Dec 9, 2021)

  • add: option "ui_session_save_interval" allows negative values too, see new description (thanks @MiroslavMatas)
  • fix: Tab-key in the code-tree must not jump to bottom panel, and vice versa (thanks @hiiamboris, @JairoMartinezA)
  • fix: command "codetree: focus filter" didn't work in Linux version

New in CudaText 1.151.0.0 (Dec 7, 2021)

  • Add: support for fenced code-blocks in Markdown lexer (thanks @WebMechanic;
  • See new Wiki topic: https://wiki.freepascal.org/CudaText#Fenced_code-blocks
  • Add: lexer reST: rework highlight of 'code-blocks'
  • Add: lexer PHP: 'HereDoc' blocks with id 'HTML'/'CSS' are syntax-highlighted with HTML/CSS lexer (thanks @WebMechanic
  • Fix: option "caret_proximity_vert" has bad side effect ('ghost caret' when we type text at file end

New in CudaText 1.150.1.1 (Dec 3, 2021)

  • add: Replace dialog shows toggle-button "$0" for the new option "RegEx substitute"; added sub-option 'E' to "find_hidden_buttons"
  • add: Wiki topic https://wiki.freepascal.org/CudaText#Margins
  • 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: lexer YAML: fix 'string' rule, add 'backslash-escaped char' rule

New in CudaText 1.150.0.0 (Nov 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)

New in CudaText 1.149.3.0 (Nov 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)

New in CudaText 1.149.2.0 (Nov 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)

New in CudaText 1.149.0.0 (Nov 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)

New in CudaText 1.148.5.0 (Nov 11, 2021)

  • 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 https://wiki.freepascal.org/CudaText#Lexers_editing_-_styles_only
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Embedded_Editor
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Breadcrumbs

New in CudaText 1.148.0.4 (Nov 3, 2021)

  • fix: lexer C++: tokenizing of some operators
  • fix: lexer Markdown: 'YAML front-matter' rule

New in CudaText 1.148.0.2 (Nov 1, 2021)

  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Lexers_editing_-_styles_only
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Embedded_Editor
  • Add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Breadcrumbs
  • Fix: Windows: NTFS file streams were not preserved on file saving (thanks @squromiv)
  • Fix: Windows: file-change-notification marked NTFS stream as modified

New in CudaText 1.148.0.0 (Oct 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 https://wiki.freepascal.org/CudaText_plugins#Color_Text
  • Fix: command "unindent selection" shrinked selection if it was ended on a non-empty line end (thanks @eltonfabricio10)

New in CudaText 1.147.5.0 (Oct 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)

New in CudaText 1.147.2.0 (Oct 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'

New in CudaText 1.147.1.0 (Oct 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'

New in CudaText 1.147.0.3 (Oct 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

New in CudaText 1.146.2.0 (Oct 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

New in CudaText 1.146.0.0 (Oct 3, 2021)

  • Add: command "add next occurrence of selected word" now wraps at the document end, like in Sublime (thanks @loziniak)
  • Add: new command "skip (don't select) next occurrence of selected word" (thanks @loziniak)
  • Change: option "auto_fold_comments": now several comments separated with a blank line, make several fold-ranges (thanks @GHNewbiee)
  • Change: micromap min-mark-height changed from 2px to 4px (thanks @JairoMartinezA)
  • Change: 'ellipsis' Unicode char now has the full-width
  • Add: lexer JS: "auto_fold_comments" works also for JS 'template strings' (thanks @GHNewbiee)
  • Fix: splitted view: caret in view-2 hides if it's in folded range in view-1 (thanks @GHNewbiee)
  • Fix: Project Manager: cannot show dot-files in 'Go to file' (thanks @loziniak)
  • Fix: option "ui_one_instance": opening of 2nd app instance with session-file parameter didn't save previous session (thanks @JairoMartinezA)
  • Fix: picture viewer: redundant mouse-wheel scrolling (thanks @eltonfabricio10)
  • Fix: lexer YAML: escaping in single-quoted strings

New in CudaText 1.145.6.0 (Oct 3, 2021)

  • Add: command "add next occurrence of selected word" now wraps at the document end, like in Sublime (thanks @loziniak)
  • Add: new command "skip (don't select) next occurrence of selected word" (thanks @loziniak)
  • Change: option "auto_fold_comments": now several comments separated with a blank line, make several fold-ranges (thanks @GHNewbiee)
  • Change: micromap min-mark-height changed from 2px to 4px (thanks @JairoMartinezA)
  • Change: 'ellipsis' Unicode char now has the full-width
  • Add: lexer JS: "auto_fold_comments" works also for JS 'template strings' (thanks @GHNewbiee)
  • Fix: splitted view: caret in view-2 hides if it's in folded range in view-1 (thanks @GHNewbiee)
  • Fix: Project Manager: cannot show dot-files in 'Go to file' (thanks @loziniak)
  • Fix: option "ui_one_instance": opening of 2nd app instance with session-file parameter didn't save previous session (thanks @JairoMartinezA)
  • Fix: picture viewer: redundant mouse-wheel scrolling (thanks @eltonfabricio10)
  • Fix: lexer YAML: escaping in single-quoted strings

New in CudaText 1.145.5.0 (Sep 21, 2021)

  • Add: bookmarks can be shown on micromap: new option "micromap_bookmarks" (thanks @JairoMartinezA)
  • Add: API allows toolbar buttons (Config Toolbar plugin) set the command-line (thanks @GHNewbiee)
  • Add: plugin Multi Installer: add 'Back' buttons (thanks @GHNewbiee)
  • Add: option "ui_button_hover" (note: sometimes it's buggy on Windows/GTK2)
  • Add: command "cancel carets, but keep selection"
  • Add: command "cancel carets, but keep last caret"
  • Add: command "cancel carets, but keep last caret + selection"
  • Add: lexer Bash: support floating numbers (thanks @eltonfabricio10)
  • Add/change: macOS: with the Zoe Peterson's patch to Lazarus, rendering is 2x faster, but only if you use "renderer_offsets__mac":false; so changed the default of this option to 'false'

New in CudaText 1.145.0.0 (Sep 19, 2021)

  • Add: consider Find dialog option "Case sensitive" on "Extract RegEx matches"
  • Add: command "scroll to left edge"
  • Add: command-line handles *.cuda-session files even without plugin Session Manager
  • Add: lexer JS: folding for brackets ()[] (thanks @GHNewbiee)
  • Add: lexer PHP: update word lists; keywords+classes must be case-insensitive
  • Add: lexer Ini: highlight keywords "true"/"false" and numbers, support comments in the middle of a line
  • Add: lexer YAML: fix string-rule, add -escaped rule
  • Fix: Project Manager: right-click must not open a file (thanks @GHNewbiee)
  • Fix: Options Editor Lite: issue with arrow keys (thanks @GHNewbiee)
  • Fix: API on_scroll was not called by "scroll ..." commands (thanks @OlehL)
  • Fix: command "toggle side panel" sometimes shows empty panel

New in CudaText 1.144.0.0 (Sep 13, 2021)

  • Add: micromap can be rendered on vertical scrollbar area: new option "micromap_on_scrollbar"
  • Add: option "scrollbar_click_jump"
  • Add: lexer Python: support for future keywords "match" with "case"
  • Fix: major bug in CSS auto-completion (must consider " | " separators in cudax_css.py)
  • Fix: lexer Markdown: font-style modifiers worked bad with Unicode letters; for this fix the class l was added to the lexer RegEx syntax
  • Fix: lexer Markdown: fix header rule
  • Fix: lexer Markdown: highlight of <[email protected]>
  • Fix: sometimes command "Undo" breaks the syntax highlight
  • Fix: sometimes after PageDown command, app doesn't underline links

New in CudaText 1.143.0.0 (Sep 3, 2021)

  • Add: option "autocomplete_html_autoclose" has additional function: on typing '</' it inserts the name of last opened tag (thanks @eltonfabricio10)
  • Add: for huge lines (length>4K) in e.g. HTML, syntax highlighting still must be calculated, to consider e.g. JS/CSS included blocks
  • Add: lexer Markdown: rework to support all font-style modifiers in all combinations (bold, italic, crossed, bold+italic, bold+crossed, italic+crossed, bold+italic+crossed); improve rule for 'headers'
  • Add: lexer HTML: fix to support <script> with JSON
  • Add: preinstalled toolbar theme "light_24x24" (from @effeotto)
  • Fix: range-check error on re-wrapping (CudaExt plugin command) big file
  • Fix: HTML auto-completion didn't show the listbox after '</'
  • Fix: minor bug in "auto_fold_comments" option

New in CudaText 1.142.6.0 (Aug 28, 2021)

  • add: scrollbars' moving rectangles have rounded corners
  • add: show special statusbar error, when app fails to load UTF-8 text
  • change: write errors about JSON config to Console now
  • add: command line parameter '-p' supports 'single instance' mode (thanks @2colours)
  • add: command "delete final end-of-line"
  • add: more API for "Commands History" plugin
  • fix: crash on using option "auto_fold_comments" with several opened files
  • fix: fail to load some UTF-8 texts, activated ANSI codepage instead (thanks @Al-Muhandis)
  • fix: regression: sometimes app crashes on closing tabs (thanks @JordanL2)

New in CudaText 1.142.5.0 (Aug 25, 2021)

  • Add: scrollbars' moving rectangles have rounded corners
  • Add: show special statusbar error, when app fails to load UTF-8 text
  • Change: write errors about JSON config to Console now
  • Fix: failed to load some UTF-8 texts, and activated ANSI codepage (thanks @Al-Muhandis)

New in CudaText 1.142.2.0 (Aug 24, 2021)

  • Add: command line parameter '-p' supports 'single instance' mode (thanks @2colours)
  • Add: command "delete final end-of-line"
  • Add: more API for "Commands History" plugin
  • Fix: regression: sometimes app crashes on closing tabs (thanks @JordanL2)

New in CudaText 1.142.0.0 (Aug 20, 2021)

  • Add: new command-line parameter '-p', allows to run for example Differ plugin with 2 file names
  • Add: syntax-theme now has not-configurable last styles TextBold, TextItalic, TextBoldItalic; and added 3 new not-configurable styles: TextCrossBold, TextCrossItalic, TextCrossBoldItalic
  • Add: for HTML* lexers, auto-completion works in comments, to support new plugin "Complete HTML Text" (thanks @halfbrained)
  • Fix: search backwards used incorrect start position with RegEx like '[abcd]' (thanks @halfbrained)

New in CudaText 1.141.5.0 (Aug 17, 2021)

  • add: HTML auto-completion: support "type" attribute which must contain MIME-type, show possible MIME-types as completion values (thanks @eltonfabricio10)
  • add: HTML lexer and auto-completion: support all ~25 boolean attribs, ie attribs without '=' and value
  • add: better render tall letters like 'jy' with "spacing_y":-1 or -2 (thanks @halfbrained)
  • add: Project Manager: additional 'gear' toolbar icon for 'Project properties' dialog
  • fix: incorrect position of micromap when "scrollbar_themed":false
  • fix: Project Manager: cannot remove a root node sometimes after app restart (thanks @MiroslavMatas)
  • fix: regression: crash on closing single tab in group-2 with '2 groups view'

New in CudaText 1.141.0.0 (Aug 15, 2021)

  • add: 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 (thanks @MiroslavMatas)
  • add: better calculation of font color for highlighted HTML color tokens, like #rrggbb (patch by @bogen85)
  • add: lexer Python: highlight UPPERCASE words
  • add: lexer C++: support _asm/__asm blocks for MSVC
  • add: lexer Bash: support '' char leading in line (it's not escape)
  • change: option "autocomplete_autoshow_chars" now calls the listbox less agressively (now it's called in the application-idle event)
  • fix: Indent/UnIndent were skipping whitespace-only lines (thanks @halfbrained)
  • fix: UI issue when code-tree is clicked, then UI-tab title is clicked
  • fix: API of Project Manager: fix for getting project variables (by @halfbrained)
  • fix: option "autocomplete_autoshow_chars" gave a crash (thanks @halfbrained, @demanuel)
  • fix: plugin Options Editor gave an error with old Python 3.5
  • fix: RegEx engine was failing in AArch64 version (and Solaris OS)
  • fix: lexers Markdown, reST: minor issues

New in CudaText 1.140.5.1 (Aug 6, 2021)

  • Add: better calculation of font color for HTML colors like #rrggbb (patch by @bogen85)
  • Change: option "autocomplete_autoshow_chars" now calls the listbox less agressively (now it's called in the application-idle event)
  • Fix: "autocomplete_autoshow_chars" gave a crash (thanks @halfbrained, @demanuel)
  • Fix: Options Editor gave an error with older Python 3.5
  • Fix: RegEx engine was failing in AArch64 version (and Solaris OS)
  • Fix: minor fixes in lexers Markdown, reST

New in CudaText 1.140.0.0 (Aug 2, 2021)

  • Add: option "detect" supports double extensions too: "*.ext1.ext2"
  • Add: reduce flickering of folding-bar on editing: now folding-bar is not refreshed until the entire document is parsed
  • Add: Project Manager: faster open huge folders (patch by @memstream)
  • Add: better find conflicts of hotkeys, e.g. 'Ctrl+K' vs 'Ctrl+K * Ctrl+M' (thanks @veksha)
  • Add: save history key 'session' as relative to the path of the 'settings' dir (thanks @veksha)
  • Add: when "cudatext /etc/something" cannot create a new file, it shows an error (thanks @tmsg)
  • Add: Addon Manager: show 'â—„gitâ–º' label in addon menus
  • Add: lexer Markdown: minor fixes, support CriticMarkup marks of 5 kinds
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#UI_scaling
  • Fix: UI bugs in the "Settings - theme - ui" dialog (thanks @bogen85)
  • Fix: regression with option "underline_color_size":11 (thanks @bogen85)
  • Fix: regression with rendering 'hex form of non-ASCII chars'
  • Fix: additional fix in multi-threaded parser
  • Fix: on Windows, plugin 'LSP Client' could not show its hover-dialog (thanks @veksha)

New in CudaText 1.139.9.0b Experimental (Aug 1, 2021)

  • Add: option "detect" supports double extensions too: "*.ext1.ext2"
  • Add: Addon Manager: show 'â—„gitâ–º' label in addon menus
  • Add: when "cudatext /etc/something" cannot create a new file, it shows an error (thanks @tmsg)
  • Add: lexer Markdown: minor fixes, support CriticMarkup marks of 5 kinds
  • Fix: regression with option "underline_color_size":11 (thanks @bogen85)
  • Fix: regression with rendering 'hex form of non-ASCII chars'
  • Fix: additional fix in multi-threaded parser

New in CudaText 1.139.5.0 (Jul 29, 2021)

  • add: reduce flickering of folding-bar on editing: now folding-bar is not refreshed until the entire document is parsed
  • add: Project Manager: faster open huge folders (patch by @memstream)
  • add: better find conflicts of hotkeys, e.g. 'Ctrl+K' vs 'Ctrl+K * Ctrl+M' (thanks @veksha)
  • add: save history key 'session' as relative to the path of the 'settings' dir (thanks @veksha)
  • add: Wiki topic https://wiki.freepascal.org/CudaText#UI_scaling
  • fix: on Windows, plugin 'LSP Client' could not show its hover-dialog (thanks @veksha)

New in CudaText 1.139.3.0d Experimental (Jul 28, 2021)

  • Add: reduce flickering of folding-bar on editing: now folding-bar is not refreshed until the entire document is parsed
  • Add: Project Manager: faster open huge folders (patch by @memstream)
  • Add: better find conflicts of hotkeys, e.g. 'Ctrl+K' vs 'Ctrl+K * Ctrl+M' (thanks @veksha)
  • Add: save history key 'session' as relative to the path of the 'settings' dir (thanks @veksha)

New in CudaText 1.139.2.0 (Jul 23, 2021)

  • Add: special value of "renderer_anti_flicker":1000 makes special anti-flicker trick
  • Add: option "ui_statusbar_panels" allows new panel 'zoom'
  • Add: avoid auto-closing of 'singleton' HTML tags like <br>
  • Add: lexer Python: better code-tree, now with icons
  • Fix: regression in 1.134: broken rendering of scrolled single-line inputs
  • Fix: wrong default value of "indent_size", must be 0
  • Fix: wrong rendering, when file is restored from session with 'zoom' set, eg 150%

New in CudaText 1.139.1.0 (Jul 22, 2021)

  • Add: option "ui_statusbar_panels" allows new panel 'zoom'
  • Add: avoid auto-closing of 'singleton' HTML tags like <br> (thanks @memstream)
  • Fix: wrong default value of "indent_size", must be 0 (thanks @halfbrained)
  • Fix: wrong rendering, when file is restored from session with 'zoom' set, eg 150%

New in CudaText 1.139.0.1 (Jul 20, 2021)

  • Add: option "keep_sel_font_color" to keep original font color in selection
  • Add: plugin Comments: new option "Skip blank lines" (thanks @APEC)
  • Add: plugin Comments: new option "Toggle: detect action by 1st non-blank line" (thanks @kvichans)
  • Add: auto-completion in CSS: support completion of 'custom CSS properties' in var() function
  • Add: auto-completion in HTML: support completion in url('') inside (thanks @halfbrained)
  • Add: Find dialog with 'Hi' option: find-next shows also the '[1/20]' in the statusbar (thanks @tmsg)
  • Add: option "show_cur_line" is now ignored for carets with selection, like in Sublime (thanks @eltonfabricio10)
  • Change: rename command "delete new color attribs" to "clear custom color attributes"
  • Change: default of option "centering_for_distraction_free" changed to 0
  • Change: default of option "mouse_wheel_zoom" changed to 'true'
  • Fix: 'editor' in plugins didn't have the editor-font
  • Fix: 'treeview' in plugins were not auto-scaled
  • Fix: command "find current word next" failed with Find dlg 'Hi' option (thanks @halfbrained)

New in CudaText 1.138.1.0 (Jul 16, 2021)

  • add: auto-completion in CSS: support completion of file paths in url(|) function (thanks @eltonfabricio10)
  • add: auto-completion in CSS: append ';' to line after choosing (thanks @eltonfabricio10)
  • add: auto-completion in CSS: support '!important'
  • add: auto-completion in HTML: insert '<' on calling after " tag|" (thanks @eltonfabricio10)
  • add: new option "autocomplete_html_autoclose": after typing <tag>, it auto-inserts </tag> (thanks @MOPKOBKA at linux.org.ru)
  • add: new option "ui_backup_sessions" (thanks @tmsg)
  • add: Emmet plugin: avoid to expand usual words by Tab (thanks @eltonfabricio10)
  • add: Emmet plugin: support up to 1000 tab-stops, e.g. for 'li*1000'
  • add: API to access 'form' and 'controls' of Code-Tree (thanks @Shovel)
  • add: better support for lexer 'OneC (1C)' which requires handling of Russian chars
  • add: Wiki topic https://wiki.freepascal.org/CudaText#UI_theme_empty_values
  • fix: mouse selection frame must not be painted after a right-click
  • fix: minimap flickering on text typing (thanks anon at linux.org.ru)
  • fix: regression: clicking at exact line end made caret-pos bigger by 1 char
  • fix: when option "autocomplete_autoshow_chars" was on, it shown the listbox after a pause, that gave race condition
  • fix: lexer reST: fixed rules for headers

New in CudaText 1.138.0.0 (Jul 16, 2021)

  • Add: auto-completion in CSS: support completion of file paths in url(|) function (thanks @eltonfabricio10)
  • Add: auto-completion in CSS: append ';' to line after choosing (thanks @eltonfabricio10)
  • Add: auto-completion in CSS: support '!important'
  • Add: auto-completion in HTML: insert '<' on calling after " tag|" (thanks @eltonfabricio10)
  • Add: new option "autocomplete_html_autoclose": after typing <tag>, it auto-inserts </tag> (thanks @MOPKOBKA at linux.org.ru)
  • Add: new option "ui_backup_sessions" (thanks @tmsg)
  • Add: Emmet plugin: avoid to expand usual words by Tab (thanks @eltonfabricio10)
  • Add: Emmet plugin: support up to 1000 tab-stops, e.g. for 'li*1000'
  • Add: API to access 'form' and 'controls' of Code-Tree (thanks @Shovel)
  • Add: better support for lexer 'OneC (1C)' which requires handling of Russian chars
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#UI_theme_empty_values
  • Fix: regression: clicking at exact line end made caret-pos bigger by 1 char
  • Fix: when option "autocomplete_autoshow_chars" was on, it shown the listbox after a pause, that gave race condition
  • Fix: lexer reST: fixed rules for headers

New in CudaText 1.137.2.1 (Jul 9, 2021)

  • Add: more API for the new 'Breadcrumbs' plugin (thanks @Shovel)
  • Add: special highlight (using 'Markers' color) of Git merge conflict markers: <<<<<<< ======= >>>>>>>
  • Add: 'Close and delete file' should delete nnnn.cuda-pic too (thanks @MiroslavMatas)
  • Fix: rare crash in parser, when option "bracket_highlight" is on (thanks @tonydunn)
  • Fix: changed hotkeys were not updated in the menu (thanks @balaamster)
  • Fix: menu checkmarks in '=' menu were not updated (thanks @wandrien at linux.org.ru)
  • Fix: painting of selection rectangle on Qt5 (thanks @EXL at linux.org.ru)

New in CudaText 1.137.0.0 (Jul 5, 2021)

  • add: option "renderer_anti_flicker" (thanks @kvichans)
  • add: option "ui_taskbar_mode" (thanks @kvichans)
  • add: auto-completion in HTML: recently chosen items are shown on top (thanks @eltonfabricio10)
  • add: auto-completion in HTML: insert chosen attrib with caret inside quotes: <tag attrib="|"> (thanks @eltonfabricio10)
  • fix: auto-completion in HTML: option "autocomplete_autoshow_chars" didn't work (thanks @eltonfabricio10)
  • fix: regression in 1.136.0: Esc-key in Console didn't close the Console, Esc-key in editor didn't run "cancel carets"

New in CudaText 1.136.2.0 Experimental (Jul 4, 2021)

  • Add: auto-completion in HTML: recently chosen items are shown on top (thanks @eltonfabricio10)
  • Add: option "renderer_anti_flicker" (thanks @kvichans)
  • Add: option "ui_taskbar_mode" (thanks @kvichans)

New in CudaText 1.136.1.0 (Jul 3, 2021)

  • Add: auto-completion in HTML: insert chosen attr values with caret inside quotes: value="|" (thanks @eltonfabricio10)
  • Fix: auto-completion in HTML: option "autocomplete_autoshow_chars" didn't work (thanks @eltonfabricio10)
  • Fix: regression in 1.136.0: Esc-key in Console didn't close the Console, Esc-key in editor didn't run "cancel carets"

New in CudaText 1.136.0.1 (Jul 1, 2021)

  • Add: added API for 'Highlight Occurrences' plugin (thanks @Shovel)
  • Add: added API for embedding UI-controls near the editor inside UI-tab (thanks @Shovel)
  • Add: file viewer: Find-dialog is supported for viewer
  • Add: file viewer: viewer masks ANSI chars 0x7F...0xFF by '?'; added option "viewer_unprinted" for this feature
  • Add: file viewer: viewer handles commands "current document font size: bigger/smaller/reset"
  • Add: file viewer: viewer keeps scroll-position after 'mode' changes
  • Add: file viewer: viewer 'mode' is saved/restored to/from session
  • Add: commands "current document font size: bigger/smaller/reset" show statusbar msg (thanks @kvichans)
  • Add: if lexer needs sub-lexer N, and N is not installed, app shows the error in Console
  • Fix: action 'trim spaces' was removing too much chars: codes 0x00...0x1F (thanks @JairoMartinezA)
  • Fix: clicking after 1024'th char gave bad caret placement, now with "caret_after_end":false (thanks @Shovel)

New in CudaText 1.135.1.0b Experimental (Jun 28, 2021)

  • Add: reduce flickering on typing with lexer, e.g. in Markdown; note: it is possibly breaking change so report any bugs (thanks @kvichans)
  • Add: add some API for 'Highlight Occurrences' plugin (thanks @Shovel)
  • Add: file viewer: Find-dialog is supported for viewer
  • Add: file viewer: viewer masks high-ANSI char codes 0x7F...0xFF with '?'
  • Add: file viewer: viewer handles commands "current document font size: bigger/smaller/reset"
  • Add: file viewer: viewer keeps scroll-position after 'mode' changes
  • Add: file viewer: viewer 'mode' is saved/restored to/from session
  • Add: commands "current document font size: bigger/smaller/reset" show statusbar msg (thanks @kvichans)
  • Fix: action 'trim spaces' was removing too much chars: codes 0x00...0x1F (thanks @JairoMartinezA)
  • Fix: clicking after 1024'th char gave bad caret placement, now with "caret_after_end":false (thanks @Shovel)

New in CudaText 1.135.0.0 (Jun 23, 2021)

  • Add: option "max_line_len_parsed" is now also used as limit for pair-bracket finder; it gives smoother work with huge lines >1M chars
  • Add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)
  • Add: Linux: gtk2 version has improved IME support (again patch by @rasberryrabbit)
  • Add: command "open folder containing the current file" (thanks @ertank)
  • Add: command "open file in default application"
  • Add: option "minimap_drag_immediately", to mimic Sublime Text 2 minimap behaviour (thanks @Katarn)
  • Add: Wiki topic: https://wiki.freepascal.org/CudaText_plugins#Complete_From_Text
  • Fix: for huge files >50M, UTF-16 BOM was ignored and UTF-8 was used (thanks @ertank)
  • Fix: for huge lines >40M chars, rendering at line end was broken
  • Fix: for long lines >1024 chars, clicking after 1024'th char gave bad caret placement
  • Fix: for huge files >25M, CudaFormatter was breaking file encoding (thanks @ertank)
  • Fix: dialog Go To didn't work for single-line documents (e.g. go to "1:100")
  • Fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
  • Fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
  • Fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
  • Fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

New in CudaText 1.134.4.2 (Jun 22, 2021)

  • fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

New in CudaText 1.134.4.1 (Jun 21, 2021)

  • Add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)
  • Add: command "open folder containing the current file" (thanks @ertank)
  • Add: command "open file in default application"
  • Add: option "minimap_drag_immediately", to mimic ST2 minimap behaviour (thanks @Katarn)
  • Add: Wiki topic: https://wiki.freepascal.org/CudaText_plugins#Complete_From_Text
  • Fix: for huge lines >40M chars, rendering at line end was broken
  • Fix: for long lines >1024 chars, clicking after 1024'th char gave bad caret placement
  • Fix: for huge files >25M, CudaFormatter was breaking file encoding (thanks @ertank)
  • Fix: dialog Go To didn't work for single-line documents (e.g. go to "1:100")
  • Fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
  • Fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
  • Fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
  • Fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

New in CudaText 1.134.3.0 (Jun 20, 2021)

  • Add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)
  • Add: command "open folder containing the current file" (thanks @ertank)
  • Add: command "open file in default application"
  • Add: option "minimap_drag_immediately", to mimic ST2 minimap behaviour (thanks @Katarn)
  • Add: Wiki topic: https://wiki.freepascal.org/CudaText_plugins#Complete_From_Text
  • Fix: regression: API used in CudaFormatter was breaking file encoding, only on huge files (thanks @ertank)
  • Fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
  • Fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
  • Fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
  • Fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

New in CudaText 1.134.2.1 (Jun 20, 2021)

  • Add: Linux: when saving file to a system folder, program runs helper tool 'pkexec' as 'root', to do it (thanks @Shovel)

New in CudaText 1.134.2.0 (Jun 19, 2021)

  • add: option "minimap_drag_immediately", to mimic ST2 minimap behaviour (thanks @Katarn)
  • add: Wiki topic: https://wiki.freepascal.org/CudaText_plugins#Complete_From_Text
  • fix: disabled the buttons hover highlight at all, because it's buggy on Windows (thanks @xcme)
  • fix: Windows: unusual flickering on window minimize/restore (thanks @xcme)
  • fix: issue with multi-carets, when selections are adjastent/touched (thanks @xcme)
  • fix: multi-carets made by Shift+Alt+Down gave skipping of the first BkSp/Del command

New in CudaText 1.134.0.0 (Jun 13, 2021)

  • change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
  • Add: incremental search in the Find dialog works more like in Sublime now (thanks @xcme, @tmsg)
  • Add: handle file-save errors (resulting file is empty) on smb shares on Linux (thanks @mdsystems)
  • Add: command "ui: toggle file-change notifications" (thanks @ertank)
  • Add: Linux gtk2 version has improved IME support (patch by @rasberryrabbit)
  • Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • Add: lexer C++: better code-tree; support all kinds if C++11 strings
  • Add: lexer YAML fixes
  • Fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
  • Fix: regression: crash on pressing Tab in the Snippets' plugin dialog (thanks @sigzero)
  • Fix: regression: Find dialog cannot scroll to the search result, in huge line in word-wrap mode
  • Fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
  • Fix: flickering in CudaExt plugin commands with option "dim_unfocused" (thanks @kvichans)
  • Fix: auto-reloading cannot reload paired file, when ui-tab is splitted (thanks @Shovel)
  • Fix: minor API issues (thanks @Shovel, @OlehL)
  • Fix: stability of multi-threaded parser

New in CudaText 1.133.6.0 (Jun 3, 2021)

  • Change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
  • Add: option "find_hi_always_scroll_to_1st" (thanks @tmsg)
  • Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • Add: lexer C++: better code-tree; support all kinds if C++11 strings
  • Add: lexer YAML fixes
  • Fix: without bookmarks, 'go to next bookmark' hangs (thanks @rayhester)
  • Fix: regression: cannot scroll to the search result, in huge line in word-wrap mode
  • Fix: minor API issues (thanks @Shovel, @OlehL)
  • Fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
  • Fix: unneeded scrolling with finder option "Hi" (thanks @xcme)
  • Fix: flickering in CudaExt commands with option "dim_unfocused" (thanks @kvichans)
  • Fix: auto-reloading of file when ui-tab is splitted (thanks @Shovel)
  • Fix: stability of multi-threaded parser

New in CudaText 1.133.5.2 (May 28, 2021)

  • change: plugin "Options Editor" was replaced with "Options Editor Lite", written by @Shovel. You must reassign hotkey to the new plugin, if such a hotkey exists. New plugin is more lite and much easier to maintain.
  • add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • add: lexer C++: better code-tree; support all kinds if C++11 strings
  • fix: minor API issues (thanks @Shovel, @OlehL)
  • fix: single-instance default was not changed to 'true' for Windows (thanks @JairoMartinezA)
  • fix: unneeded scrolling with finder option "Hi" (thanks @xcme)
  • fix: flickering in CudaExt commands with option "dim_unfocused" (thanks @kvichans)
  • fix: auto-reloading of file when ui-tab is splitted (thanks @Shovel)
  • fix: stability of multi-threaded parser

New in CudaText 1.133.1.2 (May 18, 2021)

  • Add: floating bottom/side panels now have 'stay on top' style (thanks @Shovel)
  • Add: lexer C++: better code-tree, support all kinds if C++11 strings
  • Fix: stability of multi-threaded parser

New in CudaText 1.133.0.0 RC 10 (May 10, 2021)

  • Add: major change: parser is multi-threaded now. This allows app to react to typing commands faster, and allows to not blink with uncolored text, on big files. Total parsing speed is better too, on big files. Options "lexer_delayed_parsing_*" were removed.
  • Add: option "unprinted_content" allows new sub-option to show pilcrow chars (thanks @OmlineEditor)
  • Add: if file is deleted outside of CudaText, mark it as 'modified', like in Sublime (thanks @JairoMartinezA)
  • Add: color theme "syn", which mimics SynWrite (from @JairoMartinezA)
  • Add: lexer C++: show more items in code-tree (thanks @X547)
  • Add: lexer PHP: support some features of PHP 8.1 (octal numbers, enums, 'noreturn')
  • Add: lexer YAML: highlight %vars%, blocks in () brackets
  • Change: hotkey Ctrl+Right reassigned from command "go to word next" to "go to word end", to be like in other editors (thanks @Shovel)
  • Fix: plugin exceptions were not handled good, e.g. if exception occured on button-press in plugin dialog (thanks @Shovel, @pyscripter)
  • Fix: undo of "paste 50-lines block" action was giving the huge pause
  • Fix: "find current word, next" didn't scroll to found match in some cases (thanks @king.midas)

New in CudaText 1.132.9.0 Experimental (Apr 23, 2021)

  • Multi-threaded parser. Multi-threading allows app to react to typing-commands faster, and now app doesn't flicker with uncolored text, on editing of 100K-300K files.

New in CudaText 1.132.1.0 (Apr 21, 2021)

  • Add: improved "auto_close_brackets": don't pair the quote-char after a word-char (thanks @xcme)
  • Change: default of "ui_one_instance" changed to 'true' (reason: like in Sublime, EmEditor, Notepad++)

New in CudaText 1.132.0.2 (Apr 16, 2021)

  • add: support for the "LSP Client" new plugin (thanks @Shovel)
  • add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#LSP_Client
  • add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Runner
  • add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#Configure_Menu
  • add: Wiki topic https://wiki.freepascal.org/CudaText_plugins#CudaFormatter
  • add: Find dialog: with option 'Hi' the input field background is colored if cannot find anything (thanks @tmsg)
  • add: command "close all tabs" closes tabs in 3 floating groups too
  • add: Windows option "Underline keyboard shortcuts and access keys" is now considered for 'themed' menu (thanks Udo Weik)
  • change: save "tab is pinned" state only in session, not in file-history (thanks @kvichans)
  • fix: regression: app confirms to close 'pinned tabs' on app closing (thanks @JairoMartinezA)

New in CudaText 1.131.0.0 (Apr 11, 2021)

  • Add: improved the way how option "undo_limit" is applied. Now Undo limit is not N simple memory-items, but N 'actions', where 'action' is one simple command (typing a char, Del, BkSp etc), one multi-caret editing, or one mass-replacement. (thanks @tmsg)
  • Add: panels Output/Validate are now based on 'editor' control (before it was a 'listbox' control), so it's possible to select some text range and "copy" this range (thanks @jkeks)
  • Add: panels Output/Validate: context menu has item "Toggle word wrap"
  • Add: plugin Comments: after toggling line comment, shift caret horizontally too (thanks @xcme)
  • Add: plugin Sort: new option "ini_files_case_sensitive" for "Ini files: sort sections and keys" (thanks @BBServ)
  • Add: option "dim_unfocused" allows value<0 (thanks @kvichans)
  • Add: Undo for commands "move selected lines up/down" undoes all commands by single step (thanks @xcme)
  • Add: Linux/BSD: app locates config in ~/.config if it was run from /opt/AnyDir (thanks linux.org.ru)
  • Add: handle plugin exceptions in Command.__init__ (thanks @Shovel)
  • Change: renamed option "undo_for_caret_jump" to "undo_mouse_clicks", changed its default (thanks @xcme)
  • Change: changed default of "renderer_offsets__linux" to true for Qt5 version (thanks @Maia-Everett)
  • Fix: option "undo_persistent" did not work when file was loaded from session

New in CudaText 1.130.0.0 (Apr 1, 2021)

  • add: HTML auto-completion: support HTML entities (like  )
  • add: HTML auto-completion: update tags/attribs lists (thanks @d-mal)
  • add: much faster multi-carets editing, with 100+ carets and heavy lexer (thanks @JairoMartinezA)
  • add: work on Undo/Redo (thanks @xcme)
  • add: Undo: Caret movements were considered as actions that could be cancelled/repeated. It led to unneeded caret jumps. Now it looks more like undo/redo manages the content, not caret
  • add: Undo: If last change was performed in area which isn't visible now, then undo/redo actions will highlight for a while the line and insert a short delay before the undo/redo action
  • add: Undo: New options "undo_for_caret_jump" and "undo_pause"
  • add: Undo: Paste followed by other editing were considered as single action, so undo cancelled both the pasting and the editing at once. Now these actions are separated
  • add: Undo: If pause (1500 msec) is passed between typing actions, undo them by steps
  • change: Multi-caret edition - undo all chars at once, like ST3
  • add: tab's context menu has new item "Pinned"; pinned tabs captions show prefix "!" (thanks @kvichans)
  • add: command "set tab color..."
  • add: command "reset tab color"
  • add: command "toggle tab pinned state"
  • add: better work of the feature which shows UI-tab titles like "test.txt * folder1" / "test.txt * folder2" (thanks @kvichans)
  • add: better statusbar "message" cell: instead of hiding the text it dims it; floating tooltip for that cell shows 30 last messages (thanks @Shovel)
  • add: app updates 'enabled state' of toolbar buttons (visible on colorful toolbar theme)
  • fix: calculating width of some Unicode chars (thanks @cser)

New in CudaText 1.129.5.0 (Mar 22, 2021)

  • Add: code-tree for CSS lexer shows colored squares near 'Colors' items (thanks @NQUARE)
  • Add: lexer CSS: show color formats 'rgb', 'hsl', '#aabbccdd' in code-tree (thanks @NQUARE)
  • Add/change: reworked the way how app saves/restores per-file-history for properties: word wrap, show unprinted chars, show line numbers, show folding column, show minimap, show micromap, show ruler; format of JSON history: changed 'bool' values to 'int'
  • Add: wiki topic https://wiki.freepascal.org/CudaText#Brackets_auto-pairing_logic
  • Fix: problem with "CudaExt / Code-Tree Symbol list" and non-ASCII file text (thanks @kvichans)
  • Fix: command 'Redo' could not work sometimes (thanks @xcme)
  • Fix: crash after installing lexer, while lite-lexer SQL^ was active (thanks @JairoMartinezA)
  • Fix: regression since 1.124.0: Console's right-click menu is incomplete (thanks @kvichans)
  • Fix: regression since 1.127.0: broken work of lite lexers with minimap (thanks @tmsg)
  • Fix: regression since 1.128.0: app crashes on start, if lexers have 'grammar' (examples: C#, Pascal, SQL)
  • Fix: plugins hotkeys become broken in current app session, after any plugin installation (thanks @JairoMartinezA, @OlehL)

New in CudaText 1.129.4.2 (Mar 21, 2021)

  • Add: code-tree for CSS lexer shows colored squares near 'Colors' items (thanks @NQUARE)
  • Add: lexer CSS: show color formats 'rgb', 'hsl', '#aabbccdd' in code-tree (thanks @NQUARE)
  • Add/change: reworked the way how app saves/restores per-file-history for properties: word wrap, show unprinted chars, show line numbers, show folding column, show minimap, show micromap, show ruler; format of JSON history: changed 'bool' values to 'int'
  • Add: wiki topic https://wiki.freepascal.org/CudaText#Brackets_auto-pairing_logic
  • Fix: plugins hotkeys become broken in current app session, after any plugin installation (thanks @JairoMartinezA, @OlehL)
  • Fix: major bug since 1.128.0: app crashes on start, if lexers have 'grammar' (examples: C#, Pascal, SQL)

New in CudaText 1.129.3.0 (Mar 16, 2021)

  • add: code-tree for CSS lexer shows colored squares near 'Colors' items (thanks @NQUARE)
  • add: lexer CSS: show color formats 'rgb', 'hsl', '#aabbccdd' in code-tree (thanks @NQUARE)
  • add/change: reworked the way how app saves/restores per-file-history for properties: word wrap, show unprinted chars, show line numbers, show folding column, show minimap, show micromap, show ruler; format of JSON history: changed 'bool' values to 'int'
  • add: wiki topic https://wiki.freepascal.org/CudaText#Brackets_auto-pairing_logic
  • fix: major bug since 1.128.0: sometimes app crashes on start, with C#/ Pascal/ SQL lexers

New in CudaText 1.129.0.1 (Mar 12, 2021)

  • Add: handle config JSON files with UTF-8 BOM (patch goes to FreePascal as well)
  • Add: better logic of brackets auto-closing (and selection surrounding) for case of multi-carets (thanks @xcme)
  • Add: command "Install from GitHub" / "Download as zip" supports all branch names (thanks @Shovel)
  • Change: paint end-of-line text marks ("LF", "CRLF", "CR", "EOF") by lines, not by font
  • Fix: crash in last change in "Help / Check for updates"

New in CudaText 1.128.5.0 (Mar 9, 2021)

  • change: auto-completion for CSS and HTML was 70% rewritten, pls report any issues
  • add: better logic of skipping brackets: skip ')' in case 'f(|)' but don't skip in case 'f(text|)` (thanks @xcme)
  • add: option "auto_close_brackets" supports more chars: ~ * # <
  • add: API to show "masked password" editor fields and "numbers only" editor fields (thanks @Shovel)
  • fix: Find dialog had reset "O" option after restart (thanks @xcme)
  • fix: minor issue with "Don't save" choice in "Save tabs?" dialog (thanks @GHNewbiee)

New in CudaText 1.128.4.0 (Mar 8, 2021)

  • change: auto-completion for CSS and HTML was 70% rewritten, pls report any issues
  • add: detect Debian/Ubuntu to download deb-file in "Help / Check for updates" (thanks @ildarkhasanshin)
  • fix: regression with option "ui_lexer_themes":false (thanks @MiroslavMatas)
  • fix: few standard plugins were using deleted APIs (thanks @dinkumoil)

New in CudaText 1.128.1.0 (Mar 7, 2021)

  • Add/change: for CSS auto-completion, use another provider of CSS names/properties, now it's cudax_css.py module.

New in CudaText 1.128.0.0 (Mar 6, 2021)

  • Add: load lexers using multi-threading, this improved loading speed by 15-20%
  • Add: update app icon (by @Shovel)
  • Add: option "key_up_down_allow_edge" (thanks @kvichans)
  • Add: UI-tabs: paint < > scroll arrows dimmed, when no scrolling is needed (thanks @d7_2_laz)
  • Add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
  • Add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
  • Add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
  • Fix: sometimes, arrows up/down over tab-char could restore previous column wrong (thanks @tiun)
  • Fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
  • Fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right

New in CudaText 1.127.2.3 (Mar 4, 2021)

  • Add: updated app icon: fixed colors, removed 3D effect (by @Shovel)
  • Add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
  • Add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
  • Add: save/restore history scroll-position for 2nd part of splitted UI-tab (thanks @GHNewbiee)
  • Fix: issue with painting of 'ghost caret' on typing/deleting text (thanks @quesada)
  • Fix: render UI-tab rounded corners for all tab positions: top/bottom/left/right

New in CudaText 1.127.2.0 (Mar 3, 2021)

  • add: app icon updated: colors, removed 3D effect (by @Shovel)
  • add: mouse wheel up/down now shows some animation (thanks @CrendKing); option "scroll_animation"
  • add: clicking on editor's scrollbar puts focus to editor (thanks @GHNewbiee)
  • add: tab title "UntitledN" counter is reset after tabs are closed, and only 1 tab is left (thanks @GHNewbiee)
  • fix: render UI-tab 'rounded corner' for all tab positions (top/bottom/left/right)

New in CudaText 1.127.0.0 (Feb 28, 2021)

  • Add: multi-threading is now used to paint the minimap, painting with minimap is now 2x faster
  • Add: when UI-tabs are not 'angled', they have rounded corners (no option yet)
  • Change: UI-tabs are now not 'angled' by default
  • Change: 'angled' UI-tabs were not painted ok on some OS/desktops, so disabled them yet: on Linux Qt5, on macOS
  • Change: partially revert changes for tab-group splitters from 1.126.0 (thanks @Shovel)
  • Change: remove lexer VBScript to add-ons
  • Fix: work with minimap after click on minimap-current-view-area (thanks @xcme)
  • Fix: some pixel artifacts on 'flat' UI-tabs (thanks @JairoMartinezA)
  • Fix: error when PHP auto-completion is called after e.g. "0~" (thanks @Shovel)
  • Fix: regression, option "renderer_offsets" was ignored
  • Fix: coloring of code-blocks in e.g. reST lexer

New in CudaText 1.126.4.0 (Feb 24, 2021)

  • Add: internal optimizations in renderer, pls report any bugs
  • Add: on opening user.json or default.json, program shows information panel about "Options Editor" (thanks @Shovel)
  • Add: option "autocomplete_autoshow_chars" now works with national letters (thanks @tmsg)
  • Add: Addon Manager: don't reinstall CudaLint/CudaFormatter when a linter/formatter is installing
  • Fix: with word-wrap, click on parts of huge line with CJK, gave wrong caret position

New in CudaText 1.126.0.0 (Feb 22, 2021)

  • add: added built-in tree-helper for Markdown, and plugin cuda_tree_markdown is removed, it is in ignore-list now (thanks @GHNewbiee)
  • add: added built-in tree-helper for MediaWiki, and plugin cuda_tree_mediawiki is in ignore-list now
  • add: added built-in tree-helper for reStructuredText, and plugin cuda_tree_rest is in ignore-list now
  • add: better handle splitters moving in tab-group modes '3 vert', '3 horz', '6 grid' (not yet in modes '4v', '4h', '6v', '6h')
  • add: UI-tabs in "multi-line" style can now be scrolled too, vertically (thanks @GHNewbiee)
  • add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
  • add: Addon Manager: auto-install CudaLint/CudaFormatter when a linter/formatter is installing
  • add: lexer PHP: support attributes of PHP 8: #[Name]
  • fix: keys Up/Down, with selection overlapping editor border, caused wrong horizontal scrolling
  • fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nori13)

New in CudaText 1.125.2.0 (Feb 19, 2021)

  • add: UI-tabs in "multi-line" style can now be scrolled too, vertically
  • add: added API useful for plugin "Terminal Plus" (thanks @Shovel)
  • add: Addon Manager: better handle requirements of CudaLint, CudaFormatter
  • fix: bug in detecting lexers 'PKGBUILD', 'Dockerfile' (thanks @Nor

New in CudaText 1.125.0.1 (Feb 15, 2021)

  • Add: auto-completion for file URI file:///, controlled by new option "autocomplete_file_uri"
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#File_URI_auto-completion
  • Add: API to support new plugin "Terminal Plus" (thanks @Shovel)
  • Add: on window resizing, editor keeps "index of top line"
  • Add: option "ui_cmdpalette_filter_keep" (thanks @JairoMartinezA)
  • Add: feature "plugin_groups": char '&' is now stripped before RegEx check (thanks @JairoMartinezA)
  • Add: lexer CSS: better std properties lists
  • Change: Command Palette now hides very simple commands: arrows, Enter, Delete, BackSp, Tab, Home, End, PageUp, PageDown, Shift+arrows, Shift+Home etc.
  • Change: removed menu item "Options / Settings-hotkeys", added text-hint in the Command Palette instead (thanks @JairoMartinezA)
  • Fix: if "wrap_mode" is set, app could not correctly restore "index of top line" for session files
  • Fix: if plugins ConfigToolbar + ExternalTools were used, and toolbar button was created for ext-tool, it was stored to ConfigToolbar config wrong (thanks Markus F.). You _must_ update all ConfigToolbar buttons which refer to tools: ie press "Command" button and choose a tool again, then OK.
  • Fix: auto-completion must not work in 'comments', but it worked at the end of 'comment' line
  • Fix: auto-completion must scroll to caret after the text insertion
  • Fix: auto-completion issue with "dim_unfocused"

New in CudaText 1.124.0.0 (Feb 8, 2021)

  • add: option "dim_unfocused", it allows to dim background color of editors in passive tab-groups
  • add: option "scrollbar_themed", it allows to use OS native scrollbars
  • add: option "scrollbar_arrows"
  • add: option "ui_dialogs_in_taskbar"
  • add: when ui-tabs are 'flat', show underline for passive groups with dimmed color (thanks @JairoMartinezA)
  • add: if user.json does not exist yet, the file "settings_default/userinit.json" (if exists) is copied to user.json
  • 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 @JairoMartinezA)
  • 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 @JairoMartinezA, @cser)
  • add: lexer Batch: highlight `tick_blocks`; highlight variables with chars ~.,()
  • change: hide micromap when there is only one line (in multi-line editors)
  • change: changed submenu "View / Split tab / ..." to new 3 items: "Don't split", "Vertically", "Horizontally" (thanks @OlehL)
  • change: program will not save to session filenames from CudaText: "settings/history.json", "settings/history session.json"
  • fix: Linux: minimizing modal plugin's dialogs could freeze the CudaText (thanks @GHNewbiee)
  • fix: Markdown tree-helper must skip headers inside <pre>..</pre>

New in CudaText 1.123.3.2 (Feb 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>

New in CudaText 1.123.3.0 (Feb 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"

New in CudaText 1.123.2.0 (Feb 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>

New in CudaText 1.123.0.5 (Jan 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 https://wiki.freepascal.org/CudaText#HTML_color_codes_underlining
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Automatic_folding_of_comments
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Show_pictures_in_the_text
  • 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

New in CudaText 1.122.5.0 (Jan 23, 2021)

  • Change: added option "undo_max_carets" (default is 5000). Many editing commands are now much faster for >5000 carets (before, such commands could last for several minutes, with 30K carets). WARNING: this clears the undo-information when you have >5000 carets.
  • Change: changed default of "auto_fold_comments" to 0; one crash was fixed regarding to this (thanks @OlehL)
  • Add: added option "autocomplete_commit_single_item" (thanks @MiroslavMatas)
  • Add: Project Manager: sort files by extension (thanks @GHNewbiee)
  • Add: Addon Manager: supports translation too (patch by Markus)
  • Add: lexer CSS: more known properties; fix highlighting inside '@media{}' blocks
  • Add: updated Python libraries in py/sys/
  • Fix: Find dialog option "Hi" did reset the selection (thanks @MiroslavMatas)
  • Fix: color of groups-splitters in few ui-themes (thanks @GHNewbiee)
  • Fix: command "duplicate lines" with forward/backward selection gave different selections (thanks @Jairo-Martinez)
  • Fix: Lexer Detecter didn't detect 'Dockerfile'
  • Fix: when selection is performed 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)

New in CudaText 1.122.4.0 (Jan 22, 2021)

  • Change: added option "undo_max_carets" (default is 5000). Many editing commands are now much faster for >5000 carets (before, such commands could last for several minutes, with 30K carets). WARNING: this clears the undo-information when you have >5000 carets.
  • Change: changed default of "auto_fold_comments" to 0; one crash was fixed regarding to this (thanks @OlehL)
  • Add: added option "autocomplete_commit_single_item" (thanks @MiroslavMatas)
  • Add: Project Manager: sort files by extension (thanks @GHNewbiee)
  • Add: Addon Manager: supports translation too (patch by Markus)
  • Add: lexer CSS: more known properties; fix highlighting inside '@media{}' blocks
  • Add: updated Python libraries in py/sys/
  • Fix: Find dialog option "Hi" did reset the selection (thanks @MiroslavMatas)
  • Fix: color of groups-splitters in few ui-themes (thanks @GHNewbiee)
  • Fix: command "duplicate lines" with forward/backward selection gave different selections (thanks @Jairo-Martinez)
  • Fix: Lexer Detecter didn't detect 'Dockerfile'
  • Fix: when selection is performed 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)

New in CudaText 1.122.3.0 (Jan 19, 2021)

  • 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'

New in CudaText 1.122.1.0 (Jan 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)

New in CudaText 1.122.0.0 (Jan 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

New in CudaText 1.121.0.0 (Jan 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

New in CudaText 1.120.3.0 (Jan 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

New in CudaText 1.120.2.1 (Jan 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)

New in CudaText 1.120.0.0 (Jan 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)

New in CudaText 1.119.0.0 (Dec 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: https://wiki.freepascal.org/CudaText#Activating_internet_links
  • 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

New in CudaText 1.118.2.0 (Dec 24, 2020)

  • 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

New in CudaText 1.118.0.0 (Nov 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

New in CudaText 1.117.5.0 (Nov 9, 2020)

  • Add: on Unix, just ignore Windows-only plugins (they can be installed e.g. by syncing 2 PCs)
  • Add: if option "mouse_mid_click_paste":true, don't set caret pos on middle-button-click, just paste (thanks @Ordu)
  • Add: if new tab was opened without disk file, it was edited, its content was erased, then don't show confirmation to save that tab on closing (thanks @dinkumoil)
  • Add: mouse hover highlighting for statusbar cells
  • Add: can work if CudaText runs via symlink on Unix systems (thanks @Peter2121)
  • Add: option "auto_delete_bookmarks" (thanks @Jairo-Martinez)
  • Add: lexer C++: fixes for code-tree
  • Fix: fixes for standard plugins' translation (thanks Markus)
  • Fix: dragging of sel-rect in minimap stopped when mouse goes lefter/righter of minimap
  • Fix: on deleting block with n bookmarks, bookmarks shifted upper too much

New in CudaText 1.117.4.0 (Nov 4, 2020)

  • Add: if new tab was opened without disk file, it was edited, its content was erased, then don't show confirmation to save that tab on closing (thanks @dinkumoil)
  • Add: mouse hover highlighting for statusbar cells
  • Add: can work if CudaText runs via symlink on Unix systems (thanks @Peter2121)
  • Add: option "auto_delete_bookmarks" (thanks @Jairo-Martinez)
  • Fix: dragging of sel-rect in minimap stopped when mouse goes lefter/righter of minimap
  • Fix: on deleting block with n bookmarks, bookmarks shifted upper too much

New in CudaText 1.117.0.0 (Oct 30, 2020)

  • Add: detect encoding also by Python standard from https://docs.python.org/3/reference/lexical_analysis.html#encoding-declarations (thanks @tmsg)
  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Encoding_detection
  • Add: options "find_indent_vert"/"find_indent_horz" are now respected in Undo/Redo commands (thanks @xcme)
  • Add: option "find_indent_vert": big values >= 100 (or <= -100) now center position vertically
  • Add: plugin Project Manager supports "Find in Files 4" with its command "Find in directory" (thanks @dhealey)
  • Add: plugins Comments, Sort, Emmet are translatable like many others (thanks Markus)
  • Add: can assign hotkey to Left Backslash key on 102-key keyboard (thanks @xcme)
  • Add: after "save file as", clear read-only editor state (thanks @MrPiccad)
  • Change: shortened button captions in Find dialog: "First", "Next", "Prev", "Select", "Mark"
  • Change: deleted static auto-completion files for JS and Python (data/autocomplete/*.acp), because they interferred with Snippets plugin and intelligent auto-completion plugins
  • 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 APIs didn't properly shift carets+markers (thanks @MiroslavMatas)

New in CudaText 1.116.1.0 (Oct 23, 2020)

  • Add: Wiki topic https://wiki.freepascal.org/CudaText#Encoding_detection
  • 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)

New in CudaText 1.116.0.0 (Oct 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 https://wiki.freepascal.org/CudaText#Text_searcher_features
  • add: Wiki topic https://wiki.freepascal.org/CudaText#How_to_support_Spell_Checker_in_lexer
  • 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)

New in CudaText 1.115.0.0 (Oct 11, 2020)

  • Add: HTML auto-completion works also inside 1) A HREF="...", 2) LINK HREF="...", 3) IMG/SCRIPT/INPUT/FRAME/IFRAME/AUDIO/VIDEO/SOURCE SRC="..."; it shows there folder names and file names with appropriate types (depends on tag)
  • Add: rewritten Wiki topic https://wiki.freepascal.org/CudaText#Auto-completion
  • Add: Windows shell extension: CudaText context menu entry now shows up in context menu of drives, folders, background of a folder's Explorer window and the Desktop. (by Andreas Heim @dinkumoil)
  • Add: Undo/Redo handles markers too; format of "persistent undo" files is extended, but it's backward compatible
  • Fix: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos (thanks @xcme)
  • Fix: scaling of sidebar buttons (thanks @th-schall)
  • Fix: cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column (thanks @MrPiccad)

New in CudaText 1.114.1.0 (Oct 7, 2020)

  • Add: Undo/Redo handles markers too (format of "persistent undo" files is extended, but it's backward compatible)
  • Add: session also holds markers; this can be disabled by new char in the option "ui_history_disabled"
  • Fix: cannot scroll to the left by mouse selection; now it works if cursor is on bookmark column or folding column (thanks @MrPiccad)

New in CudaText 1.114.0.1 (Oct 5, 2020)

  • Add: CSS auto-completion:
  • a) added lot of missed CSS props/values (by @d-mal)
  • b) added completion for CSS @-rules and pseudo-elements beginning with ":" and "::" (thanks @d-mal)
  • c) don't suggest CSS props/values outside of {} brackets
  • Add: all auto-completions are disabled if caret is inside comments
  • Change: before, "Save" command was ignored if called on unmodified file. It confused users, when file was modified by external program, and was not like in ST3. To change it, added option "ui_allow_save_always" with changed default. (thanks @gh_origin, @tmsg)
  • Change: Find dialog: action buttons are aligned to the right
  • Change: several options "find_show_nnnn" replaced with single string option "find_hidden_buttons"; more buttons can be hidden now
  • Add: don't treat ASCII chars "end of file" and "form feed" as non-text
  • Add: updated FreePascal JSON library, now it don't allow incorrect strings/booleans/numbers
  • Add: Windows: UI theme has additional 5 colors "top menu ...", all "none" by default to use "tabs ..." colors
  • Add: Windows: option "ui_menu_themed" (thanks @tmsg)
  • Add: Unix: when Python engine is not detected, app adds menu item "Plugins / Find Python library". It calls new command "find python library" (available in Command Palette). This command finds the library, suggests several possible filenames, and writes chosen filename to user.json.
  • Add: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
  • Add: lexer JavaScript: don't highlight "class" after dot, better detect RegEx literals
  • Fix: command-line option -ns must win over "ui_reopen_session_cmdline":true (thanks @tmsg)
  • Fix: Windows: error with command-line filename 'name.ext' (thanks @tmsg)
  • Fix: regression in regex engine with ^ and $ (thanks @hycmos)
  • Fix: save-as dialog forced .txt extension for names w/o extension (thanks @tmsg)

New in CudaText 1.113.2.0 (Sep 26, 2020)

  • Add: Windows: option "ui_menu_themed" (thanks @tmsg)
  • Add: Unix: when Python engine is not detected, app adds menu item "Plugins / Find Python library". It calls new command "find python library" (available in Command Palette). This command finds the library, suggests several possible filenames, and writes chosen filename to user.json.
  • Add: if caret is at the end of long line, and we toggle word-wrap, editor should scroll to new caret pos
  • Add: lexer JavaScript: don't highlight "class" after dot, better detect RegEx str

New in CudaText 1.113.0.0 (Sep 20, 2020)

  • add: option "numbers_style" has additional value for "relative" line numbers, almost like in VSCode
  • add: Windows: top menu bar is themed
  • add: dialog "File is too big" also shows file size (in Mb)
  • add: dialog "File is maybe not text" must not appear at all for too big files
  • add: for files bigger than 50Mb, editor won't detect file encoding and force UTF8 (reason: much slower loading for non-UTF8 encoding)
  • add: Wiki page https://wiki.freepascal.org/CudaText_plugins
  • add: Wiki topic https://wiki.freepascal.org/CudaText#Tabs_features
  • fix: few bugs in lexers C++, JavaScript

New in CudaText 1.112.1.0 (Sep 16, 2020)

  • [lexer] FreeBASIC (new)
  • [lexer] Specman (new)
  • [lexer] Singularity (new)
  • [lexer] Ballerina (new)
  • [lexer] SRT Subtitles (new)
  • [lexer] Kontakt Script Processor (new)
  • [lexer] Power Query M (new)

New in CudaText 1.112.0.0 (Sep 14, 2020)

  • Add: improved TRegExpr engine: supported negative lookbehind: (?<!foo)bar
  • Add: tooltip of "show function-hint" has changed colors, font, position near the caret (thanks @OlehL)
  • Add: tooltip of "show function-hint" hides by Esc, by moving caret to another line, by window moving/resizing (thanks @OlehL)
  • Add: option "ui_alt_hint_time"
  • Add: option "ui_tab_x_rounded"
  • Fix: few minor visual bugs with minimap (thanks @xcme)
  • Fix: Windows "Restore window" bug (Lazarus bug, thanks @Jairo-Martinez)

New in CudaText 1.111.5.0 (Sep 10, 2020)

  • add: to improve rendering speed, minimap is now rendered via BGRABitmap library (much faster, but program size is bigger by ~1.5Mb)
  • add: reworked cache of highlighted lines; now it works faster and has auto-adjusted size (it's changed to big value on toggling minimap on)
  • add: mouse-wheel scrolling goes smoothly over inter-line gaps
  • add: option "minimap_scale"
  • removed option "renderer_cache_lines"

New in CudaText 1.111.0.2 (Sep 7, 2020)

  • add: option "ui_reopen_session_cmdline" (thanks @notteumani)
  • add: before: editor doesn't load last session when command-line file is opened; now: it also doesn't save current session in this case, so old session is not lost (thanks @notteumani)
  • add: lexer C++: keywords of C++20
  • fix: issue with "Add next occurrence of selected word" (thanks @Jairo-Martinez)
  • fix: engine of lite lexers: broken highlighting after horizontal scrolling (thanks @skarasov)
  • fix: lexer Python: code-tree for func "def name(param: type)" (thanks @skarasov)
  • fix: lexer Python: code-tree for "class name(dotted.name)" (thanks @OlehL)
  • fix: regression in Markdown tree-helper (thanks @kvichans)
  • add: improved TRegExpr engine
  • regexp: supported recursion: (?R) with alias (?0)
  • regexp: supported subroutine calls: (?1) ... (?89)
  • regexp: supported possessive quantifier: a++ a*+ a?+ a{n,m}+
  • regexp: supported atomic groups: (?>foo|bar|ok)
  • regexp: supported negative lookahead: foo(?!bar)
  • regexp: supported Perl syntax for named groups: (?'name'expr) and subroutine calls: (?&name)
  • regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc
  • regexp: added z; changed behavior of Z (match also before final line-break)
  • regexp: added error message for unknown metachars (like X E)

New in CudaText 1.110.3.0 (Aug 28, 2020)

  • Add: improved TRegExpr engine:
  • + regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc.
  • + regexp: supported "atomic groups": (?>foo|bar|ok)
  • + regexp: supported "nagative lookahead": foo(?!bar)
  • Fix: lexer Python: regression in code-tree (thanks @OlehL)
  • Fix: regression in Markdown tree-helper (thanks @kvichans)

New in CudaText 1.110.0.0 (Aug 24, 2020)

  • Add: improved TRegExpr engine: supported Unicode categories pL p{L} p{Lu}, and negative variant with P. List of available categories: https://www.compart.com/en/unicode/category/
  • Add: option "renderer_offsets", to fix rarely visible artifacts on Linux (thanks @VicDobrov)
  • Add: lexer reStructuredText: fix 2 kinds of code-blocks; add rule for table blocks; add rule for local links
  • Add: lexer Bash: highlight invalid hex/octal literals (thanks @VicDobrov)
  • Fix: incorrect horizontal caret pos, when line with full-width chars is scrolled horizontally (bug first found in 2017, thanks @David-Croose)
  • Fix: after command "find cur selection next", command "find next" must reuse text (thanks @kvichans)
  • Fix: search engine bug when search text is multi-line + Unicode (thanks @kvichans)

New in CudaText 1.109.2.0 (Aug 13, 2020)

  • add: lexer JSON: fully reworked, now it underlines all invalid chars, invalid float numbers, identifiers
  • add: lexer PHP: fixed HereDoc blocks; supported Unicode class names
  • add: macOS: system dialog from menu item "Edit / Special characters" is now supported (thanks Lazarus developer Dmitry)
  • fix: regression: cannot continue column-selection after carets are moved (thanks @kvichans)
  • fix: lexer Python: regression with some blocks folding
  • fix: lexer Bash: regression with style of "if(", "for("

New in CudaText 1.109.0.0 (Aug 10, 2020)

  • Change: changed location+format of saved window positions in history.json (main window, floating panels, resizable dialogs)
  • Add: options for statusbar font: "ui_font_statusbar_name"/"ui_font_statusbar_size", defaults are UI font name/size (thanks @VicDobrov)
  • Add: theme colors for statusbar font/background, defaults are "none"
  • Add: don't run tree-helper on huge files, re-use option "lexer_folding_max_lines"
  • Add: if file was deleted/renamed outside of CudaText, "Save" should re-create the file (thanks @Jairo-Martinez)
  • Fix: bug in rendering unprinted "trailing only" whitespace (thanks @Jairo-Martinez)
  • Fix: lexer Bash: (( )) blocks inside $() (thanks @VicDobrov)

New in CudaText 1.108.2.0 (Aug 5, 2020)

  • Add: lexer Python: don't highlight words after dot (e.g. 'type' 'len'); fold "async for"
  • Fix: commands "brackets: pair highlight..." state was reset on tab switching (thanks @John)
  • Fix: fixed API ed.cmd() for plugin Differ (thanks @hycmos)
  • Fix: lexer YAML: folding
  • Fix: lexers C, C++: fixes for "struct" code-tree items, number literals
  • Fix: treehelper for Markdown: bug with `code` at line start
  • Fix: "floating point error" in Python on Win10 2004 (thanks @John)

New in CudaText 1.108.0.0 (Jul 30, 2020)

  • Add: lexer YAML is preinstalled
  • Add: lexer Markdown: support YAML front matter
  • Add: lexer Bash: highlight (( )) blocks, [[ ]] blocks; highlight meta-chars starting with ! and %; support escape; fold brackets {}
  • Add: lexer Bash: highlight HereDoc blocks (almost all kinds, even with quoted block id)
  • Add: lexer Bash: show in code-tree funcs w/o keyword "function"
  • Add: lexer PHP: support _ in numbers; reworked HereDoc support; fixes
  • Add: command "Check for updates" is supported on Linux/macOS/BSD
  • Add: on loading session with missing files, show 'NOTE: File from session not found' errors in console
  • Add: show number over Console sidebar button for 'NOTE:' lines too
  • Fix: lexer JS: bug with '==<?php ?>', bug with comment '/********/'
  • Fix: regression in Python lexer: style of func names
  • Fix: regression in Project Manager: options dialog could not save options
  • Fix: regression for last session loading when using command line (thanks @MiroslavMatas)

New in CudaText 1.107.5.0 (Jul 21, 2020)

  • add: option "ui_tab_show"
  • add: option "ui_sidepanel_on_start" (thanks @CoMPi)
  • add: option "ui_bottom_on_start"
  • add: option "ui_tab_padding" (thanks @wb027)
  • add: option "ui_tab_font_scale" (thanks @wb027)
  • add: ui-theme item "tabs, font, active tab" (thanks @wb027)
  • add: command "toggle ui-tabs"
  • change: if command-line files/folders passed, don't load session on start (thanks @wb027)
  • fix: lexer Python: number-rule fix (thanks @kvichans)

New in CudaText 1.107.0.0 (Jul 15, 2020)

  • Add: Find dialog shows "Find" field syntax-highlighted in RegEx mode; program also does underlining of mismatched ()[] brackets there
  • Add: option "carets_primitive_column_sel", which activates new mode of column selection; see new wiki topic https://wiki.freepascal.org/CudaText#Behaviour_of_column_selection
  • Change: new option is "true" by default, mode of column selection is changed
  • Add: API finder_proc (thanks @kvichans)
  • Add: modern credits list in the About dialog
  • Add: lexer Bash: support comments inside `backticks`
  • Fix: issues with commands "move lines up/down", occurring on the final line w/o EOL

New in CudaText 1.106.5.0 (Jul 3, 2020)

  • Add: plugin Sort has new option [sort] max_lines=5000 in settings/plugins.ini, to avoid almost-hanging on huge documents
  • Add: Project Manager: double click switches file-tab from "preview" to "normal" style (thanks @kostyarin_)
  • Add: zip plugin installer: instead of 2nd confirmation about plugin hotkeys, show single confirmation with more buttons
  • Add: auto-detect XML for UTF-8 BOM too
  • Add: better value of "links_regex"
  • Add: API allows to register plugin events also in settings/plugins.ini
  • Change: Project Manager uses plugins.ini for events, so if you have used its options "Load on program start"/"On opening GIT/SVN repo...", check these options again in config dialog
  • Fix: lexer Python: regression for r- f- b-strings
  • Fix: regression in "Title case", "Sentence case" commands for multi-line selections
  • Fix: Emmet work was wrong after Unicode chars (thanks @d-mal)
  • Fix: export to HTML: entities like ' ' were lost on export
  • Fix: lexer "Search results": fixed indent-based folding
  • Fix: lexer HTML: bug for '<table width=30%>'; bug for '< nottag' (thanks @Anonymoustus)

New in CudaText 1.106.0.0 (Jun 27, 2020)

  • Add: deepest fold-range, containing line of first caret, now has highlighted lines on gutter; added color in UI-theme for this
  • Add: better detection of word-boundary in search (not RegEx), to be like in VSCode and others
  • Add: better "links_regex" value (thanks @Jairo-Martinez)
  • Add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
  • Add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
  • Add: encodings koi8, iso...15 added to viewer as well
  • Fix: crash in "export to HTML" (thanks @MiroslavMatas)
  • Fix: regression in folding in HTML/XML lexers
  • Fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
  • Fix: plugin Session Manager was inited for filenames w/o extension
  • Fix: hotkeys with Num-keys did not work (thanks @tmsg)
  • Fix: regression with option "nonword_chars" (thanks @hamasaki)

New in CudaText 1.105.8.0 (Jun 25, 2020)

  • Add: better detection of word-boundary in search (not RegEx), to be like in VSCode and others
  • Add: better "links_regex" value (thanks @Jairo-Martinez)
  • Add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
  • Add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
  • Add: encodings koi8, iso...15 added to viewer as well
  • Fix: regression in folding in HTML/XML lexers
  • Fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
  • Fix: plugin Session Manager was inited for filenames w/o extension
  • Fix: hotkeys with Num-keys did not work (thanks @tmsg)
  • Fix: regression with option "nonword_chars" (thanks @hamasaki)

New in CudaText 1.105.7.0 (Jun 24, 2020)

  • add: on clicking hyperlinks, app shows additional confirmation button; this is controlled by new option "ui_links_confirm"
  • add: support combo-hotkeys with simple letter in 2nd/3rd part, e.g. Ctrl+Q H (thanks @tmsg)
  • add: encodings koi8, iso...15 added to viewer as well
  • fix: mouse click on selected block did not place caret on clicked pos (thanks @hycmos)
  • fix: plugin Session Manager was inited for filenames w/o extension
  • fix: hotkeys with Num-keys did not work (thanks @tmsg)
  • fix: regression with option "nonword_chars" (thanks @hamasaki)

New in CudaText 1.105.5.2 (Jun 21, 2020)

  • add: option "lexer_folding_max_lines" - when document has too many lines, parser doesn't find fold-blocks
  • add: reworked parser code which handles indentation-based folding (e.g. in Python); reworked lexer Python for this; all lexers in add-ons which use indentation-based folding will be reworked soon
  • add: for Python lexer, fold-blocks endings now exclude commented lines
  • add: on editing in Python, parser better updates fold-blocks started above caret (thanks @OlehL)
  • add: on first command entering in Console, app auto-runs line "from cudatext import *", so you don't need to do it
  • add: documentation: readme/tutorial/LexerIndentFolding.odt
  • change: removed option "ui_max_ranges_codetree" (use "lexer_folding_max_lines" instead)
  • fix: slow rendering of viewer control under GTK2 (Linux/BSD)
  • fix: ui-tab dirty flag was not updated sometimes (thanks @dinkumoil @OlehL)
  • fix: broken folding after running "move line up/down" many times fastly (thanks @OlehL)
  • fix: replace with confirmation: did not respect options "find_indent_*"
  • fix: regressions in hotkey system (thanks @tmsg)

New in CudaText 1.105.0.0 (Jun 15, 2020)

  • Add: rewritten system of keymapping, how keymappings are assigned to documents. Previous system was bad. It was slow (each tab switching was loading lexer-specific hotkeys from file). It had bugs (lexer-specific hotkeys did not load sometimes, see GitHub issues 2620 2648). (thanks @OlehL)
  • Add: internal caching of calculated hyperlinks; maybe (not visible on average PC) it gives smoother scrolling by Up/Down arrows
  • Add: zip package installer shows additional confirmation to install hotkeys, if plugin provides them (e.g. CudaExt provides ~50 hotkeys, not OK for some users)
  • Add: dialog "Configure hotkey" has additional "Set" button which makes "Clear"+"Extend"
  • Add: support encodings: koi8r, koi8u, koi8ru (thanks @eastorwest)
  • Add: option "newdoc_lexer" allows lite lexers too
  • Add: better value of "links_regex"
  • Fix: floating groups didn't show ui-tab icons
  • Fix: input of complex hotkeys (like "Alt+1 * Alt+2") had "shared history" for all documents
  • Fix: width of some Unicode chars (thanks @ritmation)
  • Fix: Linux/BSD: rendering of tab-chars (thanks @tmsg)
  • Fix: lexer Markdown: rule for ``` (thanks @Jairo-Martinez)

New in CudaText 1.104.0.0 (Jun 12, 2020)

  • Add: much faster rendering on Linux (gtk2) for texts with Unicode (but not full-width) chars
  • Add: several internal Unicode functions are optimized, which speeds up case-insensitive search, whole-word search, w in regex
  • Add: better value of "links_regex" (chars like '()[]#,:' appear in URL only after '?')
  • Add: detect read-only also on "File / Reopen" (thanks @Petrik_Pjatochkin)
  • Add: lexer Markdown: many improvements, including folding of fenced blocks
  • Change: removed option "hex_chars", maybe later will be replaced by another option
  • Fix: Project Manager messes with folder of Open/Save-as

New in CudaText 1.103.5.0 (Jun 9, 2020)

  • Add: command-line option -id=name to set single-instance id, on Unix (thanks @tmsg)
  • Add: improve work of command-line file masks with relative paths, on Unix, with single instance (thanks @tmsg)
  • Add: option "max_line_len_parsed" (thanks @tmsg)
  • Add: option "ui_history_disabled" has sub-item to disable only selection (thanks @hamasaki)
  • Add: lexer Lua now has dynamic-highlighting rules (thanks @tmsg)
  • Change: change default value of option "unindent_keeps_align" to be like ST3
  • Fix: program didn't save files on closing, if "ui_auto_save_session":true and "ui_history_disabled":"t" (thanks @tmsg)
  • Fix: regression for Undo after Save (thanks @hamasaki)
  • Fix: command "focus next group" didn't work sometimes (thanks @MiroslavMatas)
  • Fix: some commands and APIs didn't respect read-only mode (thanks @wibotwi)
  • Fix: crash on regex replace if replace-with is "$" (thanks @wibotwi)
  • Fix: crash if option "links_regex" has invalid regex
  • Fix: regression in handler of "ui_notif_confirm":1 (thanks @kvichans)
  • Fix: regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples" (thanks @MiroslavMatas)
  • Fix: commands "find current word/selection next/previous" did not respect options "find_indent_*" (thanks @kvichans)

New in CudaText 1.103.1.0 (Jun 7, 2020)

  • add: option "max_line_len_parsed" (default is 4000 chars)
  • fix: regression in commands "fold/unfold/toggle block at current line" if lexer don't show "staples"
  • fix: commands "find current word/selection next/previous" did not respect options "find_indent_*"

New in CudaText 1.103.0.0 (Jun 7, 2020)

  • Add: better logic of "line states": now "added" lines don't change state to "modified" during editing (thanks @tmsg)
  • Add: allow to disable storing some elements to history/session, via new option "ui_history_disabled" (thanks @tmsg)
  • Add: allow to specify underscore "_" as non-word char, by placing at as _first_ in "nonword_chars" option (thanks @tmsg)
  • Add: option "spacing_y" now has OS suffix
  • Add: option "zebra_step"
  • Add: API to get/set editor font
  • Add: API to get/set editor hyperlinks behaviour
  • Change: improved logic of undo/redo a little, additional caret jump will appear on redo (thanks @akizuha)
  • Fix: regressions in search for multi-line text and "find selection next" (thanks @kvichans)
  • Fix: macros with repeated commands to move caret (e.g. "caret line down" 100 times) did only 1 move (thanks @tmsg)
  • Fix: 3 years old issue. If complex commands are invoked via fastly pressed hotkeys, some commands were lost. E.g. if hotkey for "toggle line comment" was pressed fastly 20 times, it could run ~17 times. (thanks @kvichans for seeing it)
  • Fix: Windows: "cannot create file" error if program runs from "Program Files" folder. You should not put CudaText to "Program Files".
  • Fix: commands "close tab", "close all tabs", "close other tabs" didn't work correctly when floating group is active
  • Fix: minor issues in HTML auto-completion

New in CudaText 1.102.0.0 (Jun 1, 2020)

  • Add: optimizations in lexer engine; tests on huge XML/HTML files ("ui_max_size_lexer":150) show that parsing is faster (than v1.100) 1.2 - 2 times
  • Add: Find dialog allows backward search even in RegEx mode (thanks @tmsg)
  • Add: to speedup rendering, program uses predefined char widths for the following: Cyrillic, Greek, German, Japanese, Chinese, Korean, Hebrew, Arabic, Indian
  • Add: on moving caret left/right, skip positions of combining (accent) chars, like other programs do
  • Add: better render combining (accent) chars on Linux/macOS
  • Add: command line parameter -nn
  • Add: option "renderer_cache_lines"
  • Change: removed option "unicode_wide_allowed"
  • Change: removed menu item "File / Export to HTML" (command still exists in Command Palette)
  • Change: in parser's RegEx engine, removed support of rarely needed l L g G
  • Fix: very old problem in parser's RegEx: s did not catch line-breaks (it affects e.g. HTML lexer, it has rule which finds JS blocks)
  • Fix: problem in API: "ed" got wrong editor for "floating groups" after plugin shows modal dialog
  • Fix: "Find next" with RegEx did continue the search from the last found location and not from the caret (thanks @tmsg)
  • Fix: Emmet plugin bad result if called after '<a href="text"'
  • Fix: ui tab does not show tooltip after moving it with "move tab to next group" (thanks @dinkumoil)

New in CudaText 1.101.5.0 (May 27, 2020)

  • add: optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
  • add: optimization in rendering of "colored ranges" (they are present in Bash lexer for $(...) and AutoIt lexer for multiline comments). Syntetic test files, with huge count of colored ranges, show much faster scrolling
  • add: option "ui_notif_confirm" to enable confirmation on file auto-reloading
  • add: dialog "Save Tabs" has new button "Toggle"
  • add: lexer Lua: better code-tree for functions in class; folding of {}
  • add: commands "move tab to group 1", "move tab to group 2"
  • add: commands "move tab to group floating-1/ floating-2/ floating-3"
  • fix: lexer JS: highlighting of regex'es
  • fix: folded ranges didn't restore from history (if scroll pos: on top)
  • fix: opening files in "preview tab" (Project Manager) gave incorrect filename sometimes (with "ui_notif":true)

New in CudaText 1.101.0.0 (May 23, 2020)

  • Add undo-data records also "line states", ie "undo" reverts "line states" to initial value (thanks @tmsg)
  • Add command line support key -s to specify custom settings folder (thanks @tmsg)
  • Add command line support file masks with '*', e.g. "cudatext readme/test*.htm*" (thanks @tmsg)
  • Add when "unprinted symbols" are visible, render curved-arrow for wrapped parts of long lines (thanks @tmsg)
  • Add paired file tabs (2 files in a single tab) now correctly save/restore to/from sessions
  • Add for stability, when user removes lexer in Lexer Library dialog, app doesn't deallocate lexer object but only "marks" it (prevents access to deallocated memory objects)
  • Add Wiki topic https//wiki.freepascal.org/CudaText#Dialog_.22Save_tabs.22
  • Change changed format and file extensions of persistent undo/redo (used with "undo_persistent"true)
  • Fix bug in regex engine with regex like [.-] and [.-] (thanks @SlMaker)
  • Fix lexer Batch issues
  • Fix several editor settings (wrap mode, show minimap/micromap/ruler/line-numbers/folding/unprinted) could not load from lexer-specific configs (thanks @tmsg)
  • Fix Project Manager crash on calling Project Properties (thanks @Jairo-Martinez)

New in CudaText 1.99.0.0 (May 12, 2020)

  • Add: speedup loading big ascii files by 5-6%
  • Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#CudaText_vs_Sublime_Text.2C_different_answers_to_questions
  • Add: new big Wiki topic: https://wiki.freepascal.org/CudaText#Program_perfomance
  • Add: plugin Lexer Detecter: speedup loading when no lexer found (110ms->2ms)
  • Add: Find/Replace dialog: on regex error, show error more detailed
  • Add: lexer Markdown: highlight checkboxes in lists: [ ] [x] [X]
  • Change: lexer HTML: don't fold <p> tags (tags produce folding icon which don't work when there're many tags on a line)
  • Fix: API ini_read/ini_write deleted quotes from quoted values (thanks @dinkumoil)
  • Fix: crash when CudaText is opened from file manager, with specific history data (thanks @dinkumoil, @OlehL)
  • Fix: bug in regex search with regex'es like "a+", "a{2,4}" (thanks @Petrik_Pjatochkin, @ritmation)
  • Fix: Project Manager: fuzzy search in "Go To File" was not handy (thanks @4goodapp)
  • Fix: crash on start on Linux (some Lazarus bug)
  • Fix: Emmet bug with "!" abbrev (thanks Rickard)
  • Fix: Emmet bug with "span.classname" (thanks Rickard, @d-mal)
  • Fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
  • Fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
  • Fix: not smooth edge of triangled ui-tabs
  • Fix: italic "comments" at line ends were cropped with some fonts

New in CudaText 1.98.2.0 (May 1, 2020)

  • Fix: crash on start on Linux (some Lazarus bug)
  • Fix: Emmet bug with "!" abbrev
  • Fix: Emmet bug with "span.classname" (thanks @d-mal)
  • Fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
  • Fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
  • Fix: not smooth edge of triangled ui-tabs (bug from someone's patch to ATTabs)
  • Fix: italic "comments" at line ends were cropped with some fonts

New in CudaText 1.98.1.0 (Apr 29, 2020)

  • fix: crash of External Tools/ FindInFiles on files with null bytes (thanks @kvichans)
  • fix: on app closing, hex viewer painted something on Windows desktop (thanks @dinkumoil)
  • fix: not smooth edge of triangled ui-tabs (bug from someone's patch to ATTabs)
  • fix: italic "comments" at line ends were cropped with some fonts

New in CudaText 1.98.0.0 (Apr 29, 2020)

  • add: number of errors in Console (number of lines "Traceback (most recent call last)") is shown over Console sidebar button
  • fix: plugin "New File" bug with lexer XSLT (thanks @dinkumoil)
  • fix: behaviour of Left/Right keys on multi-selection (thanks @Jairo-Martinez)
  • fix: bug in API timer_proc (thanks @kvichans)
  • fix: can't open files from project when "ui_tab_disabled":true (thanks @Cauterite)
  • fix: lexer Python: folding (thanks @Jairo-Martinez)
  • fix: lexer PHP: keywords
  • fix: lexer HTML: JS in script tag

New in CudaText 1.97.5.0 (Mar 25, 2020)

  • Add: option "key_left_right_wrap_with_carets" (to be like EmEditor with multi-carets)
  • Add: option "log_sessions"
  • Change: file history (caret, bookmarks etc) is now saved to session file *.cuda-session. This makes session files independent from main history.
  • Change: Ctrl+MouseWheel and commands "current document font size..." change editor's font scale by 10% steps, instead of font-size by 1
  • Add: Emmet: expand abbreviation also by Tab-key (Tab-key works as usual if there is no abbreviation)
  • Add: Project Manager: sets its current folder as folder of Open/Save-as dialog
  • Add: command "current document font size: reset"
  • Add: lexer HTML: default extension is now 'html'
  • Add: lexer Bash: minor fix
  • Fix: bad work of HTML auto-completion with '<tag attrib=| >' and '<tag attrib="|" >' (thanks @AleXY)
  • Fix: bad saving of External Tools plugin hotkeys to keys.json (thanks @AleXY)
  • Fix: broken highlight of multi-line strings on editing text after them (thanks @AleXY)
  • Fix: invisible file tab in group-2 on loading session (thanks @kvichans)

New in CudaText 1.97.1.0 (Mar 20, 2020)

  • add: plugin Emmet: expand abbreviation also by Tab-key (Tab-key works as usual if there is no abbreviation)
  • change: Ctrl+MouseWheel and commands "current document font size..." change editor's font scale by 10% steps, instead of font-size by 1
  • add: command "current document font size: reset"
  • add: save file history in more compact way

New in CudaText 1.97.0.1 (Mar 19, 2020)

  • Add: lexers HTML/XML show folded tags better (and old option "fold_style" allows to show them even better)
  • Fix: fixed selection by mouse, when mouse cursor is after folded block rectangle
  • Add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
  • Add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
  • Add: minor optimizations in editor control
  • Add: export to HTML: removed empty first line; cleaned up HTML code
  • Add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers
  • Add: several commands, they work fast and don't keep Undo, they are intended for huge text files. All these commands don't consume additional memory (unlike in many other editors):
  • Add: commands "(without undo) sort asc. / desc. / asc. ignore case / desc. ignore case".
  • Add: command "(without undo) delete all blank lines"
  • Add: command "(without undo) delete adjacent blank lines"
  • Add: command "(without undo) delete all duplicate lines"
  • Add: command "(without undo) delete all duplicate lines, keep blanks"
  • Add: command "(without undo) delete adjacent duplicate lines"
  • Add: command "(without undo) reverse lines"
  • Add: command "(without undo) shuffle lines"

New in CudaText 1.96.6.0 (Mar 17, 2020)

  • Add: lexers HTML/XML show folded tags better (and old option "fold_style" allows to show them even better)
  • Fix: fixed selection by mouse, when mouse cursor is after folded block rectangle
  • Add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
  • Add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
  • Add: minor optimizations in editor control
  • Add: export to HTML: removed empty first line; cleaned up HTML code
  • Add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers

New in CudaText 1.96.5.0 (Mar 7, 2020)

  • add: added plugin "Lexer Detecter" which is used when file is opened and it has no lexer, plugin suggests to download+install lexer from addons (it has database of all existing lexers)
  • add: second click on "Search" sidebar button shows Replace dialog instead of Find dialog
  • add: minor optimizations in editor control
  • add: export to HTML: removed empty first line; cleaned up HTML code
  • add: lexer Python: add styles for std functions, exceptions; rework word lists; highlight complex numbers

New in CudaText 1.96.2.0 (Mar 3, 2020)

  • Add: highlight and open (by command "Open URL") e-mails, even without 'mailto:'
  • Add: proper underline HTML colors #rgba, #rrggbbaa too
  • Add: lexer C/C++: support multi-line strings (with before newline)
  • Add: lexer PHP: separate style for "function modifiers", highlight system variables, more keywords
  • Add: lexer PHP: show "traits" in code tree
  • Change: changed layout of lexer-parsing-progressbar in the right/bottom corner, it's always visible now
  • Fix: crash on start, when FTP plugin was active on exiting
  • Fix: crash on start, when document loads from session with wrapped state

New in CudaText 1.96.0.0 (Feb 24, 2020)

  • Add: reworked strings storage system:
  • it takes less memory for ASCII text lines
  • for non-ASCII lines, it takes more memory, but it works much faster, so scrolling in smoother
  • Add: rendering speed much increased at the end of huge lines (length>1M)
  • Add: toggling word-wrap speed much increased on huge lines
  • Add: bracket finder ignores long lines (length>500)
  • Add: plugin Tabs List: command "Tabs List / Open" focuses plugin; plugin handles Enter/Space keys
  • Add: lexer VBScript improved
  • Add: lexer Ini improved
  • Fix: app didn't handle errors in plugins and crashed on them
  • Fix: app had saved redundant information to session files (now session files will be smaller)
  • Fix: for files loaded from session, app didn't save history (caret position, etc)
  • Fix: error after "Plugins / Sort / Remove blank lines"

New in CudaText 1.95.0.0 (Feb 19, 2020)

  • Add: RegExpr engine updated, with lot of patches, see https://github.com/andgineer/TRegExpr/blob/master/History.txt
  • Add: Python API speed optimized again (thanks @Artem3213212)
  • Add: can scroll tab captions (when they don't fit) by mouse wheel
  • Add: lexer Lua improved
  • Change: lexer PowerShell removed to add-ons
  • Change: removed option "ui_console_compact"
  • Change: reworked internal manager of side/bottom panels
  • Fix: lexers HTML/PHP/XML produced elements with newlines which gave some slowdown
  • Fix: command "find next" with regex and zero-length match
  • Fix: regex replace to "n" in single line file
  • Fix: regex replace to "t"
  • Fix: broken code-tree look if "ui_tab_position" is left/right
  • Fix: macro recording gave error when Find dialog button was pressed
  • Fix: editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)

New in CudaText 1.94.1.0 (Feb 12, 2020)

  • add: can scroll tab captions (when they don't fit) by mouse wheel
  • change: lexer PowerShell removed to add-ons
  • fix: macro recording gave error when Find dialog button was pressed
  • fix: editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)

New in CudaText 1.94.0.0 (Feb 8, 2020)

  • Add: Project Manager improvements (show pretty paths in recent file list; fixed crash on unfolding deleted folder; use case-insensitive sorting)
  • Add: program starts little faster (Linux/Windows: by 10..20%)
  • Add: command line supports all params (-r -e -nh -z) for single instance mode too (thanks @dinkumoil)
  • Add: command line parameter -i, to read the contents of stdin (Unix only)
  • Add: command line parameter -ns, to disable loading saved session
  • Add: if mouse selecting was started, and mouse is moving over gutter, selecting must continue
  • Add: lexer Python: support Unicode ids, fix rules for hex/octal/binary numbers
  • Add: lexer JavaScript: support in code-tree functions like "name: function(...){}"
  • Add: lexer Markdown: support Unicode text
  • Add: lexer HTML: proper highlight few more attribs
  • Add: Addon Manager shows new dialog for "Download all" command
  • Add: HTML auto-completion must insert "<" char if called on empty place
  • Add: optimizations in Python API speed (thanks @Artem3213212)
  • Add: show Go To dialog on clicking statusbar first cell
  • Change: lexers removed to add-ons: Diff, Makefile, Pascal, Properties, Ruby
  • Change: plugin Sort: changed config file to settings/plugins.ini, [sort] section
  • Fix: memory leak in TreeHelpers (thanks @Artem3213212)
  • Fix: command line param -n was broken on Windows
  • Fix: auto-completion was broken in PHP block (bad default of "autocomplete_html_lexers")
  • Fix: command "settings: reload/apply config" (thanks @OlehL)
  • Fix: commands didn't support paired file-tab: "save file", "save file as", "reopen file", "copy filename", "lexer properties"

New in CudaText 1.93.0.0 (Feb 8, 2020)

  • Add: Emmet plugin: added command "Dialog" to show interactive preview dialog for abbreviations
  • Add: Emmet engine now has several "emmet_" options (to replace "Emmet profiles" from SynWrite)
  • Add: file viewer ( https://wiki.freepascal.org/CudaText#File_viewer ) gives popup menu on statusbar "mode" cell, to change viewer mode (text, binary, hex, unicode)
  • Add: show ? marks when DBCS (Asian) codepages cannot convert chars
  • Add: lexer PHP: support new heredoc syntax (of PHP 7.3)
  • Fix: Find/Replace: find-next for reg.ex. "b" stopped at found position forever
  • Fix: Find/Replace: could not mass replace reg.ex. "b" to for example "__"
  • Change: submenu "File / Encoding / ..." replaced with simple menu item "File / Encoding..." which calls popup menu
  • Change: renamed commands "zoom in" / "zoom out" to "current document font size: bigger" / "... smaller"
  • Change: deleted option "ui_tree_time_focus"

New in CudaText 1.92.0.0 (Dec 26, 2019)

  • add: support encoding UTF-32, LE and BE, with and without BOM
  • add: support encoding ISO-8859-15
  • add: plugin API for mass search, e.g. to speedup "Highlight Occurrences" plugin
  • add: command "font size: reset"
  • add: command "add next occurrence of selected word" must keep selection direction
  • add: must allow to save untitled+unchanged documents (do "Save as" for them)
  • change: changed default of "indent_size" to 0 (auto-detect from tab_size/tab_spaces)
  • fix: backward search for multi-line blocks with empty lines
  • fix: lost editor focus with old color theme

New in CudaText 1.91.2.0 Beta (Dec 17, 2019)

  • Add: support encoding UTF-32, LE and BE, with and without BOM
  • Add: support encoding ISO-8859-15
  • Add: command "font size: reset" (reset to the value from config)
  • Fix: backward search for multi-line blocks with empty lines

New in CudaText 1.91.0.0 Beta (Dec 8, 2019)

  • Add: Windows: shell extension DLL (x32, x64), it was written by Andreas Heim (@dinkumoil). Run Cmd script from Explorer to install/uninstall the DLL.
  • Add: Find/Replace dialog has new button "Replace global", to replace all matches in all opened documents
  • Add: Ctrl+click on selection was ignored before, now it can start drag-drop with copying
  • Add: option "key_bksp_wrap": allows BackSpace to go to previous line
  • Add: dialog "Go to bookmark" reworked: it shows bookmarks in all opened documents; it shows tab titles; it has filter inputbox
  • Change: Command Palette commands "find first", "find next", "find all ..." now search for current text of Find dialog inputbox
  • Fix: lexer Bash: issue with line comment
  • Fix: must not clear code-tree on closing passive (lefter) tab
  • Fix: must not clear code-tree on clicking active tab

New in CudaText 1.90.0 (Nov 21, 2019)

  • Add: Command Palette shows items "opened files: ..."
  • Add: Command Palette shows items "recent files: ..."
  • Add: Command Palette: support filtering by category: #p (plugins), #l (lexers), #f (opened files), #r (recent files)
  • Add: Command Palette: Ctrl+J means "move down", Ctrl+K means "move up"
  • Add: option "ui_tree_sublexers"
  • Change: Command Palette and other menu-dialogs: keys Home/End are used for input box, Ctrl+Home/Ctrl+End for listbox
  • Fix: command "Close all" ignored modified state of 2nd file in pair-tab
  • Fix: some APIs worked only for active editor, it gave issues in "File Type Profile" plugin
  • Fix: command "go to screen top" was broken
  • Fix: trying to fix rare program freezing with "ui_notif" option
  • Fix: listbox in sidebar plugins (Tabs List, etc) should use color of Code Tree, not of Command Palette
  • Fix: typing bracket with _backward_ multiline selection
  • Fix: re-opening UTF8-BOM file could show the BOM
  • Fix: horizontal scrollbar could hide even with scroll offset present

New in CudaText 1.89.0 (Oct 29, 2019)

  • add: built-in bracket highlighting, no more need in plugin Bracket Helper, and it works much faster than plugin. It supports most of plugin's features, including show brackets on gutter, including checks for syntax elements.
  • Add: option "bracket_highlight"
  • Add: option "bracket_symbols"
  • Add: option "bracket_distance"
  • Add: command "brackets: pair highlight: on"
  • Add: command "brackets: pair highlight: off"
  • Add: command "brackets: pair highlight: toggle"
  • Add: command "brackets: jump to pair"
  • Add: command "brackets: select to pair"
  • Add: command "brackets: select to pair, inside"
  • Add: plugin Spell Checker keeps font color of highlighted words
  • Add: lexer JSON: reworked code tree
  • Add: lexer Markdown: minor fixes, adapted for Spell Checker
  • Add: Project Manager: "Go to file" command reworked, much faster now on big projects
  • Add: Project Manager: feature from Kate editor: on opening a file from Git/SVN repo, project is created and file is focused in that project (if no named project was opened before); added option in the plugin dialog
  • Fix: macOS: crash on copying vertical block to clipboard
  • Fix: crash with non-ASCII text after showing Command Palette
  • Fix: plugin Tabs List: font options didn't work

New in CudaText 1.88.6.0 Beta (Oct 21, 2019)

  • Add: built-in bracket highlighting, no more need in plugin Bracket Helper, and it works much faster than plugin. It supports most of plugin's features, including show brackets on gutter, including checks for syntax elements.
  • Add: option "bracket_highlight"
  • Add: option "bracket_symbols"
  • Add: option "bracket_distance"
  • Add: command "brackets: pair highlight: on"
  • Add: command "brackets: pair highlight: off"
  • Add: command "brackets: pair highlight: toggle"
  • Add: command "brackets: jump to pair"
  • Add: command "brackets: select to pair"
  • Add: command "brackets: select to pair, inside"
  • Fix: macOS: crash on copying vertical block to clipboard

New in CudaText 1.88.3.0 (Oct 14, 2019)

  • Add Linux program can open virtual files like /proc/version, /proc/meminfo
  • Add command "markers select to last marker"
  • Add command "markers delete to last marker"
  • Add arrow keys skip position inside Unicode surrogate pairs
  • Change menu item "View / Lexers" now shows dialog, like Command Palette
  • Fix tree-helpers did not work (when no folding ranges)
  • Fix Unicode surrogate pairs gave crash in Python plugins
  • Fix rendering of Unicode surrogate pairs (when lexer sees surrogates as symbols)
  • Fix plugin API sometimes changed file encoding to UTF16
  • Fix Linux dialog labels with CJK text were clipped

New in CudaText 1.88.0.0 (Oct 2, 2019)

  • Change: option "word_chars" replaced with "nonword_chars" (to be like Sublime & Atom)
  • Change: detection of file changes in external programs is rewritten. Now it uses thread, not timers (per each file-tab) as before. It should work more reliable and fast.
  • Change: confirmation "File was changed outside. Reload?" changed from messagebox to modalless panel inside file-tab
  • Change: clicking micromap doesn't move caret
  • Change: names of color themes now stores to user.json (reading of old setting from history.json is supported)
  • Add: option "caret_keep_visible_on_scroll"
  • Add: option "ui_notif" was returned back
  • Add: paired file-tab: auto-reloading works for second file; if both files were changed outside, 2 "Reload?" prompts appear at the same time
  • Add: don't reload file, which was deleted outside
  • Add: during drag-drop of text fragment, editor shows red marker for drop position
  • Add: zip file installer: for lexers and lite-lexers, support to install lexer-override settings in "lexer*.json"
  • Add: plugin Tabs List: reworked, using listbox with x and circle marks
  • Add: plugin Tabs List: added options in [columns] section to specify additional listbox columns (width values: >0 - in pixels, <0 - in percents, =0 - auto-stretch; show values: 0 or 1)
  • Add: file with ASCII char 07 is still considered as text
  • Add: command "ui: focus editor notification panel"
  • Add: command "ui: hide editor notification panels"

New in CudaText 1.87.2.0 (Sep 22, 2019)

  • Add: option "mouse_scroll_speed_vert"
  • Change: command "Select all" now doesn't scroll to document end; it's like in Sublime & EmEditor & GEdit
  • Change: new dialog to choose UI+syntax themes "Options / Themes...", instead of two menu-dialogs
  • Change: removed option "ui_notif"; to disable file auto-reload, set "ui_notif_time" to 0
  • Fix: show unprinted symbols "only in selection" was wrong with wrapped text
  • Fix: file saving with write-error stops file auto-reloading
  • Fix: issue with command "find current word next"

New in CudaText 1.87.0.0 (Sep 15, 2019)

  • add: can show unprinted characters only in selection (like Sublime). To do this, add char "x" to the option "unprinted_content"
  • add: selecting words by double-click: allow clicking after line end too
  • add: command "Toggle side panel / code tree" (same as "Show side panel / code tree" but it toggles)
  • add: command "Add next occurrence of selected word": must find not whole words, if not whole word was initially selected (like Sublime)
  • fix: command "Add next occurrence of selected word": bug when no selection (didn't repaint editor)
  • fix: program should not crash if file-tab is closed during lexer parsing
  • fix: to hide Lazarus/GTK2 bug when mouse-over buttons remain highlighted, program disables this button highlighting on Linux
  • fix: slow response of scrollbars on Windows

New in CudaText 1.86.5.0 (Sep 11, 2019)

  • Add: dialog Go To allows negative line numbers and negative values in %, this goes relative to file end (like VS Code)
  • Add: lexer parser optimizations: now parsing of big files is ~30% faster
  • Add: minimap highlightes entire lines with selections, with theme color "current line BG" (similar to VS Code)
  • Fix: on big files (lot of folding ranges), program had big slowdown on text editing

New in CudaText 1.86.0.0 (Sep 4, 2019)

  • Change: Windows build upgraded to Python 3.6, option "pylib" (on Windows) is now ignored
  • Add: Windows build: added support for Python 3.4...3.8; the existing python3x.dll with latest number from app folder is used
  • Add: Windows build: Addon Manager has packages "Windows Python37 32-bit" and "... 64-bit"; after installing one of them, and app restart, app will use Python 3.7
  • Add: drag&drop from Windows Explorer to floating groups (f1, f2, f3)
  • Add: Char Map dialog has hotkeys Ctrl+Up, Ctrl+Down to change combobox choice
  • Add: plugins "Terminal", "Find in Files": input fields consider option "ui_active_border": true
  • Add: lexer JavaScript: code-tree supports function/class names with Unicode and $ char
  • Add: lexer "Batch files" improved (by @dinkumoil)
  • Fix: macOS: wrong display of menu-dialogs (if nagative font size in user.json)

New in CudaText 1.85.0 (Aug 4, 2019)

  • Add: on moving selection in Theme menu dialog, program previews selected theme (like Sublime)
  • Add: program saves to history the last selected item in Command Palette
  • Add: lexer VBScript improved (by @dinkumoil)
  • Change: deleted option "ui_listbox_centered", changed behaviour for its default
  • Change: function call-tip in plugin "Python IntelliSense" has different look and position

New in CudaText 1.83.1.0 (Jun 17, 2019)

  • Add: Find dialog: option "find_hotkey_op_tokens", hotkey for 'syntax elements'
  • Add: Find dialog: 'syntax elements' has checkable style
  • Fix: plugin "Insert Time" bug

New in CudaText 1.83.0.0 (Jun 17, 2019)

  • Add: dialog Find/Replace has option button to choose "syntax elements" (like SynWrite): any, only comments, only strings, only comments+strings, except comments, except strings, except comments+strings
  • Add: embedded Emmet engine (written by Rickard Johansson); preinstalled plugin Emmet which uses this engine (old plugin "Emmet Lite" is now almost not needed, remove it).
  • Add: sidebar shows "badges" with number of items in Output and Validate panels
  • Add: ui-theme colors for sidebar "badges"
  • Add: plugin "Insert Time": if text selected, replace it on insertion
  • Change: menu items in "Options / Settings-more" moved one level up

New in CudaText 1.82.0.2 (Jun 7, 2019)

  • Add: Ctrl+Tab shows new dialog, which cycles through tabs in recently used order; it's controlled by new option "ui_tab_switcher_dialog"
  • Add: Emojis are rendered better
  • Add: Windows: place IME window near caret, close IME window on click in text
  • Add: Windows: system log off is handled (current session is saved)
  • Add: command "switch tab, to next"
  • Add: command "switch tab, to previous"
  • Add: command "switch tab, simply to next"
  • Add: command "switch tab, simply to previous"
  • Add: command "switch tab, dialog"
  • Add: command "switch tab, to recent"
  • Fix: High-DPI on Linux
  • Fix: focused groups 2..6 were not detected for statusbar/title update
  • Fix: Ctrl+Tab didn't work in floating groups

New in CudaText 1.81.2.0 (May 30, 2019)

  • Add: command "open file, in text viewer"
  • Add: command "open file, in hex viewer"
  • Add: command "open file, in unicode viewer"
  • Change: replaced option "ui_max_lines_codetree" to "ui_max_ranges_codetree" (which is more accurate limit)
  • Fix: multi-selection by mouse was broken in last few releases
  • Fix: very slow unfold action in huge files
  • Fix: block staples can paint incorrectly in huge files
  • Fix: changed tab's title can sometimes show without "*" mark
  • Fix: Find dialog: popup position with Alt+Down

New in CudaText 1.81.0 (May 24, 2019)

  • add: option "indent_auto_rule": RegEx which allows to make additional indent on pressing Enter
  • add: program can use _default_ lexer-specific configs from folder settings_default
  • add: few default lexer configs for "tab_size"/"tab_spaces": C, C++, CSS, JS, JSON, Pascal, Python...
  • add: few default lexer configs for "indent_auto_rule": Lua, Pascal, Python, Ruby (not needed for C-like lexers)
  • add: dialogs "Lexer library", "Lexer properties" made resizable, they save size
  • add: program saves to session name of current side-panel and bottom-panel
  • change: 3 submenus in the Options menu - Themes-UI, Themes-Syntax, Translations were replaced with menu-dialogs; added 3 commands to call them- fix: plugin "Numbered Bookmarks" had incorrect bookmark color on dark themes
  • fix: detection of "modified" state for 2nd file in pair-tab (e.g. default.json+user.json)

New in CudaText 1.80.1 (May 17, 2019)

  • Add: double-click now selects a) group of spaces, b) group of symbol chars (like EmEditor)
  • Add: lexers C, C++: show "typedef ...{...}" in code-tree
  • Fix: crash during code-tree filling

New in CudaText 1.80.0 (May 12, 2019)

  • add: UI can now be scaled freely, independing of OS high-DPI mode. Added options "ui_scale", "ui_scale_font".
  • add: more UI elements support scaling (minimap, micromap, splitters etc)
  • add: Project Manager supports "toolbar icons" of any size (before: only 16x16). Icon set "Mui" (icon size: 20, 24, 32, 48) was added to add-ons.
  • add: menu items in "Edit" menu are auto disabled (Undo, Redo, Copy, Cut, Paste, Delete)
  • add: don't show warning "File is maybe not text" because of char(27)
  • add: dialog "Save tabs?" saves its size
  • add: dialog "Char map" saves its size
  • change: deleted option "ui_statusbar_height"
  • change: deleted option "numbers_font_size"
  • change: deleted option "ruler_font_size"
  • change: deleted option "ruler_size"
  • change: deleted option "micromap_width"
  • fix: bugs with vertical scrollbar, it wasn't auto moved

New in CudaText 1.79.2.0 (Apr 30, 2019)

  • Add: option "ruler_mark_caret"
  • Change: plugin file "install.inf": CPU names for "os=" line changed to longer names like in Free Pascal: i386, x86_64, arm, sparc
  • Fix: bug fixes

New in CudaText 1.79.0.0 (Apr 22, 2019)

  • add: option "zebra"
  • add: API
  • add: lexers C/C++: improved rules for float/int/hex numbers
  • fix: few bugs with vertical sync-scrolling in Differ plugin
  • fix: scrollbars did scroll by 1 pixel on clicking arrows, must scroll faster by char size
  • fix: bug with wrong caret pos after pasting multiline block on empty line

New in CudaText 1.78.5.0 (Apr 15, 2019)

  • add: improve behaviour of option "auto_close_brackets":true, now it works with multi-selections too (brackets surround multi-selections)
  • add: on mouse selection, editor draws dotted frame to show mouse rectangle
  • add: option "show_mouse_sel_frame"
  • add: toolbar button "Options Editor" (calls Options Editor plugin dialog)
  • add: toolbar theme icon "opt.png"
  • add: command "selection: remove first caret"
  • add: command "selection: remove last caret"
  • change: changed command name "expand selection to word" to more concrete "add next occurrence of selected word"
  • fix: crash with plugin Config Menu and changed translation
  • fix: bug in lexer engine for Unicode, which caused wrong tokenizing of Unicode names in Clojure lexer
  • fix: Linux: must not set dialogs (e.g. Command Palette) border-style to "none", this causes dialog to have "system always on top" style

New in CudaText 1.78.0.0 (Apr 7, 2019)

  • add: API for EditorConfig plugin
  • add: show tooltip over UI tabs with filenames (instead of showing filenames in statusbar)
  • add: plugin Sort: added command "Remove duplicate lines, but keep blanks"
  • add: option "newdoc_ends" allows value for CR endings
  • add: on plugin installation app now skips all hotkeys (from install.inf) which are busy in config
  • change: removed command "toggle menu bar"
  • fix: CSS auto-completion bugs
  • fix: option "saving_force_final_eol" behaviour
  • fix: Windows: on rare PCs app hangs with hidden main menu
  • fix: on switching tabs, word-wrap state was reset (with lexer-specific cfg)

New in CudaText 1.77.2.0 (Mar 29, 2019)

  • fix: critical bug when BkSp/Del/letter pressing reverted by editor
  • fix: memory leak with lexer usage

New in CudaText 1.77.0.0 (Mar 21, 2019)

  • Add: preinstalled TreeHelper for Markdown
  • Add: added tiny progress-bar for lexer parsing progress
  • Add: added rendering of selection background, when it's after line end (with "caret_after_end":true)
  • Add: option "autocomplete_close_chars"
  • Add: improved context menu for "Tab size" statusbar cell
  • Add: plugin Comments improved: stream comment for entirely selected single line is added inside that line; stream comment for entirely selected 2+ lines is added on 2 new lines
  • Add: dialog "Settings - theme - syntax" shows colored marks in listbox
  • Add: huge lines (length>4k) are now completely ignored by lexers (so file containing single huge line, e.g. minimized JSON, will take no time at all)
  • Fix: crash with Differ plugin (click on interline gap)

New in CudaText 1.76.2.0 (Mar 2, 2019)

  • + add: command "convert tabs (leading) to spaces"
  • + add: statusbar cell "Tab size" menu has additional items "Convert indentation to spaces", "Convert indentation to tabs"

New in CudaText 1.76.0.0 (Mar 1, 2019)

  • Add: memory optimizations (less memory usage on mass-replace)
  • Add: mouse wheel scrolling works also with pressed mouse button
  • Add: AddonManager dialog "Remove add-on" improved: it allows to remove plugins, lexers, themes, translations, snippets
  • Add: AddonManager allows to write in "registry" that plugins require another plugins; removed support for install.inf keys "req", "reqlexer" because AddonManager support must be enough
  • Fix: more fixing of corrupted encoding of "history files.json"

New in CudaText 1.75.4.0 (Feb 21, 2019)

  • Add: UI tabs: round X mark on mouse-over
  • Add: HTML color underlining supports "hsl", "hsla" functions
  • Fix: issue with highlighting in e.g. Bash lexer
  • Fix: cannot set none-lexer after lite lexer
  • Fix: corrupted config "history files.json" for Unicode file names (Windows)
  • Fix: one-instance feature cannot handle Unicode file names (Windows)

New in CudaText 1.75.0.0 (Feb 15, 2019)

  • Add: much improved memory usage by lexer engine (1.5...1.8 less memory on 2M+ size files)
  • Add: much improved scrolling speed on big files with lexer (3M+ size)
  • Add: preinstalled plugin "Snippet Panel"
  • Add: TreeHelpers are handled by built-in code, and CudaTree plugin is obsolete - you must remove it (later plugin will be removed from Addon Manager)
  • Change: during text/folding change, editor is repainted more often, this helps to solve issue when command "Fold all" doesn't update screen
  • Add: lexer C improved: better code-tree

New in CudaText 1.74.1.0 (Feb 9, 2019)

  • Fix: small fixes
  • Add: lexer C improved: better code-tree

New in CudaText 1.74.0.0 (Feb 7, 2019)

  • Add: API to allow 2 files in a single tab. This is big help for Differ plugin. Big internal changes for this.
  • Add: API to allow "background passive bookmarks". This is help for Differ plugin.
  • Add: command "Settings - default/user" opens 2 files in a single tab
  • Add: Addon Manager: if plugin folder is Git repo, Update dialog shows its version as "Git" and runs "git pull" when updating this plugin
  • Add: Addon Manager: command "Install from Github" improved: now it suggests to clone Git repo or download it
  • Change: bookmarks render on minimap, while custom attribs (Editor.attr) do not render

New in CudaText 1.73.0.0 (Jan 30, 2019)

  • Add: preinstalled plugin "Sort"
  • Add: added toolbar sub-menu with "Change case" actions
  • Add: added toolbar sub-menu with "Comment/Uncomment" actions
  • Add: added toolbar sub-menu with "Sort" actions
  • Add: speedup rendering when lot of color-attributes (Editor.attr) added
  • Change: history file now stores percent sizes of groups, not pixel sizes (sizes history will reset one time)
  • Fix: autocompletion: disabled auto-show inside comments/strings; other issues
  • Fix: all installed plugins (400+ command items) gave misfunction
  • Fix: clicking tab on inactive group must focus it
  • Fix: rare crash on dragging scrollbar (Windows)
  • Add: lexer JavaScript improved: BigInt, underscore in numbers
  • Add: lexer Markdown improved: speedup
  • Add: lexer reStructuredText improved: many fixes
  • Add: lexer C++ improved: support ## in ident name

New in CudaText 1.72.0.0 (Jan 22, 2019)

  • Add: command "folding: fold block at current line" allows caret inside all block lines (not only block start)
  • Add: option "find_show_extract", allows to hide Extract button
  • Add: API (gaps improved)
  • Change: deleted 3 commands "folding: fold range....", because they were duplicated by commands "folding: fold block...."
  • Fix: caret pos after commands "scroll line up/down" was wrong sometimes
  • Fix: trying to fix Linux/Mac issue when caret stops blinking sometimes
  • Change: lexer removed to addons: C#
  • Change: lexer removed to addons: Perl
  • Change: lexer removed to addons: Tcl
  • Change: lexer removed to addons: Haskell
  • Change: lexer removed to addons: Apache config
  • Change: lexer removed to addons: Delphi resources
  • Add: lexer Python improved: fix numbers with "_"
  • Add: lexer Bash improved: highlight keywords in separate style; highlight func names, "-params"; highlight half of symbols in new style
  • Add: lexer Ruby improved: disabled regex rule (temporary?); fixed heredoc rule; highlight "par:" and ":par"; highlight octals/decimals; highlight more std funcs
  • Add: lexer C# improved: highlight modifiers in separate style; add 'await'/'async'
  • Add: lexers C, C++ fixed

New in CudaText 1.70.0 (Jan 1, 2019)

  • + add: smooth per-pixel scrolling in editor; it can be disabled by option "smooth_scroll"
  • + add: option "undo_persistent" (disabled by default), which allows to keep Undo/Redo data in files, in .cudatext folder near original file
  • + add: dialog Go To supports "+" at end of text to select to entered position (like SynWrite "Extend selection")
  • + add: on saving file in 1-byte encoding, app checks that Unicode text can be converted to this encoding, and if it cannot, app saves file in UTF-8
  • + add: tooltips for UI tabs buttons (x, +, <, >, v)
  • + add: Console panel highlights special lines (>>> and Python errors)
  • + add: Console panel shows result of entered expressions (even without "=" prefix)
  • + add: Output and Validate panels have context menu
  • + add: option "ui_tab_show_x" has additional value (show "x" for mouse-over and active tabs)
  • + add: commands "focus group 1...6"
  • + add: menu items "Toggle statusbar"/"Toggle sidebar"/"Toggle toolbar" now save option to user.json
  • * change: changed default value of option "pylib__linux" to "libpython3.so"
  • - fix: Windows: flickering on start if window was maximized
  • + add: lexer JavaScript improved:
  • + show anonymous functions (...)=>{...} in code tree
  • + highlight true/false/null/this/undefined in new color
  • + highlight func/class names in new color
  • + highlight HTML tags (needed for CSS-in-JS syntax)
  • + add: lexer Python improved: highlight func/class names
  • + add: lexer Assembly improved: highlight more word groups, fix folding
  • - fix: lexer Ruby
  • - fix: lexer Bash

New in CudaText 1.68.0.0 (Dec 16, 2018)

  • Add: option "ui_tab_variable_width", can set variable width tabs
  • Add: option "ui_tab_size_x_max"
  • Add: option "ui_tab_show_x_size"
  • Add: too long UI tab captions are now truncated in the middle, by "…" char
  • Add: Linux: selection is auto-copied to OS Primary Selection (for max line count ~200). So plugin "Auto Copy to Clipboard" is almost not needed (it can copy to usual clipboard though).
  • Add: can continue column selection after multi-carets. After column selection made, then Shift+Right used (it converted column block to multi-carets), you can continue column selection by Shift+Alt+Down
  • Add: plugin Multi Installer skips more error messages (about incompatible OS, API)
  • Add: command "Close and delete file" also works in picture viewer and binary/hex viewer
  • Change: removed menu items "Help - Mouse usage", "Help - Lexers"
  • Fix: most of app hotkeys didn't work in picture viewer (e.g. F1, Ctrl+Tab)
  • Fix: Windows: dialog positions on 2 monitors configuration
  • Fix: macOS: Ctrl+click didn't call context menu in all places
  • Fix: macOS: minimap didn't paint

New in CudaText 1.66.0.0 (Nov 15, 2018)

  • Add: statusbar have tooltips
  • Add: dialog "Go to": can enter absolute decimal offset (d1000) or hex offset (xFF00)
  • Add: dialog "Go to": title shows detailed hint
  • Add: deepest block staple, containing first caret, is highlighted (like VS Code)
  • Change: removed 5 unprinted_ options ("unprinted_spaces", "unprinted_spaces_trailing", "unprinted_ends", "unprinted_end_details", "unprinted_end_arrow")
  • Add: single option instead of deleted ones: "unprinted_content", and it has new sub-option to show unprinted spaces/tabs only at begin/end of lines
  • Add: option "wrap_mode" has new possible value "wrap at minimum of window edge / margin" (like VS Code)
  • Add: if many zip files opened via "File - Open file", they install silently, reported only count of zip files
  • Add: for horizontal scrollbar, app adds 4 spaces after longest line (before: was 1, VS Code has 5)
  • Add: assigned hotkeys Shift+Enter, Shift+BkSp (same as Enter, BkSp)
  • Add: checking/warning for outdated files/dirs of CudaText, which should be removed by user
  • Change: end-of-line marks changed to "LF", "CRLF", "CR"
  • Change: encoding names "cpNNNN" changed to lower case
  • Change: removed option "newdoc_eol", instead added option "newdoc_ends" with new possible value Auto
  • Change: removed encoding aliases "ANSI", "OEM", now app uses/shows direct names only
  • Change: removed 2 commands for "ANSI" encoding alias
  • Change: removed option "unprinted_end_dot_scale"
  • Change: removed option "ui_statusbar_tabsize"
  • Change: separate config file "plugin groups.json" not used, instead used section "plugin_groups" in user.json
  • Change: separate config file "filetypes.json" not used, instead used sections "detect"/"detect_line" in user.json
  • Change: plugin Multi Installer: removed options to make menu groups
  • Fix: plugin Show Unsaved Changes failed on Rus text in "ANSI" encoding (one of reasons to remove aliases)
  • Fix: command "Invert selection" gave redundant carets at text begin/end

New in CudaText 1.65.0.0 (Nov 3, 2018)

  • Add: option "saving_trim_final_empty" - delete redundant final empty lines
  • Add: command "show+focus bottom panel / console"; default hotkey Ctrl+` was assigned to this command
  • Add: command "show+focus bottom panel / output"
  • Add: command "show+focus bottom panel / validate"
  • Fix: mass replace command has 2 stages, but stage-2 didn't show progress and couldn't be stopped
  • Fix: lexer HTML: disabled CSS highlight in attribute style="" because it gave problems

New in CudaText 1.64.2.0 (Oct 24, 2018)

  • Add: new options for caret shape: "caret_view", "caret_view_ovr", "caret_view_ro"
  • Add: caret shape(s) can have height bigger than full cell, e.g. 140%
  • Change: deleted options "caret_shape", "caret_shape_ovr", "caret_shape_ro"
  • Add: improved lexer Markdown (highlighted math blocks, table chars; fixed definition lists)

New in CudaText 1.64.0.0 (Oct 18, 2018)

  • Add:
  • File-types config allows to detect lexer by first line of text. See details in the wiki.
  • Option "ui_listbox_centered", allows to place menu dialogs (e.g. Command Palette) on screen center
  • Option "ui_console_compact", allows narrow layout of bottom panels
  • Improved auto-closing of brackets, it works if next char is one of ;:.,=>
  • App detects missed elements in old color themes, and shows it in console, on loading theme
  • Dialog "Go to" ignores letter chars
  • Command "settings: font size: bigger"
  • Command "settings: font size: smaller"
  • Lexer Markdown improved (<kbd> content highlighted, fixed rule for strikeout text)
  • Change:
  • Deleted deprecated command "Restore lexer styles"; you can delete old "settings/lexer styles backup.ini"
  • Deleted option "log_debug"
  • Deleted option "ui_float_groups_in_taskbar"
  • Deleted option "comment_full

New in CudaText 1.63.0.0 (Oct 3, 2018)

  • Add: option "ui_auto_save_session", allows closing without questions, like in Sublime Text
  • Add: option "lexer_postpone_until_shown", it makes much faster app start with lot of files from session
  • Add: more system libs are placed to subfolder "py/sys"
  • Change: folder "py/requests" was moved to "py/sys", so delete this old copy: "py/requests"
  • Change: lexers Go, YAML removed to add-ons
  • Fix: painting gutter decoration on wrapped line
  • Fix: with complex multi-selections (from Invert Selection), Delete command could brake text (now text is Ok, only carets pos need fixing)

New in CudaText 1.62.0.0 (Sep 26, 2018)

  • Add: new files "settings/*.cuda-lexops" - lexer properties, which user can change in "Lexer Props" dialog; they auto-save on OK press in Lexer Props, and auto-restore on app start
  • Add: now it's not needed to use "Restore lexer styles" command (it was temp helper); command will be removed soon; and file "settings/lexer styles backup.ini" not updated now
  • Add: Multi Installer: options "Make menu group 'nnn'" (make groups in Plugins menu)
  • Change: dialog "Lexer Properties": some fields (lexer name, commenting) made read-only
  • Change: dialog "Lexer Properties": removed "Style type" option

New in CudaText 1.61.0.0 (Sep 9, 2018)

  • Add: API to show decorations on gutter (will be used in Brackets Hilite plugin)
  • Add: Addon Manager: new versioning system. Before: only plugins versions are saved, to v.inf files. Now: all add-ons versions are saved to a single file, settings/packages.ini. Old versions (v.inf) still show in the Update dialog.

New in CudaText 1.60.5.0 (Sep 1, 2018)

  • Add: option "ui_tab_recent_on_close"
  • Add: bind Shift+Alt+click to vertical selection (from first caret to clicked pos)
  • Add: updated Multi Installer (suggest SQL, suggest more addons for HTML/CSS/JS/PHP)
  • Add: API (to modify tab context menu)
  • Change: renamed file "py/cudax_lib/__init__.py" to "py/cudax_lib.py"; please delete old folder (py/cudax_lib)

New in CudaText 1.60.0.0 (Aug 27, 2018)

  • Add: ability to group Plugins menu: see Wiki help topic "Plugin groups config"
  • Add: preinstalled plugin Multi Installer (by Artem Gavrilov). It allows to quickly install bunch of add-ons for popular languages (HTML/CSS/JS/XML/Python etc). It is also auto-called on clean app installation (when "settings/history.json" not exists).
  • Add: improved lexer JavaScript (Code Tree made correct for anonym functions)
  • Add: improved lexer CSS (fix coloring of properties)
  • Add: improved TutorialLexer4, added "Advice for C-like lexers"

New in CudaText 1.59.2.0 (Aug 22, 2018)

  • Add: Code Tree filter: save filter (with dropdown list) to session
  • Add: theme color "treeview, selected BG, not focused"; allows to see if Code Tree focused
  • Change: deleted option "lexer_line_separators"
  • Fix: on opening session, closing all tabs with confirmation was not correct
  • Fix: API for tab groups

New in CudaText 1.59.0.0 (Aug 19, 2018)

  • Add: detection of UTF16 LE/BE without BOM
  • Add: grouping modes "6 vert" and "6 horz"
  • Add: Code Tree filter: each tab has its own filter text (initially empty)
  • Add: Code Tree filter: input is combobox now; use Enter to add current text to dropdown
  • Add: tab context menu items: "Copy filename only", "Copy filepath only", "Copy full filepath"
  • Add: Project Manager option "Open files by double-click"
  • Add: improved lexer HTML: highlight <tag style="..."> content with CSS lexer
  • Add: improved lexer Markdown: highlight {++add++}, {--del--}, {~~edit~~}
  • Add: command "code tree: clear filter"
  • Add: command "code tree: focus filter"
  • Add: command "code tree: focus treeview"
  • Add: command "ui: hide bottom panel"
  • Add: on folding a range, caret(s) pos is corrected if it was inside that range
  • Fix: lexer Python: wrong highlighted strings like r''
  • Fix: CSS autocompletion inside <tag style="..."> didn't work with multiline string

New in CudaText 1.58.2.0 (Aug 11, 2018)

  • Add: Code Tree has additional filter field
  • Add: option "ui_tree_filter_layout"
  • Add: more Unicode "white space" characters are shown in hex form
  • Add: find/replace with regular expressions: "w" supports all Unicode word letters
  • Add: API
  • Add: command line parameter -nh (no history)
  • Add: command line parameter -z (open in viewer)
  • Add: command "code tree: go to block for current node"
  • Add: command "code tree: go to block for current node, and select"
  • Add: on file opening, syntax colored text appears faster
  • Add: on deleting lexer, its files .acp and .cuda-lexmap are also deleted
  • Add: Project Manager option "Use 'preview tab' on item clicking"
  • Add: Addon Manager now deletes most of its temporary files (please delete old folders cudatext_NNNNN in temp dir)
  • Add: option "centering_width" now has effect only with "One group" mode
  • Change: option "ui_statusbar_tabsize" changed its default, now it supports app translation
  • Change: action "Set tab color" saves its settings not to user.json (please cleanup your user.json from *palette* keys)
  • Change: command line parameters: long keys variants are removed, only short ones left
  • Change: option "newdoc_eol" now affects Windows only (it's "Unix EOL" on Unix)
  • Change: deleted option "ui_statusbar_wrap"
  • Change: deleted option "ui_tree_show_lines"
  • Change: deleted option "ui_tree_cache"
  • Fix: minor UI fixes
  • Fix: Unix: support Python 3.7
  • Fix: Windows: support UNC filenames with "single instance"
  • Fix: lexer JSON (string rule)
  • Fix: group-mode commands *vert/*horz were swapped, if Config Menu plugin was used; you need to correct menu config for plugin

New in CudaText 1.57.0.0 (Jun 25, 2018)

  • add: preinstall plugin Options Editor (by @kvichans). And it can be updated in AddonManager as usual.
  • add: improve lexer JSON (different color for string before ":")
  • add: improve lexer Pascal (code tree for nested class of 1 level)
  • add: improve lexer Assembly (hilite labels, show labels in Code Tree, hilite dec/binary numbers with suffix)

New in CudaText 1.56.4.0 (Jun 12, 2018)

  • Add: improved plugin "Insert Time": added command "Insert in default format", and command "Config" in "Options / Settings-plugins"
  • Add: API

New in CudaText 1.56.3.0 (Jun 9, 2018)

  • Add: improved plugin "Insert Time": added command "Insert in default format", and command "Config" in "Options / Settings-plugins"
  • Add: API

New in CudaText 1.56.0.0 (Jun 5, 2018)

  • Add: option "autocomplete_html_lexers"
  • Add: option "autocomplete_css_lexers"
  • Add: add-ons can require other add-on(s) via install.inf file
  • Fix: HTML auto-completion must work in PHP files
  • Fix: HTML and PHP snippets were not adjusted for new PHP/PHP_ lexers
  • Fix: with "ui_one_instance":true, cannot open folder from 2nd instance (fixes by @vhanla, @fwhcat)
  • Fix: after "trim spaces" actions, must fix caret pos, if after line ends

New in CudaText 1.55.1.0 (May 28, 2018)

  • Fix: app window position was forced to first monitor
  • Fix: app taskbar button was always on first monitor
  • Fix: position of auto-complete listbox sometimes not ok

New in CudaText 1.55.0.0 (May 23, 2018)

  • add: floating tab groups 1/2/3. Now you can put tabs to 2nd monitor. To move tab to floating groups, in tab's context menu call "Move tab to group - Floating 1/2/3".
  • add: option "ui_float_groups_in_taskbar"
  • add: hotkey for "Command palette" set to famous Ctrl+Shift+P (second hotkey is F1)
  • change: renamed menu item "Help - Commands" to "Help - Command palette"
  • change: changed default of options "minimap_tooltip_show" and "fold_tooltip_show" to false
  • fix: minimap rendering for PHP
  • fix: lexers HTML, PHP (rule for &#nnnn;)
  • fix: lexer Markdown (rule for header)
  • add: side panel and bottom panel can be floating (undocked):
  • menu item "View - Toggle floating side panel"
  • menu item "View - Toggle floating bottom panel"
  • command "toggle floating side panel"
  • command "toggle floating bottom panel"

New in CudaText 1.54.0.0 (May 21, 2018)

  • announce:
  • new plugin CudaTree with sub-plugins, TreeHelpers.
  • Most useful TreeHelpers: for Markdown, for PHP.
  • add:
  • API
  • change:
  • lexer PHP code tree simplified (hidden $vars, HTML tags, JS items)
  • fix
  • highlighting error in "lite lexers"
  • issue when pasting block w/o EOL, at empty line

New in CudaText 1.53.0.0 (May 11, 2018)

  • Add: can specify different fonts for italic / bold / bold+italic font-styles:
  • Option "font_name_i"
  • Option "font_name_b"
  • Option "font_name_bi"
  • Option "font_size_i"
  • Option "font_size_b"
  • Option "font_size_bi"
  • Add: option "autocomplete_up_down_at_edge"
  • Add: option "find_suggest_in_selection"
  • Add: command "toggle window always on top"
  • Change: changed default of "font_ligatures" to true
  • Change: deleted option "spacing_x"
  • Change: deleted commands "show side panel: tabs list / project" (doable via plugin actions)

New in CudaText 1.52.0.0 (May 7, 2018)

  • Add: implemented editor tooltips over [...] folded marks
  • Add: option "fold_tooltip_show"
  • Add: option "ui_sidebar_on_right"
  • Add: UI-theme "white"
  • Add: lexer PowerShell improved
  • Add: command "show side panel, project"
  • Add: command "show side panel, tabs list"
  • Fix: command "show side panel, code tree"
  • Fix: TabsList plugin made "ghost panels" which overlap Code Tree

New in CudaText 1.51.2.0 (May 2, 2018)

  • Add: added lexer PHP - to support PHP linters, and PHP file type icons. It is cloned from HTML lexer, with micro changes.
  • Add: lexer VBScript: improved folding

New in CudaText 1.51.0.0 (Apr 29, 2018)

  • Add: lite-lexers speed increased on very long lines
  • Add: file tab captions show folder specifier, if they have same file name (e.g. 2 tabs with index.js will show as "index.js - dir1", "index.js - dir2")
  • Add: AddonManager: menu item "Download: show links" (to paste to download manager)
  • Add: command "Scroll to begin"
  • Add: command "Scroll to end"
  • Add: command "Scroll page up"
  • Add: command "Scroll page down"
  • Add: Find/Replace dialog:
  • Input fields are auto-sized
  • Separate dialog is resizable
  • Buttons have minimal width (for small screens)
  • Option "find_show_select_all"
  • Option "find_show_mark_all"

New in CudaText 1.50.0.0 (Apr 19, 2018)

  • add: dialog "File is maybe not text" gives additional buttons: viewer text mode, viewer unicode mode
  • add: option "ui_tab_disabled", to disable tabs (except first tab)
  • add: lexer Python: support for continuation char inside strings
  • add: restored deleted unicode options:
  • "unicode_proportional" (was "font_width", int, now boolean),
  • "unicode_wide_allowed",
  • "unicode_full_width"

New in CudaText 1.49.0.0 (Apr 11, 2018)

  • Add: detection of letter chars improved, now should work for all international alphabets
  • Add: command "Options / Settings - default/user", to open 2 configs
  • Add: config "default.json" opens as read-only
  • Change: menu item "Groups" renamed to "=" and moved on top menu level
  • Change: changed console output: now output is buffered, and result is flushed to UI control when app is idle
  • Deleted option "font_width"
  • Deleted option "unicode_wide_allowed"
  • Deleted option "unicode_full_width"

New in CudaText 1.47.5.0 (Mar 31, 2018)

  • add: API, support for plugin Terminal
  • add: improved auto-closing bracket: now when you type ")" after "(", closing bracket not duplicated (like PyCharm)
  • add: options "log_console", "log_debug"
  • add: option "unicode_full_width"
  • change: renamed option "allow_wide_chars" to "unicode_wide_allowed"

New in CudaText 1.46.0.0 (Mar 19, 2018)

  • Change: dialog "Go to" simplified, now it's simple modal form, like Commands dialog
  • Fix: with session reopened, if single file opened from shell, it wasn't activated
  • Fix: "restore lexer styles" didn't work

New in CudaText 1.43.0.2 (Feb 27, 2018)

  • Add: plugins can force show sidebar button, even if they don't run on start. New section in install.inf: [sidebar1] .. [sidebar3]. Used in plugins: ProjectManager, TabsList, FTP.
  • Add: option "ui_toolbar_theme", with default theme
  • Add: add-on type "toolbar theme", which installs icon set(s) for new option
  • Add: improve look of "Go to bookmark" dialog
  • Fix: scroll pos didn't restore for inactive tabs (e.g. in session)

New in CudaText 1.39.0.0 (Feb 8, 2018)

  • add: API
  • fix: horz scrollbar incorrect on long lines (>window size)
  • fix: "More carets" commands didn't consider tab-chars
  • fix: "Check for updates" in x32 version

New in CudaText 1.38.3.0 (Feb 8, 2018)

  • add: option "indent_size" allows value 0: use indent from options "tab_size", "tab_spaces"
  • add: API
  • minor fixes

New in CudaText 1.38.0.0 Beta (Jan 22, 2018)

  • add: API to show floating tooltips (new plugin "HTML Tooltips")
  • add: show "zero-width space" as other unprinted chars

New in CudaText 1.35.0.0 (Jan 18, 2018)

  • add: auto-completion listbox in HTML allows multi-carets (like Sublime does)
  • add: on macOS, some features use Command-key instead of Ctrl-key: Ctrl+click; Ctrl+(double click); Ctrl with drag-drop of text
  • add: API
  • * change: option "lexer_dynamic_hilite" turned off by default (problems with option on macOS; slows down)
  • fix: Find dialog: Shift key runs search

New in CudaText 1.34.2.0 (Jan 16, 2018)

  • Add: on macOS, some features use Command-key instead of Ctrl-key: Ctrl+click; Ctrl+(double click); Ctrl with drag-drop of text
  • API
  • Fix: Find dialog: Shift key runs search

New in CudaText 1.34.0.0 (Jan 13, 2018)

  • add: many optimizations in core for scrolling speed on huge lines (4M chars)
  • add: Ctrl+(double click) now selects additional word
  • add: command "Selection - Expand selection to word" (like in many editors)
  • add: option "allow_wide_chars"
  • add: commands "find current word/sel next/prev": they select current word before search
  • change: option "find_hotkey_find_next" is now hotkey, which is independant from focused input; its value "Enter" is ignored, other value works. "Enter" is now hardcoded hotkey.
  • fix: cannot find string with trailing EOL (multi-line input)

New in CudaText 1.32.0.0 (Jan 2, 2018)

  • add: deleting of huge block (w/o undo) is instant now (before it was n seconds)
  • add: code-tree has horiz scrollbar
  • add: statusbar menu for tab-size: added sizes 3, 5, 6, 7
  • add: Project Manager variables for ExtTools plugin: {ProjMainFileNameOnly}, {ProjMainFileNameNoExt}
  • add: API for statusbar
  • fix: Windows high-DPI wrong scaling of plugin dlgs
  • fixes

New in CudaText 1.31.0.0 (Dec 19, 2017)

  • add: option "ui_non_text" has additional values, to auto open binary files in binary/hex modes
  • add: binary viewer uses "middle dot" unicode char
  • add: binary files save to sessions
  • add: lexer Perl reworked (hilite multiline comments, fix funcs in code-tree)
  • fix: if disk file is read-only, then normal, app must not reopen it r/o

New in CudaText 1.30.0.0 (Dec 15, 2017)

  • Add: binary viewer. It is called when non-text file is opened, with additional prompt. File size for binary viewer can be any.
  • Add: dialog "Go to" works with binary viewer: can enter percents with "%" char, or hex offset
  • Add: dialog "Go to" for editor: can enter percents with "%" char
  • Add: prompts "file is not text", "file is too big" changed to one dialog (to allow binary view)
  • Add: option "viewer_binary_width"
  • Fix: lexer C# code-tree for generic func

New in CudaText 1.28.2.0 (Dec 10, 2017)

  • fix: major bugfix, crash on paste command (in 1.28.0)
  • fix: files weren't added to recents on app closing
  • add: if deleting too big block (bigger than option "undo_limit"), do it fast w/o undo

New in CudaText 1.28.0.0 (Dec 10, 2017)

  • optimized memory usage on big files. E.g. Windows x32 version with 100M log: mem usage was 900M, now 720M.
  • add: support mouse wheel horizontal scrolling
  • change: lexer SCSS removed to add-ons
  • change: lexer LESS removed to add-ons
  • change: lexer "SynWrite acp files" removed to add-ons
  • change: lexer "SynWrite snippets" removed to add-ons

New in CudaText 1.27.0.0 (Dec 4, 2017)

  • Add: Lite lexers - for huge files, e.g. 800Mb XML file. Currently added 2 lite lexers with suffix ^: "XML ^", "JSON ^". Lite lexers don't support code-tree, folding, rich hiliting; but they work very fast on any file size (with average line length).
  • Add: for too big files (option exists already) now lite lexers are detected
  • Fix: wrong column selection, if tab-chars at line start

New in CudaText 1.25.0.0 (Nov 26, 2017)

  • add: option "ui_tab_multiline" - enable multi-line tabs
  • add: option "ui_max_lines_codetree" (default 8K lines) - disable code-tree for too big files
  • add: show console log, when session or project loads/saves
  • change: lexer JSON: code-tree simplified (was slow on big files)
  • fix: issue with last session, if "ui_reopen_session":false
  • fix: Linux copy-to-clipboard could append zero char
  • fix: option "autocomplete_autoshow_chars" must ignore numbers
  • fix: some groups-related commands

New in CudaText 1.24.3.0 (Nov 18, 2017)

  • fix: wrong scaling of few dialogs on Win10 high-dpi
  • fix: if same file opened again, its tab wasn't activated
  • fix: bug in 1.24.1, session's first loaded tab not parsed
  • fix: major bug, code-tree didn't update on editing file
  • added: option "ui_tree_cache"
  • added: API

New in CudaText 1.24.0.0 (Nov 15, 2017)

  • added: non-RegEx search engine is rewritten. It now finds text in big (10Mb+) files 10-15 times faster. RegEx search is still slow, it builds string buffer from entire file.
  • added: lexer Bash: reworked to hilite ${complex vars} and `complex backtick commands`, now don't hilite "echo" command
  • added: lexer Pascal: support keyword "operator" (hilite, show in code tree)
  • change: Find dialog: Select-all don't join adjacent selections to bigger selection
  • change: Find dialog: disable option "words" for multi-line input

New in CudaText 1.23.5.0 (Nov 2, 2017)

  • Added: option "ui_tab_angled" (bool value), improved painting of angled tabs
  • Removed: option "ui_tab_angle" (int value)
  • Added: menu item "View - Toggle always on top"
  • API
  • Lexer SQL: removed code tree support

New in CudaText 1.23.0.0 (Oct 22, 2017)

  • ProjectManager: single click opens file in the preview tab (italic caption), like in Sublime
  • added: option "ui_tab_preview_font_style"
  • API for preview tab

New in CudaText 1.22.4.0 (Oct 18, 2017)

  • added: option "ui_tab_position": can place tabs on top/bottom/left/right
  • deleted option "ui_tab_bottom"
  • ask "file changed outside. reload?" also if file undo history is not empty
  • show "changed N lines" status after few commands (e.g. trim spaces)

New in CudaText 1.22.0.0 (Oct 8, 2017)

  • Added: option "ui_tab_flat" (tabs look like in new Sublime)
  • Added: caching of Code Tree content, so much faster switch betweeen tabs
  • Added: UI theme color "tabs, flat, focus mark"
  • Fixed: commands "go to screen top/bottom/center" must work ok on long wrapped lines

New in CudaText 1.21.0.0 (Oct 4, 2017)

  • added submenu "Options / Settings-plugins", so plugins can put config commands here, instead of "Plugins". Two standard plugins (Tabs List, Comments) use this menu. http://wiki.freepascal.org/CudaText#Plugins
  • API for "Vim Mode" plugin
  • added commands: "go to line absolute begin/end (+select)" (keys Home/End consider spaces)
  • added commands: "go to word end (+select)" - like in Vim
  • added commands: "go to word next/prev, simple (+select)" - do alternate word jumps like in Vim

New in CudaText 1.20.0.0 (Oct 4, 2017)

  • reworked UI tabs: added option "ui_tab_button_layout"
  • option "ui_reload_unsaved_confirm"
  • fix: painting on resize
  • fix: ProjectManager using of old api

New in CudaText 1.19.2.0 (Sep 18, 2017)

  • main toolbar is now wrappable
  • UI tabs: added scroll arrows (left side) for lot of tabs
  • UI tabs: don't paint angled tabs (slow) if tab count>10
  • added theme color "tabs, special marks"
  • change theme "sub": side panel made dark

New in CudaText 1.19.0.0 (Sep 18, 2017)

  • colored underlines for HTML's rgb(), for ex rgba(200, 200, 0, .4)
  • support no-break-space U+00A0: in show unprinted, in go-to-next-word
  • replace with reg.ex.: support change case (modifiers U L) for Unicode
  • option "ui_tree_show_tooltips" (turn off, if tooltips are irritating)
  • option "mouse_click_number_selects_eol"
  • improved lexer JS (reg-ex hiliting)
  • improved lexer LESS (numbers hiliting)
  • ProjectManager: commands "Go to main file", "Open main file"
  • ProjectManager: don't allow duplicate items
  • fix: fold-marks didn't render on folded lines
  • fix: must handle file creation error for command line
  • fix: command "go to last editing pos"

New in CudaText 1.18.0.0 (Sep 18, 2017)

  • preinstalled plugin "Show Unsaved Changes" (command like in ST3)
  • Project Manager: allow drag-drop folder on CudaText - add folder to project
  • dialog "Go to": can enter line:column
  • code tree: context menu item "Sorted"
  • API for dialog "Go to"
  • API to embed editor-control to dialogs

New in CudaText 1.17.0.0 (Sep 8, 2017)

  • API to shade text (used in plugin Focus Mode)
  • Project Manager: added commands "Add current file", "Add all opened files"
  • Lexer Bash: hilite varname before "=", don't hilite keyword after "."
  • Fixed: high-dpi in ProjManager and bottom panels
  • Fixed: initial dir of save-dialogs for untitled tabs
  • Fixed: wrong saved keys.json if "overwrite duplicate hotkey" was used with plugins
  • Fixed: code-tree lost vert scrollbar

New in CudaText 1.16.2.0 (Sep 4, 2017)

  • API to shade text (used in plugin Focus Mode)
  • Project Manager: added commands "Add current file", "Add all opened files"
  • lexer Bash: hilite varname before "=", don't hilite keyword after "."
  • fixed: high-dpi in ProjManager and bottom panels
  • fixed: initial dir of save-dialogs for untitled tabs
  • fixed: wrong saved keys.json if "overwrite duplicate hotkey" was used with plugins
  • fixed: code-tree lost vert scrollbar

New in CudaText 1.16.0.0 (Aug 28, 2017)

  • save-as untitled tab: suggest first free filename: new.txt, new1.txt, new2.txt... (like SynWrite)
  • reworked confirmation for duplicate hotkeys in Hotkey dialog (ask to overwrite inside this dialog)
  • mouse column selection: used "cross" cursor (like TextMate)
  • in single line inputs, make right edge of text near the edge of control (like Windows)
  • option "copy_column_aligned_by_spaces"
  • Addon Manager: don't allow to remove standard plugins
  • Addon Manager: cache addon filelists for 10 minutes
  • dialog "Lexer library" reworked, used normal buttons on top, added button Hide/Show instead of checkmarks
  • fixed: Project Manager "Show panel" command
  • fixed: checkmarks in View/Groups menu
  • fixed: column selection by mouse: "caret_after_end":false must not break column
  • fixed: problem with ":line" in command line and single instance

New in CudaText 1.15.0.0 (Aug 12, 2017)

  • Option "centering_width"
  • Option "centering_for_distraction_free"
  • Option "ruler_numeration"
  • Command "go to screen center"
  • Command "force final end-of-line"
  • Addon Manager: suggests to install several addons, one after another
  • Addon Manager: install-command splitted to: a) Install - items w/o installed ones, b) Re-install - already installed items
  • Removed option "ruler_from_1"
  • Fixed option "indent_makes_whole_line_sel"

New in CudaText 1.14.5.0 (Aug 12, 2017)

  • Exer-specific config + lexer-specific hotkeys config are supported for none-lexer ("lexer -.json", "keys lexer -.json")
  • Lexer analysis for big files (>100K, option) is delayed now. Syntax analysis starts only after user ends typing text, and pause passed. Much faster on big files.
  • Big optimizations for loading big files (>5Mb); e.g. 280 Mb log loaded before: 22sec, now: 7sec.
  • Option "lexer_delayed_parsing_size"
  • Option "lexer_delayed_parsing_pause"
  • Option "ui_tab_new_near_current"
  • Option "ruler_from_1"
  • Option "unprinted_spaces_trailing"
  • Option "indent_kind" has value "by spaces up to opening bracket" (like in ST3)
  • Option "indent_makes_whole_line_sel"
  • Option "autocomplete_trigger_chars" (like in ST3)
  • Option "ui_statusbar_panels" has item for wrap-mode panel (default is hidden)
  • Option "ui_statusbar_wrap"
  • Option "wrap_enabled_max_lines", ie disabled word-wrap for huge files (>60K lines) to speedup
  • Menu item "View - Toggle micromap"
  • Menu item "View - Toggle unprinted chars - Spaces/tabs trailing only"
  • Command "toggle word wrap mode (off/window/margin)"
  • Addon Manager: "Install from Github" saves version like "github 2016.10.20"
  • Saving file error shows Retry/Cancel message (was OK only)
  • Removed option "autocomplete_autoshow_lexers" (use lexer-specific configs instead)
  • Lexers:
  • Added syntax-theme color for php-tag (<?php ?>)
  • Added hilite of php-tag in lexers: HTML, CSS, JS
  • Added hilite of standard color names in CSS
  • Changed link chain of lexers. Was before: PHP includes HTML, HTML includes CSS/JS, CSS/JS includes nothing. Now: HTML includes PHP/CSS/JS, CSS/JS includes PHP, PHP includes nothing. File type *.php is now handled by HTML lexer.
  • Fixes:
  • Fixed case-insensitive search in menu dialogs for non-En chars
  • Fixed non-working plugin hotkeys after any plugin installing
  • Fixed parasite scrolling if file was closed not on top
  • Fixes in JSON, Pascal lexers

New in CudaText 1.13.1.0 (Aug 12, 2017)

  • Reworked part of syntax hilite code, and fixed old 2 bugs of incorrect selection(s) rendering
  • Added commands "column select without key modifier: on/off"; when mode turned on: a) mouse drag makes column selection, b) Shift+arrows make column selection
  • Added statusbar field, for above mode (shows "-" for normal mode, "||" for column mode)
  • Console: context menu item "toggle word wrap"
  • Option "ui_console_wrap"
  • Improved C++ lexer (fixed detect funcs for tree, updated keywords)
  • Project Manager: reaction to Enter key; option 'Open file after Go To File command'

New in CudaText 1.12.0.0 (Jun 28, 2017)

  • supported addons "filetypeicons" for Project Manager, e.g. "VSCode Material 24x24"
  • Project Manager: option "Icons theme"
  • Addon Manager: integrated function of "Install from Github" plugin
  • Insert Time plugin rewritten, it has several date formats and config file
  • commands dialog: focus last chosen item
  • commands "scroll line up/down" keep caret on screen after scroll
  • commands "go to screen top/bottom"
  • find/replace: auto turn on multi-line, on Ctrl+Enter press

New in CudaText 1.11.0.0 (Jun 23, 2017)

  • new main icon
  • Project Manager: file type icons (from VSCode program)
  • Project Manager: expand "." to full dir name
  • focused input (in find/replace/goto/console) has its border highlighted
  • option "ui_active_border"
  • options "find_hotkey_*" for hotkeys in find/replace dialog
  • find/replace: hotkey Enter on focused replace-box: runs "Replace next" and keeps focus
  • find/replace: set hotkey for "Find first" to Alt+Enter
  • find/replace: changed hotkey for "Replace next" to Alt+Z, "Replace without find next" to Ctrl+Alt+Z
  • find/replace: changed hotkeys Alt+5/Alt+6/Alt+7 to Alt+O/Alt+E/Alt+K
  • changed icons of toolbar
  • removed option "log_dialogs"
  • Windows: one more fix to show prev instance with ui_one_instance

New in CudaText 1.10.0.2 (Jun 19, 2017)

  • preinstalled plugin Tabs List
  • Project Manager: read only toplevel dirs from disk, and read other dirs only on unfolding them in treeview
  • Project Manager: added toolbar
  • api
  • finder: don't put backward selection on find-backward
  • lexer help file converted from CHM format to ODT
  • fix: loosing editor focus on Linux

New in CudaText 1.9.3.0 (Jun 5, 2017)

  • Preinstalled Project Manager plugin
  • Can open folder names from command line, e.g. "cudatext ." like Atom/Sublime can do
  • Menuitem "File - Open folder", it calls Project Manager
  • Menuitem "Help - Check for updates", it calls Addon Manager
  • Api

New in CudaText 1.9.1.0 (May 25, 2017)

  • Finder: replace-all made much faster (note: when confirmation is on, you will see unchanged text, it will replace later)
  • Finder: count-all must find w/o overlaps (non-regex mode)
  • Api

New in CudaText 1.9.0.0 (May 22, 2017)

  • distraction-free mode
  • added option "ui_fullscreen" with new values
  • removed option "ui_fullscreen_hide"
  • option "margin" changed default to 2000 (ie, hide)
  • fixed: Win10 old issue when 2nd app instance cannot popup to front
  • api

New in CudaText 1.8.6.0 (May 15, 2017)

  • fixes for Windows high-dpi (dialogs, toolbar btns, folding icons)
  • api

New in CudaText 1.8.5.0 (May 7, 2017)

  • fixed for Windows high dpi (scale more UI items)
  • fix slow scrolling with minimap shown
  • option ui_tree_theme
  • command "place bookmarks on carets"
  • replace-all: show elapsed time in sec.

New in CudaText 1.8.3.0 (May 2, 2017)

  • api (reworked dlg_proc)
  • Addon Manager: plugin Updater (like SynWrite)
  • Addon Manager: used new channels url
  • Windows: support font ligatures (font Fira Code, only if caret not on line)
  • option font_ligatures
  • dlg Find: must show on top of CudaText dialogs
  • toolbar: add buttons Indent, Unindent

New in CudaText 1.8.1.0 (May 2, 2017)

  • api (dlg_proc) for powerful dialogs

New in CudaText 1.8.0.0 (Apr 7, 2017)

  • changed values for "newdoc_encoding" to short (like in API)
  • changed suffix for macOS config keys from "__osx" to "__mac"
  • changed: opt "def_encoding_utf8" has OS suffix
  • api
  • fix: Tab-key didnt jump in Find dlg

New in CudaText 1.7.9.0 (Mar 31, 2017)

  • autocomplete listbox: chars .,;=<> should input to editor and close listbox
  • command line: added key --enclist
  • api
  • fix: wrong minimap view color
  • fix: minimap click scrolled editor to right

New in CudaText 1.7.8.0 (Mar 28, 2017)

  • option ui_sidebar_show
  • option mouse_wheel_speed_vert
  • option mouse_wheel_speed_horz
  • command line: improved help (--help)
  • command line: aliases for keys (-h -v -r -n -w)
  • command line: added key --enc=
  • command line: renamed key: --readonly
  • changed format of file date in session (was number, now readable)
  • fix: tabs "x" must act on mouse-up

New in CudaText 1.7.7.0 (Mar 27, 2017)

  • menu item "File - New from template" (same as click on arrow near "new icon")
  • updated FCL-JSON lib from current FPC trunk
  • dont escape "/" in user.json
  • changed ui_sidebar_theme to "octicons_20x20"

New in CudaText 1.7.6.0 (Mar 22, 2017)

  • option "ui_sidebar_theme"
  • sidebar buttons for "Search", "Go to"; deleted toolbar icons for the same
  • toolbar hidden by default
  • you should delete old files data/sideicons/*.png, now folder here
  • cmd "hide dialog: find"
  • cmd "hide dialog: go to"

New in CudaText 1.7.5.0 (Mar 22, 2017)

  • fix: moving window to 2nd monitor (Win10)
  • fix: auto-scroll-horz didnt start on moving mouse on scrollbar/minimap
  • fix: vertical block selection until file end

New in CudaText 1.7.4.0 (Mar 22, 2017)

  • different UI of sidebar tabs (I find it more useful)
  • theme color "side-toolbar BG"
  • Ctrl+[drag-drop] does copying of block
  • Alt+[drag-drop] fixed if scrolls editor up/down

New in CudaText 1.7.2.0 (Mar 16, 2017)

  • command-line key --help (Linux users angry)
  • command-line key --version
  • command-line key --window=x,y,width,height
  • writes to stdout on using command-line filename/dir
  • fix: macOS: caret not visible on dark theme
  • fix: any click should show caret

New in CudaText 1.7.0.0 (Mar 8, 2017)

  • option "mouse_mid_click_paste"
  • option "log_dialogs"
  • checkmarks visible for ConfigMenu's menu too
  • default for "ui_statusbar..." changes {x} to {xx}
  • renamed opt "mouse_browser_scroll" to "mouse_mid_click_scroll"
  • deleted opt "backup" (warning shows if opt set), use plugin Backup File instead
  • Linux gtk2: keep clipboard text on exit
  • fixes in api

New in CudaText 1.6.9.0 (Mar 2, 2017)

  • fixes, adds in api

New in CudaText 1.6.8.0 (Feb 20, 2017)

  • Alt+click now does goto-definition
  • opt "mouse_goto_definition"
  • opt "autocomplete_autoshow_lexers" can have none-lexer as "-"
  • AddonManager: use temp-file on downloading (safer)
  • AddonManager: message retry/ignore/abort on download err
  • addons install.inf has field for API ver
  • dont suggest multi-line sel to Find dlg

New in CudaText 1.6.7.0 (Feb 20, 2017)

  • api for timer
  • change default for undo_after_save

New in CudaText 1.6.6.0 (Feb 20, 2017)

  • find/replace: opt "in selection"
  • cmd "goto last editing pos" uses find_indent_vert/horz
  • handled click on micromap
  • api additions

New in CudaText 1.6.5.0 (Jan 26, 2017)

  • windows version-info, for antivir
  • improve report, after installing lexer
  • cmd "Fold level 1" (was only 2..9)
  • cmd "Fold all" folds with nested ranges
  • fix lexer-parser, bug when Python part inside Latex file

New in CudaText 1.6.4.0 (Jan 19, 2017)

  • fix deleting block, till begin of line
  • fix replace-all, regex "n" to "__"

New in CudaText 1.6.3.0 (Jan 13, 2017)

  • lexer Python: update for Py3.6
  • micromap shows marks of "Hilite Occurrences" plugin; added theme color
  • micromap shows marks of "Spell Checker"; added theme color

New in CudaText 1.6.2.0 (Jan 10, 2017)

  • session contains state (visible/size) of side/bottom panels
  • micromap shows selections (e.g. after "Find/ Select all")
  • micromap shows spell-check errs

New in CudaText 1.6.1.0 (Jan 5, 2017)

  • fixed toolbar API
  • new dialog "Addon installed"

New in CudaText 1.6.0.3 (Dec 30, 2016)

  • big internal changes in core, to support inter-line gaps (it is like "phantoms" in Sublime)
  • opt "gutter_fold_icons"
  • paint unprinted arrow-left at end-of-file
  • cmd "Copy bookmarked lines"
  • cmd "Delete bookmarked lines"
  • fix: issues with caret/scroll, after fold/unfold cmds

New in CudaText 1.5.6.0 (Dec 20, 2016)

  • syntax hiliting uses cache: scrolling up/down must be faster, for 3K+ lines
  • rename opt "dyn_hilite" to "lexer_dynamic_hilite"
  • add opt "lexer_dynamic_hilite_max_lines"
  • add opt "lexer_line_separators"
  • add opt "staples_style"
  • del opt "staples_show"
  • improve lex HTML: hilite entities &nnnn;, hilite incorrect tag props, hilite colors #nnn
  • cmd "duplicate line" allows selection (fwd+back)
  • fix lex Markdown

New in CudaText 1.5.4.0 (Dec 7, 2016)

  • tab context menu "Set tab color" dialog redone by kvichans (in Python), dialog has N palettes (option)
  • export to html: optimized file
  • lex Pascal: drop hilites of "types", "implementation backgnd"

New in CudaText 1.5.3.0 (Nov 24, 2016)

  • opt tab_max_pos_expanded
  • lex Pascal: hilite "exit/result"
  • fix: dialogs for high-DPI (windows)
  • fix: folded-blocks were empty bars on Python

New in CudaText 1.5.2.0 (Nov 6, 2016)

  • api: added, optimised in 5 funcs
  • lex Pascal: hilites for "types", "msgs"
  • fix: lex Python

New in CudaText 1.5.1.0 (Nov 6, 2016)

  • AddonMan: suggests readme+history
  • api: events priority
  • api: for bottom-panel

New in CudaText 1.5.0.0 (Oct 27, 2016)

  • added plugin: New File; used for dropdown arrow near "New file" tool button; not shown in Plugins
  • fix: "restore lexer styles" must save lex file
  • fix: gtk2: "copy to clipbd"
  • fix: windows: menus on high DPI

New in CudaText 1.4.11.0 (Oct 17, 2016)

  • can install zipped addons with files in subfolder. previously: zip must have files only in root
  • install.inf: can define variable $name in [info] and use it in lines "lexers=$name" (needed for long lexers list)
  • install.inf: can write lexers list by RegEx: [info] $name=regex:.*SQL.*

New in CudaText 1.4.10.0 (Oct 7, 2016)

  • add theme styles: Label, TagPropBad
  • minor fixes

New in CudaText 1.4.9.0 (Sep 27, 2016)

  • now special comments (for range, for full lines), styles-of-comments, styles-of-strings: must be specified in Lexer Props dialog. They save now to .cuda-lexmap files. So can publish these with lexer zip files. You can delete: settings_default/default_lexers.json, user_lexers.json
  • improved lexers: C#, Bash, reST, Haskell, Yaml, Search results
  • opt ui_buffered (if UI looks ok, don't touch)
  • opt ui_tree_icons
  • api

New in CudaText 1.4.8.0 (Sep 19, 2016)

  • improved lexers: CSS, JS, PHP, Batch, Ruby, C, C++, C#, Tcl, SQL, YAML, VB, Markdown, Haskell, Makefile (using Sublime syntax tests)
  • del lexers to addons: AutoIt, AutoHotkey

New in CudaText 1.4.7.0 (Sep 15, 2016)

  • Windows: Python 3.5
  • del built-in commands to comment/uncomment; now plugin Comments (by kvichans) preinstalled for this, with more options and config dlg
  • restore last tab in side-panel
  • lexers JS, Python: keywords async/await

New in CudaText 1.4.6.0 (Sep 13, 2016)

  • command line allows line numbers: "cudatext filename:nnn"
  • key Esc in left panels: focus editor
  • key Enter in left panels: same as dbl-click
  • lexer JS: upd keywords, hilite `backtick-strings`
  • cmd "open file, ignore plugins" (to open project-files as raw text)
  • del sorting built-in cmds (plugin Sort exists)

New in CudaText 1.4.5.0 (Sep 5, 2016)

  • reworked themes. Instead of name.json file now 2 files: name.cuda-theme-ui, name.cuda-theme-syntax. any UI theme can be used with any Syntax theme. More flexible system. Less work on Syntax themes
  • dlg Save Tabs: button to dont keep in session
  • AddonManager: menu item "Remove data files"

New in CudaText 1.4.4.0 (Aug 30, 2016)

  • breaking change (as file history saves encoding by name): renamed encodings "utf-8", "utf-8 no bom", "utf-16 le", "utf-16 be" to Sublime names "utf-8 with bom", "utf-8", "utf-16 le with bom", "utf-16 be with bom"
  • added enc: utf-16 le/be (without bom)
  • opt ui_tab_show_x: now number 0..3, can show "x" for mouse-over tab only
  • fix: no-carets after undo column-block
  • fix: C# lexer string-rule

New in CudaText 1.4.3.0 (Aug 8, 2016)

  • mouse-wheel should work in Commands dlg
  • cmd "go to last editing pos"
  • fix: undo for BackSp

New in CudaText 1.4.2.0 (Jul 31, 2016)

  • command-line options: http://wiki.freepascal.org/CudaText#Command_line_parameters
  • Addon Manager can use proxy
  • python lib "requests" preinstalled
  • cmd "toggle tab-key uses spaces"
  • fix: replace-all must show "wait..."
  • fix: force Find dlg to desktop on show

New in CudaText 1.4.1.0 (Jul 28, 2016)

  • encoding: files were opened in "UTF8 no bom" by default. Now it is opt "def_encoding_utf8": open as ANSI (default for Windows) or UTF8 no bom
  • improve floating Find dlg
  • improve paint of tabs, if lot of em (30-40+)

New in CudaText 1.4.0 (Jul 28, 2016)

  • find-dialog can be separate (opt find_separate_form)
  • toolbar full themed now
  • option "pylib" has suffix now (for universal config): see default.json
  • fix: restoring scroll pos on opening files

New in CudaText 1.3.28.0 (Jul 20, 2016)

  • nicer gray built-in theme

New in CudaText 1.3.26.2 (Jul 18, 2016)

  • show shorter Python ver
  • fix: show pictures

New in CudaText 1.3.25.0 (Jul 14, 2016)

  • opt ui_fullscreen_hide
  • fix: focus after opening session

New in CudaText 1.3.24.0 (Jul 14, 2016)

  • AddonManager: menuitem "Open plugin readme"
  • AddonManager: suggests plugin's readme after install
  • install.inf: can set for items "hotkey=" and "|"-separated hotkey, e.g. "Ctrl+Alt+F|F|G". Saved into keys.json (if no "lexers=" for item), or to "keys lexer NNN.json" (if used "lexers=")
  • theme: Amy
  • theme: Cobalt
  • add lexer YAML from addons
  • del lexer "Resource script" to addons

New in CudaText 1.3.23.0 (Jul 14, 2016)

  • lexer-overrides for hotkeys: option "For current lexer" in hotkey dialog (saved in "keys lexer NNN.json")
  • find dialog: unprinted line-ends for mul-line input
  • fix range-check err

New in CudaText 1.3.22.0 (Jul 14, 2016)

  • Find dialog: multi-line by "+" btn
  • on closing with "ui_reopen_session":true, modified+untitled tabs content saves to session
  • AddonManager warns on adding linter w/o CudaLint
  • opt find_multiline_scale
  • api

New in CudaText 1.3.21.0 (Jun 27, 2016)

  • AddonManager shows linters too
  • AddonManager has new channel for Kvichans' addons (about 10-15)
  • api (for "Favorites")
  • show msg in console, if Python can't init
  • cmd "toggle micro-map"

New in CudaText 1.3.20.0 (Jun 22, 2016)

  • dlg Find: buttons Select-all, Mark-all (place selections or markers, can clear markers by cmd "markers: remove all")
  • cmds "Find all, and select / place markers / place bookmarks"
  • opt show_cur_line_only_focused
  • opt ui_max_history_menu: max_value=50
  • fix: must copy to clipbd using active line-end

New in CudaText 1.3.19.0 (Jun 5, 2016)

  • opt unprinted_replace_to_code
  • cmd "Delete line" deletes sel lines
  • max items in install.inf =400
  • fix: dlg "Save tabs?" saving
  • fix: "change endings" for "none ending" line

New in CudaText 1.3.18.0 (May 26, 2016)

  • api (for plugin "Sort")
  • open-dialog remembers last dir (for untitled tabs, if ui_initial_dir empty)
  • fix lexer Markdown
  • fix lexer reST
  • fix cmd "Update tree"

New in CudaText 1.3.16.0 (May 26, 2016)

  • opt staples_show
  • hotkey Ctrl+Tab changeable
  • cmd "find, first"
  • cmd "find, mark all"
  • del lexer TextFiles

New in CudaText 1.3.15.0 (May 17, 2016)

  • info http://wiki.freepascal.org/CudaText#Change_case_on_replaces
  • fix: replace to "some\n" (win32)
  • dont put caret in folded [..]
  • op ui_listbox_size_y
  • lexer reST
  • fixes

New in CudaText 1.3.14.2 (May 11, 2016)

  • opt fold_style
  • api
  • fix: dont open folder via cmd-line

New in CudaText 1.3.12.0 (Apr 25, 2016)

  • rework indent of col-block: like Synwrite
  • theme "Sub"
  • theme rename: "verbis" to "ebony"
  • updated PHP completion-list
  • fix: Markdown tree

New in CudaText 1.3.11.0 (Apr 23, 2016)

  • indent/unindent col-blocks too
  • opt mouse_wheel_zoom
  • cmd "enable/disable folding functionality"
  • fix: lexer Python (folding, update speed)
  • api

New in CudaText 1.3.10.0 (Apr 18, 2016)

  • shift+mwheel does horiz scroll
  • checkmarks in top menu (not Linux gtk2)
  • cmd "folding: fold/unfold at cur line"
  • update: JS completions
  • fix: mwheel in one-line edits
  • fix: lexer PHP word-lists
  • fix: lexer Markdown
  • fix: lexer Python
  • fix: for 2nd monitor

New in CudaText 1.3.9.0 (Apr 12, 2016)

  • new themed scrollbars: editors, trees, listboxes
  • command "Place carets on bookmarks"
  • theme "darkwolf" preinstalled
  • upd lexer "acp files"
  • api

New in CudaText 1.3.8.0 (Apr 11, 2016)

  • memory optimizing (for 20M+ files w/o lexer)
  • autoclose bracket: don't do if inside text
  • opt unprinted_replace_spec defaults to "false"
  • spec-chars 0..31 shown shorter: xNN
  • theme color "statusbar alt, font"
  • api

New in CudaText 1.3.7.0 (Apr 6, 2016)

  • opt ui_max_size_open
  • opt ui_max_size_lexer
  • small memory optimizing

New in CudaText 1.3.6.0 (Apr 5, 2016)

  • auto-close of quotes (read about auto_close_brackets)
  • auto-close of brackets/quotes works with selection
  • drag-cursor appears more correct
  • menuitem View--Lexers
  • AddonManager uses filelist in txt-file at github (slower download-all, but don't use fixed mirrors of SF, safe)

New in CudaText 1.3.5.0 (Mar 31, 2016)

  • autocomplete for HTML: completion listbox inserts tag+ closing tag after caret
  • autocomplete for HTML: auto show when typed " < "+wordchar
  • autocomplete for HTML: better for a/img/link
  • autocomplete for CSS: auto show when wordchar typed on attribute pos
  • opt auto_close_brackets

New in CudaText 1.3.4.1 (Mar 28, 2016)

  • drag-drop text to other group: opt mouse_drag_drop_focus_target
  • drag-drop text to other group: Ctrl pressed means "copy"
  • drag-drop file from explorer: use group under cursor
  • lexer Python: keywords def/class/global/lambda have other style (like ST3)
  • rework restore caret on file-reload
  • fix MakePlugin

New in CudaText 1.3.3.0 (Mar 25, 2016)

  • drag-drop of tabs to other groups (all OSes)
  • drag-drop of select-text to other groups
  • cmd "rescan python plugins inf-files"
  • fix: Ansi encoding was broken (since using FPC 3)

New in CudaText 1.3.2.0 (Mar 24, 2016)

  • lexer-lib file (lib.lxl) not used. Used .lcf files instead. Sublexer links must be stored in .cuda-lexmap files. On start app suggests to convert lexer-lib file to .lcf files
  • delete option "lexlib" (used only to convert lexer-lib to .lcf)

New in CudaText 1.3.1.0 (Mar 22, 2016)

  • opt ui_lexer_themes
  • color "editor, gutter font, lines with carets"
  • color "listbox, sel line font"
  • colors "statusbar, font/bg/border"
  • commands item "lexer: (none)"
  • many fixes (github)

New in CudaText 1.3.0.0 (Mar 20, 2016)

  • themes contain now 40 styles: to map to concrete lexer styles. Dialog "Lexer styles map" added. It shows on activating lexer w/o configured map. Maps are saved to "lexlib/*.cuda-lexmap".
  • not used anymore settings/plugins.json (delete it), used install.inf's only
  • renamed translations to nn_NN (e.g. ru_RU)
  • can show .gif pics
  • upd lexer XML
  • upd lexer LESS (style: color)
  • upd lexer SCSS (style: color)
  • upd lexer JS (style: doc comment)
  • upd lexer PHP (style: doc comment)
  • color "editor, combobox border"
  • statusbar macros {yb} {ye}
  • fixes

New in CudaText 1.2.29.0 (Mar 16, 2016)

  • lexer CSS handles @media{...}
  • char-map uses multi-carets on insert
  • more toolbar api

New in CudaText 1.2.28.1 (Mar 9, 2016)

  • translation possible: see menu item Options/Translations, see folder "data/lang"
  • translation Russian, in AddonManager
  • AddonManager has cmd "Visit plugin homepage"; plugins need field "homepage=" in install.inf
  • fix to handle line length 10k

New in CudaText 1.2.26.0 (Mar 1, 2016)

  • opt minimap_at_left
  • opt caret_after_paste_column
  • opt ui_statusbar_tabsize
  • opt ui_max_history_edits
  • opt spacing_y: default=1
  • cmds "open url at caret", "copy url at caret"
  • api

New in CudaText 1.2.25.2 (Feb 24, 2016)

  • fix major issue: lexerlib breaks on installing addon (reason: FPC 3)
  • fix cmds for line-comment
  • allow trailing comma in user.json

New in CudaText 1.2.25.0 (Feb 22, 2016)

  • used FPC 3.0
  • hilite URLs: opts links_hilite, links_regex
  • hilite URLs: commands to open/copy URL at pos of right-click

New in CudaText 1.2.24.0 (Feb 19, 2016)

  • opt font of bottom-panel listboxes
  • api (plugin Tabs List, bookmark hints in CudaLint)

New in CudaText 1.2.23.0 (Feb 16, 2016)

  • fix Addon Manager "Install" (SF.net blocked http)
  • change in api. Must update plugs: NumberedBookmarks, PythonIntel, CudaExt, Snippets
  • added 120+ snippets for HTML. These mimic hehaviour of Synwrite's feature "SmartTagTabbing". You need plugin Snippets
  • autodelete markers in deleted selection
  • statusbar panel "msg" now autosized (can put "msg" to left)

New in CudaText 1.2.22.0 (Feb 13, 2016)

  • toolbar api
  • add ui_statusbar_panels panel "ins" (hidden by default)
  • add bottom pane "Search Res", for future
  • fix Qt build: Esc key in find/goto
  • fix: must set modified on conv-encoding

New in CudaText 1.2.21.0 (Feb 13, 2016)

  • opt micromap_show
  • opt micromap_width
  • opt autocomplete_autoshow_chars
  • opt autocomplete_autoshow_lexers
  • autocomplete now ignores case
  • improve picture mode
  • changed "Save tabs" dlg buttons

New in CudaText 1.2.20.0 (Feb 3, 2016)

  • can open pictures: bmp/png/jpg/ico
  • statusbar: remove macros {caret_line_nnn}, add {y2}
  • remove opt ui_tab_indent_x (center text)

New in CudaText 1.2.19.0 (Feb 1, 2016)

  • better support for CudaLint (new plugin)
  • statusbar: opts ui_stat_ renamed, some deleted (size_x, center)
  • statusbar: opt "ui_statusbar_panels", all status panels now customizable
  • statusbar: add macros {caret_line_top} {caret_line_btm}
  • opt "font_quality" (can disable Cleartype)

New in CudaText 1.2.18.0 (Jan 27, 2016)

  • api: sidebar panels
  • grouping "1+2 horz" (some session files now not correct)
  • new lexer Makefile (for GNU makefile)
  • opt "ui_tree_show_lines"
  • cmd "ui: show side panel"
  • cmd "ui: show side panel, and syntax tree"
  • cmd "ui: hide side panel"

New in CudaText 1.2.16.0 (Jan 21, 2016)

  • add commands: column select to line begin/ line end/ page up/ page down
  • fix: grouped-undo was broken
  • fix: btn "cancel search" didnt work

New in CudaText 1.2.15.3 (Jan 18, 2016)

  • fix: grouped-undo (didn't group and hanged on empty undo)

New in CudaText 1.2.15.0 (Jan 17, 2016)

  • opt "backup"
  • plugin autocomplete: reshow list if 1 char typed
  • improved "Make Plugin", can hide items in Plugins
  • with col-block of zero width, can use Del/BkSp too
  • replace dlg key Ctrl+Alt+Enter: replace and don't find next
  • changed hotkeys in Replace
  • output panel uses dbl-click
  • fixes

New in CudaText 1.2.14.0 (Jan 11, 2016)

  • selection keeps bold/italic of selected words
  • redone plugin "Make Plugin"
  • lexers HTML/HTML_/PHP/PHP_: rename, old pair removed to Addon Manager
  • opt autocomplete_html
  • opt autocomplete_css
  • opts deleted: under_color, under_color_size
  • opts added: underline_color_files, underline_color_size
  • fix: caret at bad coord
  • fix: must unfold found text
  • fix: sort must set "modified"
  • fix: Html autocomplete in Html part of Php

New in CudaText 1.2.12.0 (Jan 6, 2016)

  • api (log panels api, splitters api)
  • removed lexers NSIS, Inno: to Addon Manager

New in CudaText 1.2.11.0 (Jan 4, 2016)

  • addon-manager: config dlg (restart to see item); common install dlg; no more using of Synwrite wiki
  • "undo" undoes also "*" mark
  • api (better support for ExtTools)

New in CudaText 1.2.10.0 (Dec 27, 2015)

  • addon-manager: items "Install plugin","Download all" (restart app 1-2 times to see menuitems)
  • added cmds: "tree: select next/prev/parent/etc node"
  • opt ui_lexers_grouped
  • opt ui_reload_tail
  • use grouped-undo for mul-carets cmds
  • cmd "tree: update tree" (need if sidebar hidden)

New in CudaText 1.2.9.0 (Dec 21, 2015)

  • removed cmd "search - go to tab" (better doable in plugin)
  • change: color-attrib api (pls update plugins BracketsHilite, HiliteOccurrences)
  • change: limit key-combo len to 3
  • improve dialog api
  • improve cmd "reset Python plugins"
  • small fixes

New in CudaText 1.2.8.0 (Dec 14, 2015)

  • custom-dialog api
  • dlg "Goto tab" shows paths
  • output panel has hotkeys (wiki help topic)
  • console: char ";" at end of cmd: don't log
  • fix on pasting n lines at line-end
  • fix replace regex "$"

New in CudaText 1.2.5.0 (Dec 8, 2015)

  • support for Macros plugin
  • theme "green"
  • cmd "convert tabs to spaces"
  • cmd "convert spaces (leading) to tabs"
  • files in session must not update recents
  • fix: json tree (e.g. file menu.json)
  • fix: grouped undo

New in CudaText 1.2.0.0 (Nov 30, 2015)

  • commands for markers like Synwrite
  • support for Snippets plugin
  • opt ui_non_text (prompt/ open/ don't open)
  • opt ui_non_text_buffer
  • cmd "run last command plugin"
  • fix: ui_one_instance and non-text prompt

New in CudaText 1.1.0.0 (Nov 24, 2015)

  • changed format of keys.json (old fields read but not saved)
  • plugins have hotkeys like all cmds: Commands dlg allows to change plugin keys. Saved in keys.json
  • history saves folded-state
  • cmd "fold range at current line"
  • cmd "unfold range at current line"
  • cmd "goto next bookmark": from last goto first
  • color for "fold mark border"

New in CudaText 1.0.4.0 Beta (Nov 23, 2015)

  • plugins have hotkeys like all cmds: Commands dlg allows to change plugin keys. Saved in keys.json.
  • cmd "fold range at current line"
  • cmd "unfold range at current line"
  • color for "fold mark border"

New in CudaText 1.0.2.0 (Nov 23, 2015)

  • opt ui_tab_numbers
  • cmd "Edit--Char map"
  • cmd "reset python plugins" (like Synwrite)
  • plugins.json can have "menu":false key to hide Plugins menu item

New in CudaText 1.0.0.0 (Nov 19, 2015)

  • opt ui_notif_* (notification for file change)
  • opt comment_equal_column
  • api

New in CudaText 0.9.7.0 (Nov 5, 2015)

  • cmd "toggle stream comment"
  • cmd "restore lexer styles": feature ported from SynWrite
  • unindent by Bksp: consider all prev lines
  • menu Encoding redone
  • basic Windows IME support (patch: rasberryrabbit)
  • opt ui_esc_close_console
  • opt comment_*
  • opt duplicate_*
  • Linux installer: data files precopied on run in other way
  • some cmds done in Python (toggle stream cmt, toggle line cmt, duplicate line)
  • menu View don't have checkmarks: faster

New in CudaText 0.9.5.0 (Oct 27, 2015)

  • support for event plugins (auto-completion, goto-defitinion...)
  • undo improved (group complex edits even if undo_grouped=false)
  • del opt find_replace_with_find
  • fixes in find/repl

New in CudaText 0.9.3.0 (Oct 22, 2015)

  • opt ui_listbox_fuzzy
  • lexer JSON tree redone
  • session has more properties
  • tree: show hint for long lines
  • fix: restore r/o state

New in CudaText 0.9.1.0 (Oct 17, 2015)

  • rework col-blocks (handle tab chars)
  • statusbar macro {xx}
  • save/restore sizes of groups
  • opt find_sel_case has values 0..2

New in CudaText 0.9.0.0 (Oct 17, 2015)

  • dlg Find: wrapped search, change in hotkeys
  • opt ui_one_instance
  • opt ui_stat_time
  • opt find_replace_with_find
  • read-only files open in r-o mode
  • fix: Bash lexer

New in CudaText 0.8.9.0 (Oct 17, 2015)

  • dlg Find new look
  • opt find_indent_vert
  • opt find_indent_horz
  • fix: Win: wrong temp dir for plugins

New in CudaText 0.8.8.0 (Oct 17, 2015)

  • opt ui_reopen_session, last files reopened
  • opt ui_title_path
  • opt ui_stat_center
  • opt color: tab active, inactive groups
  • opt find_sel_case
  • opt find_show_findfirst
  • commands: find selection next/prev
  • commands: focus group next/prev
  • commands: move tab to group next/prev
  • command: add comment at line start
  • lexer-prop dlg: remove Apply
  • api: app_proc
  • fix minimap dragging

New in CudaText 0.8.4.0 (Oct 8, 2015)

  • api: get_prop
  • api: dlg_checklist
  • addons can install files to "data"
  • fix ctrl+shift+home/end

New in CudaText 0.8.3.0 (Oct 6, 2015)

  • api: check-list dialog
  • addons can install files to "data"
  • fix ctrl+shift+home/end

New in CudaText 0.8.2.0 (Oct 5, 2015)

  • api: bottom panel (plugin Html Tidy at sf.net)
  • api: color dialog (plugin Color Picker at sf.net)
  • themed splitters
  • fixes

New in CudaText 0.8.0.2 (Sep 29, 2015)

  • Python API;
  • bottom-panel and Py-console in it: see wiki help topic
  • menu "Plugins"
  • plugin "Addons Manager"
  • plugin "Insert Time"
  • plugin "Make Plugin"
  • fixes

New in CudaText 0.7.0.0 (Sep 17, 2015)

  • syntax tree (F12)
  • gutter foldbar menu: "fold all", "unfold all", "fold level"
  • tab menu: new palette dialog
  • bookmks save in history
  • export to HTML
  • opt under_color
  • opt under_color_size
  • opt ui_tree_auto_sync
  • opt ui_tree_time_fill
  • opt ui_tree_time_focus
  • opt ui_initial_dir is renamed
  • opt export_html_*
  • cmd "fold level"
  • cmd "menu: lexers"
  • cmd "menu: encodings"
  • cmd "menu: line ends"
  • fix change encoding

New in CudaText 0.6.4.0 (Sep 7, 2015)

  • autocomplete: HTML support
  • autocomplete: php list looks nicer; works for lexer php_

New in CudaText 0.6.2.0 (Sep 5, 2015)

  • keys config: in "Help-Commands" dlg press F9
  • new format of str-lists in history.json

New in CudaText 0.6.1.0 (Sep 4, 2015)

  • auto-complete: CSS support
  • menuitem "Help-Wiki"

New in CudaText 0.6.0.0 (Sep 3, 2015)

  • support of Synwrite autocomplete .acp files. Synwrite files added.
  • cmd auto-complete Ctrl+Space
  • opt ui_listbox_complete_size_*
  • opt mouse_gutter_click_sel

New in CudaText 0.5.5.0 (Aug 30, 2015)

  • color editor: good names
  • key PopupMenu works

New in CudaText 0.5.4.0 (Aug 28, 2015)

  • color editor: "Settings - color theme", can save to file too
  • menu "Edit--Blank ops--Trim spaces"

New in CudaText 0.5.2.0 (Aug 26, 2015)

  • lexers in zip files can be installed. Open any zip via "File-Open"
  • lexer-lib now smaller 3x times (others at site SF.net)
  • tab menu: "Set tab color"
  • opt ui_tab_fullcolor
  • opt ui_tab_show_x
  • opt ui_tab_show_plus
  • opt ui_tab_2click_closes

New in CudaText 0.4.10.0 (Aug 26, 2015)

  • file history saved (per file: encoding, lexer, topline, caret pos, tab size...)
  • opt ui_max_history_menu, ui_max_history_files
  • opt newdoc_eol defaults change for Win/Linux

New in CudaText 0.4.8.0 (Aug 26, 2015)

  • color-themes (only 1 test theme, they're in dir "data/themes")
  • save-as changes lexer
  • item in statusbar menu "tab size"
  • minor fixes

New in CudaText 0.4.6.0 (Aug 19, 2015)

  • opt ui_tab_angle, ui_tab_bottom
  • opt ui_stat_size_x, ui_stat_size_y
  • cmd list: "change line ends...", "change encoding...", "lexer ......"
  • cmd list: "fold all", "unfold all"

New in CudaText 0.4.5.0 (Aug 17, 2015)

  • fast wordwrap for line len >10K
  • fix memleak

New in CudaText 0.4.4.0 (Aug 17, 2015)

  • Lin: fix hang on horz-scroll show/hide
  • wordwrap don't leave comma/quote/.. as alone char

New in CudaText 0.4.3.0 (Aug 17, 2015)

  • opt "ui_stat_nnnnnnnn" (5 opts)
  • opt "dyn_hilite"
  • status: menu for "tab size"
  • fix toolbar Find menu
  • minimap speed

New in CudaText 0.4.1.0 (Aug 17, 2015)

  • opt "unprinted_nnnnn_scale" (4 ops)
  • opt "cut_line_if_no_sel"
  • opt "ruler_text_indent"
  • opt "ovr_sel", "ovr_on_paste"
  • opt "unprinted_replace_spec"
  • opt "hex_chars"

New in CudaText 0.4.0 (Aug 12, 2015)

  • filetypes.json, see readme dir
  • drapdrop to window
  • dlg "Find" btn alt+keys
  • tab popup: "Save" item
  • fix Bksp with selectn

New in CudaText 0.3.5 (Aug 11, 2015)

  • Added:
  • menu "Settings--Lexers"
  • menu "Find prev"
  • show hotkey of menuitems
  • Fixed:
  • Win- can save R/O file

New in CudaText 0.3.3 (Aug 11, 2015)

  • Added:
  • stable reading of ops, if "user" saved
  • lexer-config can have "font_name/font_size"
  • opt "minimap_char_width"
  • Fixes

New in CudaText 0.3.0 (Aug 11, 2015)

  • Added:
  • opt system - reread opt on saving user.json
  • opt system - menu "Setting--More--Lexer override"
  • menu "File--Close and delete"
  • menu "Edit--Comments"
  • opt "gutter_fold_always"
  • opt "numbers_center"
  • opt "ui_initial_folder"
  • save-as dlg shows filter for cur lexer

New in CudaText 0.2.0 (Aug 11, 2015)

  • Added:
  • supports user.json with comments
  • find dlg - "Mark all"
  • toolbar dropdown for "New", "Open", "Find"
  • menu "Search--Find current word next/prev"
  • menu "View--Toggle statusbar"
  • menu "View--Toggle fullscreen"
  • option "ui_esc_close"
  • data dir "data/newdoc"

New in CudaText 0.1.5 (Aug 11, 2015)

  • Added:
  • options - 2 minimap_xxxxx + 4 mouse_xxxxx + 10 key_xxxxx
  • menu - "Help--Mouse usage"
  • Fixed
  • Win - Unicode filename issues

New in CudaText 0.1.0 (Aug 11, 2015)

  • Added:
  • toolbar
  • many options - about 20-30 added
  • menu - "Setting-Fonts-.."
  • menu - "File-Reopen"
  • dlg Find - tabbing to next btn
  • Fixed:
  • find-next back