Search found 18 matches

by LuNik700
23.09.2021 16:59
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

Thx!
by LuNik700
06.09.2021 16:08
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

Shorter way is: spaces = ' ' * (max_pos_x - x) I didn't know that there is an operator for String repetition in Python. Good to know. Changed it! I included the check for selections. What do you think does make more sense if there is more than one caret in a line: keep the rightmost and skip those ...
by LuNik700
06.09.2021 08:34
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

Hi Alexey, I think I fixed most of the things you mentioned. Please find the new source attached. Especially the issue with more than one caret in a line is solved: It has to be discussed which of carets have to be skipped - I prefer to skip all carets except the rightmost in a line but it would be ...
by LuNik700
04.09.2021 12:48
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

I see some places can/must be changed a little (we will change them, don;'t worry); I posted the request to @kvichans on Github. I just looked at your request for Kvichans on Github... >>> стоит удалить из списка carets каретки стоящие на одной строке (кроме самой правой) You are absolutly right! T...
by LuNik700
04.09.2021 12:14
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

Thx Alexey. I'm anxious to see the optimizations you will make. To see what you'll change is a good way to learn ...

Best wishes to you and Kvichans
Ludger
by LuNik700
03.09.2021 15:18
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

... 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 .tx...
by LuNik700
03.09.2021 14:33
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

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 intere...
by LuNik700
24.08.2021 10:42
Forum: Plugins
Topic: plugin Cuda-Ext Align
Replies: 29
Views: 15827

Can someone pls tell me what the changes in version 1.734 are doing? Can figure it out ...
1.7.34 (2021-08-23)
added: New options for user.json:
"cuda_ext.<command>.menu.<style>": <value>
...
Thx
Ludger
by LuNik700
24.08.2021 10:37
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 5445

... already installed the new version. For me it works fine!

This is a really active project. Thanks for that fast reaction!!!
by LuNik700
22.08.2021 20:00
Forum: Plugins
Topic: plugin Macros
Replies: 7
Views: 5445

Yep, that what I meant by
alternatively I would have to insert a extra CRLF
...

Have a nice evening
Ludger