Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 32-Bit 1.139.5.0
1.139.5 (2021/07)

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

- fix: on Windows, plugin 'LSP Client' could not show its hover-dialog (thanks @veksha)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.139.6.0
1.139.6 (2021/07)
+ add: option "detect" supports double extensions too: "*.ext1.ext2"
+ add: Addon Manager: shot ◄git► label in addon menus
+ add: lexer Markdown: minor improvements
- fix: additional fix for multi-threaded parser
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.140.0.0
1.140.0 (2021/08)


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

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

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.140.5.1
August 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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.141.0.0
August 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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.141.5.0
August 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'


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.142.0.0
August 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)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.142.2.0
August 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)
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Ostatnia edycja:

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.142.5.0
August 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)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.142.6.0
August 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)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.143.0.0
1.143.0 (2021/09)

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.144.0.0
1.144.0 (2021/09)

+ add: micromap can be rendered on vertical scrollbar area: new option "micromap_on_scrollbar"
+ add: option "scrollbar_click_jump" (thanks @JairoMartinezA)
+ 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 (thanks @MiroslavMatas); for this fix the class \l was added to the lexer RegEx syntax
- fix: lexer Markdown: fix header rule
- fix: lexer Markdown: highlight of <~mail@site.com> (thanks @l1ving)
- fix: sometimes command "Undo" breaks the syntax highlight (thanks @eltonfabricio10)
- fix: sometimes after PageDown command, app doesn't underline links (thanks @OmlineEditor)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.145.0.0
September 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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.145.5.0
1.145.5 (2021/09)

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.146.0.0
1.146.0 (2021/10)


+ 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

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