Search found 418 matches

by fincs
08 Feb 2015, 10:54
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617059

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

How can I display unicode characters in this area.like Chinese.thanks. That looks like you're using the ANSI version of AutoHotkey as opposed to the Unicode one. It is not a problem with SciTE4AutoHotkey since Chinese characters correctly showed up in the command line. I started a thread about SciT...
by fincs
31 Jan 2015, 07:58
Forum: Announcements
Topic: Obsolete test build - Functions and Objects as Labels (etc.)
Replies: 108
Views: 84436

Re: New test build - Functions and Objects as Labels (and m

TillaGoto.ahk line 1116 : --------------------------- TillaGoto.ahk --------------------------- Error: A Goto cannot jump from inside a function to outside. Line# 1103: Break 1106: if Not IsValidHotkey(t) 1106: { 1109: u := u ? u : GetScriptEscapeChar(s) 1110: v := v ? v : GetScriptCommentFlag(s) 1...
by fincs
29 Jan 2015, 10:57
Forum: Scripts and Functions (v1)
Topic: ObjRegisterActive
Replies: 57
Views: 39709

Re: ObjRegisterActive

Nice script and example. This is exactly the same technique SciTE4AutoHotkey uses to expose its COM object.
by fincs
28 Jan 2015, 09:35
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617059

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I've been testing AHK and SciTE4AutoHotkey in the Windows 10 Technical Preview Build 9926 . I haven't run into any problems with either so far except for the auto-updater in SciTE4AutoHotkey. This fails with 2 errors before popping up a new SciTE4AutoHotkey Updater dialog showing: Confirmed - I'll ...
by fincs
27 Jan 2015, 11:43
Forum: Wish List
Topic: Allow omission of optional parameters in Properties
Replies: 3
Views: 1511

Re: Allow omission of optional parameters in Properties

No, because the default parameters for object invocation do not necessarily exist and even if they exist they are not known at load time.
by fincs
21 Jan 2015, 18:27
Forum: Other Utilities & Resources
Topic: What Happens When You Install the Top 10 Download.com apps
Replies: 8
Views: 4758

Re: What Happens When You Install the Top 10 Download.com ap

1) Do not download from popular freeware sites. 2) Do NOT download from popular freeware sites. 3) Do not run installers for random freeware apps directly. 4) Do sandbox them instead & either use the program from within the sandbox or copy over the actual non-crapware program files to a non-sandboxe...
by fincs
18 Jan 2015, 17:20
Forum: Wish List
Topic: [Done in v1.1.21] v2 Object methods in v1 Topic is solved
Replies: 18
Views: 8407

Re: v2 Object methods in v1 Topic is solved

I support this addition, it will make it easier to transition to v2. I vote for Delete().
by fincs
16 Jan 2015, 17:47
Forum: Wish List
Topic: A command like ListVars that exposes the innards of objects.
Replies: 2
Views: 1546

Re: A command like ListVars that exposes the innards of obje

You can just use the interactive debugging support with an editor that supports it (e.g. SciTE4AutoHotkey) and inspect the object's contents.
by fincs
15 Jan 2015, 11:01
Forum: About This Community
Topic: for beg to change ahkscript.org
Replies: 8
Views: 5806

Re: for beg to change ahkscript.org

Apparently it's a North Korea vs South Korea thing:
http://en.wikipedia.org/wiki/Names_of_Korea
조선말 (joseonmal) (hanja 朝鮮—)

(in North Korea) the Korean language
by fincs
11 Jan 2015, 07:00
Forum: Announcements
Topic: Upcoming Ahk2Exe changes
Replies: 147
Views: 150088

Re: Upcoming Ahk2Exe changes

I have updated the OP with new binaries that include all bugfixes since 2013 and a few small changes: The preprocessed script is now fed to /iLib , meaning there's no limitation anymore when using conditional compilation blocks and auto-included StdLib files. @Ahk2Exe-SetConsoleSubsys has been renam...
by fincs
09 Jan 2015, 17:44
Forum: Announcements
Topic: Upcoming Ahk2Exe changes
Replies: 147
Views: 150088

Re: Upcoming Ahk2Exe changes

Yes, but the manifest change would be done automatically. As in read the embedded manifest in the EXE, update it, write it back.
by fincs
09 Jan 2015, 17:36
Forum: Announcements
Topic: Upcoming Ahk2Exe changes
Replies: 147
Views: 150088

Re: Upcoming Ahk2Exe changes

joedf wrote: So ;@Ahk2Exe-RequireAdmin would be shorthand for ;@Ahk2Exe-AddResource *24 AutoHotkey.exe.manifest, 1 ?
That makes no sense.
by fincs
09 Jan 2015, 07:08
Forum: Ask for Help (v1)
Topic: Installing AHK or SciTE4AHK creates folder in my OneDrive!
Replies: 9
Views: 3771

Re: Installing AHK or SciTE4AHK creates folder in my OneDriv

My Documents\AutoHotkey\SciTE does not contain program files, it only contains SciTE settings.
by fincs
09 Jan 2015, 05:26
Forum: Ask for Help (v1)
Topic: Installing AHK or SciTE4AHK creates folder in my OneDrive!
Replies: 9
Views: 3771

Re: Installing AHK or SciTE4AHK creates folder in my OneDriv

Note that having My Documents point to OneDrive will allow you to synchronize your SciTE4AutoHotkey settings and your AutoHotkey StdLibs amongst all your computers that are also configured this way.
by fincs
08 Jan 2015, 18:48
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617059

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

What are you saying it does? I open Help > Help, click on the Index tab & start typing a keyword. After typing one or two letters, the CHM window stops responding to message events (the CHM thread hangs), and it is necessary to close SciTE in order to recover from it. Alternatively, placing the cur...
by fincs
08 Jan 2015, 13:09
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617059

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

I didn't know the SendMessage command used a timeout, thanks for pointing that out. I've changed it to a DllCall in my working copy of S4AHK. BTW: do you have any idea why recent versions of the help file crash when opened from S4AHK? Concretely, using the search box in the Index tab. I suspect it h...
by fincs
05 Jan 2015, 10:16
Forum: Announcements
Topic: Upcoming Ahk2Exe changes
Replies: 147
Views: 150088

Re: Upcoming Ahk2Exe changes

I agree. There should be a specific ;@Ahk2Exe-RequireAdmin directive that would perform the manifest change automatically.
by fincs
04 Jan 2015, 18:09
Forum: Bug Reports
Topic: [Fixed] v1.1.19.00 --- '#If' make the script crash
Replies: 5
Views: 2161

Re: v1.1.19.00 --- '#If' make the script crash

Can confirm. #if is broken. I experience a crash when running SciTE4AutoHotkey's TillaGoto with v1.1.19.00.
by fincs
04 Jan 2015, 13:31
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 617059

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

No, it is unrelated to AHK itself, but some change in the help file.

Go to advanced search