Page 1 of 1

Need Help with Scite Please

Posted: 03 Jun 2023, 01:58
by cleetz
Hello. I was wondering how I would go about disabling the autofill feature in Scite, so that it doesnt assume what input or command i'm trying to type and fill it in for Me, or even open up a suggestion list. I constantly end up bringing up the wrong command and having to delete it which wastes time. Thanks for Your time.


[Mod action: Moved topic from “Ask for Help (v1)”]

Re: Need Help with Scite Please

Posted: 22 Jun 2023, 22:34
by lexikos
You can add this to SciTEUser.properties (Options -> Open user properties).

Code: Select all

autocomplete.ahk1.start.characters=
autocomplete.ahk2.start.characters=
Other properties which control auto-complete behaviour can be found in the SciTE documentation and properties files.