On Mon, Sep 10, 2012 at 5:37 AM, Philippe Lhoste <
Phi...@gmx.net> wrote:
> I just downloaded Sc322.exe from the site and ran it.
> It is a standalone version, so I am sure it has default settings, not mine.
It has default settings, but it still reads properties files. In
particular, if you have user settings that live in %USERPROFILE%, it
will definitely use those, no matter where you put the standalone
executable. I believe it also uses other properties files in the same
way that SciTE does (so if you were to put the standalone in the same
directory as your regular SciTE, it should behave just like regular
SciTE).
The closest thing to a relevant setting I could find is
selection.additional.typing
Set selection.additional.typing to 1. to allow typing, backspace and
delete to affect all selections including each line of rectangular
selections.
But when I tried this, it only affected actual typing, not pasted
content. So I still haven't seen automatic duplication of the
clipboard onto multiple lines.
John