Just in case the Subject wasn't clear how do I stop SciTE4AutoHotkey from making bak files?
Thanks!
How do I stop SciTE4AutoHotkey from making bak files?
Re: How do I stop SciTE4AutoHotkey from making bak files?
Hi
If you are using the Scite4Autohotkey editor go to the menu:
Options-> open _config.properties.
Then a file should show up.
In this file there should be this line:
make.backup=1
Replace the 1 with a 0 and save the file.
Restart.
Now the setting should have been changed.
If you are using the Scite4Autohotkey editor go to the menu:
Options-> open _config.properties.
Then a file should show up.
In this file there should be this line:
make.backup=1
Replace the 1 with a 0 and save the file.
Restart.
Now the setting should have been changed.
Recommends AHK Studio
Re: How do I stop SciTE4AutoHotkey from making bak files?
Use Tools > SciTE4AutoHotkey Settings instead, please._config.properties wrote:Code: Select all
# THIS FILE IS SCRIPT-GENERATED - DON'T TOUCH
fincs
Windows 11 Pro (Version 22H2) | AMD Ryzen 7 3700X with 32 GB of RAM | AutoHotkey v2.0.0 + v1.1.36.02
Get SciTE4AutoHotkey v3.1.0 -[My project list]
Windows 11 Pro (Version 22H2) | AMD Ryzen 7 3700X with 32 GB of RAM | AutoHotkey v2.0.0 + v1.1.36.02
Get SciTE4AutoHotkey v3.1.0 -
Re: How do I stop SciTE4AutoHotkey from making bak files?
That's what I was looking for! Thanks!fincs wrote:Use Tools > SciTE4AutoHotkey Settings instead, please.