Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.97.5.0
What's new in CudaText 1.97.5.0
March 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)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.98.0.0
1.98.0 (2020/04)


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

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
16145
Reakcje/Polubienia
53169
CudaText 1.98.1.0
1.98.1 (2020/04)

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.100.0.0
1.100.0 (2020/05)

+ add: options "statusbar_nnnn" support new macro {selchars} - total number of selected characters
+ add: option "mouse_click_links"
+ add: option "max_line_len_for_accurate_width"
+ add: open URLs and e-mails (with and without "mailto:") by double-click
+ add: open URLs starting with "www." and "ftp."
+ add: optimizations for "dynamic highlightings" code
+ add: switch ui tabs by Shift+wheel
+ add: Wiki topic:
Zaloguj lub Zarejestruj się aby zobaczyć!

+ add: Wiki topic:
Zaloguj lub Zarejestruj się aby zobaczyć!

+ add: API to show button on sidebar's bottom without loading the plugin
* change: replaced 3 rarely needed options "unprinted_xxxx_scale" with single option "unprinted_symbols_scale"
* change: ui tabs: mouse wheel scroll step is now 20% of width
* change: toolbar button "Sort" was removed. It gave the same commands as "Plugins / Sort" but it had only 5 of all 20 commands.
- fix: plugin "Open URL" didn't catch double-click sometimes (thanks @Jairo-Martinez)
- fix: folding icon on gutter did not work in some cases
- fix: Project Manager cannot open files in binary viewer sometimes
- fix: Project Managet cannot open recent projects
- fix: regex search bug with regex like "[.-]test" (thanks @SlMaker)
- fix: lexer PHP: several fixes for code-tree and folding
- fix: incorrect caret pos in long lines (len>500) with CJK chars (thanks @larrylau)
- fix: bug from 1.99, file can be loaded from session without lexer set
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.102.0.0

1.102.0 (2020/06)

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.103.0.0
1.103.0 (2020/06)

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

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.103.1.0
June 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_*"


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.103.5.0
What's new in CudaText 1.103.5.0
June 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)
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37073
CudaText 1.104.0.0
June 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


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