Page 1 of 1

SciTe

Posted: 11 Aug 2022, 09:18
by jdpmdphd
Version 3.1.00 SciTE:5.2.2 Scintilla:5.2.2 Lexilla:5.1.6
Built on May 2 2022 14:12:35
by fincs - Original SciTE by Neil Hodgson
SciTE: December 1998-March 2022 Neil Hodgson.
SciTE4AutoHotkey: 2007-2022 fincs.


NOW SAVES FILES AS "TYPE=FILE" instead of "TYPE=AHK" so they don't execute with AHK.
I have to go to folder and make a "new AHK" first for the file to execute from the folder. The RUN button does not work on files made with the NEW button.

BUG: NEW FILE -> TYPE="FILE" not "AHK"

Posted: 11 Aug 2022, 09:22
by jdpmdphd
Version 3.1.00 SciTE:5.2.2 Scintilla:5.2.2 Lexilla:5.1.6
Built on May 2 2022 14:12:35
by fincs - Original SciTE by Neil Hodgson
SciTE: December 1998-March 2022 Neil Hodgson.
SciTE4AutoHotkey: 2007-2022 fincs.

IF I CLICK UPPER LEFT ICON FOR A NEW FILE, and SAVE, it gets filetype='FILE' instead of 'AHK' so it does not execute from the run button, and it requires a double click or "open with" to specify AHK to run from the folder - which does not update the default application, so that is needed each time execution is requested.

Re: SciTe

Posted: 11 Aug 2022, 09:23
by gregster
As a workaround, I just added .ahk to the filename in the save dialog.
As long as a file gets the ahk-extension (at the initial save, or later in file explorer), everything should be fine.

Re: SciTe

Posted: 03 Oct 2022, 17:06
by FanaticGuru
gregster wrote:
11 Aug 2022, 09:23
As a workaround, I just added .ahk to the filename in the save dialog.
As long as a file gets the ahk-extension (at the initial save, or later in file explorer), everything should be fine.

Yea, now you have to add the extension in the Save dialog. As small as this is, it is hugely annoying because I tend to forget on a daily basis. I just save again with the extension and then clean up my Save folder later of all these orphan files with no extension.

I have tried messing around in the properties file but no joy.

FG

Re: SciTe REPLACE malfunction

Posted: 05 Oct 2023, 13:47
by jdpmdphd
replace malfunctions, even with fresh install, on my Win11 ^H creates footer with line for Find: and Replace:, BUT
find: is fine
replace: does not have text input field

also: can I add a shortcut to open current document with gvim, so I can search/replace and edit there?