Need Help with Scite Please

The popular SciTE-based AutoHotkey Script Editor
cleetz
Posts: 25
Joined: 04 Feb 2023, 15:09

Need Help with Scite Please

Post by cleetz » 03 Jun 2023, 01:58

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)”]

lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: Need Help with Scite Please

Post by lexikos » 22 Jun 2023, 22:34

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.

Post Reply

Return to “SciTE4AutoHotkey”