Search found 392 matches

by uvviewsoft
24.08.2021 10:54
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 8807

by uvviewsoft
23.08.2021 10:07
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 3152

Fix is applied to Macros, plugin is updated now.
by uvviewsoft
22.08.2021 19:54
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 3152

Maybe plugin can be fixed- insert last EOL, then work, then delete that EOL. it will be the easy fix. How to fix that another way- IDK...
by uvviewsoft
22.08.2021 19:20
Forum: Plugins
Topic: plugin Commands History
Replies: 7
Views: 4164

Tomorrow, author will add support for ExtTools menuitems, and - I made the new Cud beta with new API. Beta in folder /c .
by uvviewsoft
22.08.2021 15:40
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 3152

>>Wouldn't it in this case make sense to deactivate "Times" when those 2 options are set?

'Times' makes sense even when using 'until caret on last line'. Macro will stop on both events: 'times' (if >0) + 'until on last line'.
by uvviewsoft
22.08.2021 15:36
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 3152

About 'until caret on last line'. I see it. IMO it's not a bug. Code from plugin def _run_chk(): for s in _mcr: exec(s) if ed.get_carets()[0][1] >= ed.get_line_count()-1: return True it means that plugin runs all items from macro, and after each item it checks that we are on the last line. So - it s...
by uvviewsoft
21.08.2021 21:53
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 8807

My fork of plugin, with fixes for both cmds:
https://github.com/Alexey-T/cuda_ext

Uninstall old plugin, then do "plugins / addon manager / install from github".
by uvviewsoft
21.08.2021 21:18
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 8807

Posted
issue https://github.com/kvichans/cuda_ext/issues/182
and issue https://github.com/kvichans/cuda_ext/issues/183

Pls wait because @kvichans is busy for some days.
by uvviewsoft
21.08.2021 21:12
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 8807

I confirm it, when last line don't have a EOL mark. To-fix.
by uvviewsoft
21.08.2021 20:28
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 8807

(Maybe post the video here? which shows your steps.)

About custom separator for the "Align comma-separated columns"- it will be implemented soon.