Search found 192 matches

by aaffe
21 Jun 2022, 01:13
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

hy fincs,
Intellisense still doesnt work for me like in the old version. Can I fix this by myself, please?
by aaffe
14 Jun 2022, 01:37
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

Intellisense doesnt work for me in the new version. Is there an option for it please?
by aaffe
10 Jun 2022, 05:13
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

TAC109 wrote:
09 Jun 2022, 18:28
@aaffe
You will need to add this directive after the others:

Code: Select all

;@Ahk2Exe-ExeName %U_exename%
Cheers
Thank you again, this did the trick!
by aaffe
10 Jun 2022, 02:05
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

@fincs I really appreciate the update. It's a shame about the Calltip functionality. Really hope that can be resolved soon. Edited: It also opens the other script if it isn't already open. :think: After re-reading,I guess you mean "open for editing" (and SciTE4AHK starts up at this point; and wasn'...
by aaffe
09 Jun 2022, 05:05
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@aaffe Version:="12.54b1" ;@Ahk2Exe-Let U_version = %A_PriorLine~U)^(.+"){1}(.+)".*$~$2% ;@Ahk2Exe-Let exename = %A_ScriptFullPath~\.[^\.]+$%_%U_Version%.exe ; Altered Cheers Thank you Tac109 But it didnt work. The exe is still named like the ahk, without the Version before the .exe. ;@Ahk2Exe-SetM...
by aaffe
07 Jun 2022, 07:51
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@TAC109 I have another question please.
How can I get the Version defined in a variable Version get into my exename please?

Code: Select all

Version:="12.54b1"
;@Ahk2Exe-Let U_version = %A_PriorLine~U)^(.+"){1}(.+)".*$~$2%
;@Ahk2Exe-Let exename = %A_ScriptFullPath~\.[^\.]+$~%U_Version.exe%
Thank you very much!
by aaffe
07 Jun 2022, 03:37
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@aaffe ;@Ahk2Exe-PostExec "D:\____BUGFIXE_____\do_signaturing_and_other_things.ahk" "%A_WorkFileName%", 0 ;@Ahk2Exe-PostExec "D:\____BUGFIXE_____\do_signaturing_and_other_things.ahk" "%A_WorkFileName%", 1 ;@Ahk2Exe-PostExec "D:\____BUGFIXE_____\do_signaturing_and_other_things.ahk" "%A_WorkFileName%...
by aaffe
07 Jun 2022, 01:40
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@aaffe From my research it appears that renaming an executable does not invalidate its digital signature. (This renaming is done by Ahk2Exe at the final stage of compilation.) Therefore you should be able to use the ;@Ahk2Exe-PostExec compiler directive with the 'when' parameter set to 0, 1, or 2 ,...
by aaffe
01 Jun 2022, 03:01
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

@aaffe , please guide me how to deinstall Scite4ahk complete ? All i know is uninstall it from Control Panel and delete the Scite folder in Documents\AutoHotkey :) Yes, thats how I did it. I also had Scite4Autoit installed, I uninstalled this too. going back to the old version wasnt a solution for ...
by aaffe
01 Jun 2022, 00:09
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

The sciTE 4 Autohotkey settings doesnt work even if i deleted the Scite in Documents\AutoHotkey. So the style is always black and white. The Autocomplete doesnt work The AutoIndent doesnt work The Calltip functionality has been temporarily removed as a side effect of the new syntax definition autog...
by aaffe
31 May 2022, 00:49
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

Are you thinking of including an after-compiling-section in ahk2exe? No plans at present as this can be easily achieved as stated above. Cheers Ok, thats a pity. Because then I also have to change the "compile"-key in registry to my own exe and then call ahk2exe.exe with parameters from there. I us...
by aaffe
30 May 2022, 05:06
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

Rather than use the ;@Ahk2Exe-PostExec method, you are probably best to write your script to RunWait Ahk2Exe with appropriate parameters, then do the scanning and signing after Ahk2Exe has finished. You can test the error code returned from Ahk2Exe to see if the compile worked. So rather than havin...
by aaffe
30 May 2022, 04:48
Forum: Scripts and Functions (v1)
Topic: Upcoming Ahk2Exe Changes (2024)
Replies: 626
Views: 181555

Re: Upcoming Ahk2Exe Changes (2022)

hy Tac109, could you please have a look here?

viewtopic.php?f=6&t=16061&p=464996&hilit=ahk2exe#p464996

I would need to perform a post-build-step after the compiled exe really exists. Is this possible?
by aaffe
30 May 2022, 01:38
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

hy fincs, thank you for the new version. But now my syntax highlightning doesnt work any longer. At the first install I had to permit the antivir to install. I also reinstalled, the antivir didnt ask any longer. but the syntax hightlighting ist gonge, even when I install the version from 2014. In S...
by aaffe
30 May 2022, 01:18
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

hy fincs, thank you for the new version. But now my syntax highlightning doesnt work any longer. At the first install I had to permit the antivir to install. I also reinstalled, the antivir didnt ask any longer. but the syntax hightlighting ist gonge, even when I install the version from 2014. In S...
by aaffe
30 May 2022, 00:58
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

@aaffe Some comments on your last post:- To get the path and name of the compiled script, the code should be: ;@Ahk2Exe-Let exename = %A_ScriptFullPath~\.[^\.]+$~.exe% ;@Ahk2Exe-PostExec "%A_ScriptDir%\test.ahk" "%U_exename%" Also note the double-quotes around the parameters to ;@Ahk2Exe-PostExec ....
by aaffe
25 May 2022, 07:37
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

This also doesnt work: ;@Ahk2Exe-Obey exename, = StrReplace(A_ScriptFullPath,"ahk","exe") ;@Ahk2Exe-PostExec %A_ScriptDir%\test.ahk "%U_exename%" in compile_ahkII.exe I edited the compile_ahk.ahk and inserted fileInstall,test.ahk,D:\____BUGFIXE_____\test.ahk,0 and at the end Runwait,D:\____BUGFIXE__...
by aaffe
25 May 2022, 07:23
Forum: Scripts and Functions (v1)
Topic: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]
Replies: 45
Views: 27575

Re: Compile_AHK II - for those who compile! [v0.9.2 (04/19/16)]

Could please someone helP? I need the exe-Name which will be build from the ahk-Name in the ahk2exe This doesnt work: ;@Ahk2Exe-Obey U_Name, := RegExReplace(A_ScriptFullPath,"(.*)(ahk)","$1exe") ;@Ahk2Exe-PostExec %A_ScriptDir%\test.ahk %U_Name%" I dont want to Edit the name for the exe in every scr...
by aaffe
24 May 2022, 07:32
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 29240

Re: SciTE4AutoHotkey v3.1.0

hy fincs, thank you for the new version. But now my syntax highlightning doesnt work any longer. At the first install I had to permit the antivir to install. I also reinstalled, the antivir didnt ask any longer. but the syntax hightlighting ist gonge, even when I install the version from 2014. In Sc...

Go to advanced search