I just asking
do anybody make a lua script / tool which do somethnig like that
in SciTE i write some text
first test line
second test line
third test line
now I select this text
and run LUA script which change selected text to that form
$s = "first test line" & @CRLF$s &= "second test line" & @CRLF$s &= "third test line" & @CRLF