Page 1 of 1

Exchange lines on the column

Posted: Wed Oct 26, 2016 10:08 am
by sexy96
Mam w linii takie wyrazy:
aaa bbb ccc

Jak ustawić to w kolumny kolumny?

aaa
bbb
ccc


to nie działa:
"Set Vertical" Call("Scripts::Main", 1, "Sortlist.js") Icon(0)

Posted: Wed Oct 26, 2016 1:26 pm
by FeyFre
Replace
What: " "(space)
With: "\n"
Escape sequences:[X]

Posted: Wed Oct 26, 2016 1:39 pm
by sexy96
Image

With: "\n" ??????

Image

Image

They also do not work

"Set Vertical" Call("Scripts::Main", 1, "EvalCmd.js", `AkelPad.ReplaceSel(AkelPad.GetSelText().replace(" ", "\n"), -1);`) Icon()

Tu muszę klikać tyle razy, ile jest wyrazów.
Here I must click as many times as there are words.

Posted: Wed Oct 26, 2016 6:41 pm
by opk44
sexy96
On third picture
[X] Sekwencje Esc

Posted: Thu Oct 27, 2016 5:36 am
by sexy96
It works, thank you.

And how to do it too, so it worked.
"Set Vertical" Call("Scripts::Main", 1, "EvalCmd.js", `AkelPad.ReplaceSel(AkelPad.GetSelText().replace(" ", "\n"), -1);`) Icon()