Page 1 of 1

Is it possible to add a default script in SciTE4AutoHotkey

Posted: 26 Aug 2022, 09:54
by DarkWisk
Hi, is it possible for scite to always open with default script like in screenshot below? Every time I click the new script button id like it to open with that script every time, copy pasting is annoying.

Image

Re: Is it possible to add a default script in SciTE4AutoHotkey

Posted: 31 Aug 2022, 00:37
by lexikos
The method I posted in 2013 still works.
https://www.autohotkey.com/board/topic/54431-scite4autohotkey-v3004-updated-aug-14-2013/?p=568765

You may want to change the path in the Lua script (from os.getenv("windir").."\\ShellNew\\Template.ahk" to something else).