plugin Cuda-Ext Align
Posted: 21.08.2021 15:39
Hello,
I quite new to CudaText but it seems to be a great editor for my needs. I would like to switch from VS Code cause CudaText is much more light weighted, offers great functionality and in my eyes has a better UI with an old-style toolbar.
I use it mainly for coding SQL and PL/SQL.
There is functionality I miss in the plugin Cuda-Ext respectively it does not work and doesn't offer enough flexibilty for aligning.
What I want is
1: align text for positions of carets in multiple lines
2: align text for selected text according to a flexible separator
I think the first functionality is absend at the moment!?!
"Cuda-Ext| Align |Align comma separated columns in selected lines" seens to work solely for a "," as a separator not for ";" or "|" ...
For the second request there is given functionality in the plugin Cuda-Ext ( Cuda-Ext| Align | Align in lines by separator ) but this sometimes behaves strange and works (if it works) only for the first occurance of the separator in a line ...
For example:
123; 2345; 234
23456;7868;2
45;frsf;afaf
results with ";" as separator in:
123 ; 2345; 234
23456;7868;2
45;frsf;afaf
(with the text being aligned in the first 2 lines at ";", but nothing more ...)
Another example with "X" as the chosen separator:
123 X 2345 234
23456X78682
45Xfrsfafaf
results in:
123 X 2345 234
23456X78682
45Xfrsfafaf
(with the text being aligned in the first 2 lines at "X" but not in the 3rd line)
Can somebody help? Do I use the plugin in a wrong way??? is there an alternative?
Best regards
Ludger
I quite new to CudaText but it seems to be a great editor for my needs. I would like to switch from VS Code cause CudaText is much more light weighted, offers great functionality and in my eyes has a better UI with an old-style toolbar.
I use it mainly for coding SQL and PL/SQL.
There is functionality I miss in the plugin Cuda-Ext respectively it does not work and doesn't offer enough flexibilty for aligning.
What I want is
1: align text for positions of carets in multiple lines
2: align text for selected text according to a flexible separator
I think the first functionality is absend at the moment!?!
"Cuda-Ext| Align |Align comma separated columns in selected lines" seens to work solely for a "," as a separator not for ";" or "|" ...
For the second request there is given functionality in the plugin Cuda-Ext ( Cuda-Ext| Align | Align in lines by separator ) but this sometimes behaves strange and works (if it works) only for the first occurance of the separator in a line ...
For example:
123; 2345; 234
23456;7868;2
45;frsf;afaf
results with ";" as separator in:
123 ; 2345; 234
23456;7868;2
45;frsf;afaf
(with the text being aligned in the first 2 lines at ";", but nothing more ...)
Another example with "X" as the chosen separator:
123 X 2345 234
23456X78682
45Xfrsfafaf
results in:
123 X 2345 234
23456X78682
45Xfrsfafaf
(with the text being aligned in the first 2 lines at "X" but not in the 3rd line)
Can somebody help? Do I use the plugin in a wrong way??? is there an alternative?
Best regards
Ludger