kofolamaster
Member²
This seems to be a minor bug: when pasting text from clipboard which contains TABs (chr(9)) into editor window, developer places the cursor not right after the last character pasted, but few chars before.
when pasting text (\t means the TAB character, | is the cursor representation):
when pasting text (\t means the TAB character, | is the cursor representation):
cursor is placed between 'e' and 'f':abc\tdef
instead of after 'f':abc de|f
abc def|