Thank you very much...
... and if you could support mutiple occurences per line one day that would be great (and in fact would be the same as "Align comma separated columns in selected lines" with a choosable separator)
Again thank you for your super fast support and have a great weekend!
plugin Cuda-Ext Align
-
- Posts: 392
- Joined: 01.12.2020 13:46
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".
https://github.com/Alexey-T/cuda_ext
Uninstall old plugin, then do "plugins / addon manager / install from github".
-
- Posts: 392
- Joined: 01.12.2020 13:46
It was the fix for this topic:
https://github.com/kvichans/cuda_ext/issues/184
https://github.com/kvichans/cuda_ext/issues/184
Hi,
as written before I needed a way to align text at the right-most position of multiple carets. For my needs this is very comfortable when I work with multiple cursors.
I now implemented a command that offers this functionality.
For that I just extended the existing plugin cuda_ext. Are you interested to consider to integrate this into cuda_ext?
I'm not an experienced Python coder but it seems to work well and it has just a couple of lines of code.
Best regards
Ludger
as written before I needed a way to align text at the right-most position of multiple carets. For my needs this is very comfortable when I work with multiple cursors.
I now implemented a command that offers this functionality.
For that I just extended the existing plugin cuda_ext. Are you interested to consider to integrate this into cuda_ext?
I'm not an experienced Python coder but it seems to work well and it has just a couple of lines of code.
Best regards
Ludger
Last edited by LuNik700 on 03.09.2021 14:40, edited 1 time in total.
-
- Posts: 2245
- Joined: 25.08.2021 18:15
... there are changes in
install.inf, __init__.py and cd_ext_find_repl.py. The command is implemented in cd_ext_find_repl.py
Please check the code as I'm not so familiar with python and the cudatext API. Perhaps you find things to be done in a better way ...
Please find the files attached. I add .txt cause file extension .py, .inf and .zip seem not to be supported ...
Best regards
Ludger
install.inf, __init__.py and cd_ext_find_repl.py. The command is implemented in cd_ext_find_repl.py
Please check the code as I'm not so familiar with python and the cudatext API. Perhaps you find things to be done in a better way ...
Please find the files attached. I add .txt cause file extension .py, .inf and .zip seem not to be supported ...
Best regards
Ludger
- Attachments
-
- cd_ext_find_repl.py.txt
- (89.8 KiB) Downloaded 171 times
-
- __init__.py.txt
- (12.89 KiB) Downloaded 174 times
-
- install.inf.txt
- (20.72 KiB) Downloaded 171 times
-
- Posts: 2245
- Joined: 25.08.2021 18:15
-
- Posts: 2245
- Joined: 25.08.2021 18:15