Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

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

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

Camel1965

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

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

Camel1965

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


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37254
Reakcje/Polubienia
33667
CudaText 1.138.1.0
July 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
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • 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
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.0.1
1.139.0 (2021/07)

+ 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 <tag style="..."> (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)



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.1.0
July 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%
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.2.0
July 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%


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