Yet another issue, not sure if it is related to this version.
I use some VBScript to append some extra text to the selected text.


text = editor.selText()
'split the selected text into lines
lines = Split(text, EOL)
'... append new text per line...
'...
'combine the lines again into text
text = Join(lines, EOL)
editor.selText text


I timed each step, everything works speedy except the last statement: selText

For some 3000 (simple) lines the selText method took about 1 minute which is
very slow compared to all other actions (lees than a second)...

-- 
<https://forum.pspad.com/read.php?6,76114,76174>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem