Search found 418 matches

by fincs
20 Dec 2022, 15:23
Forum: AutoHotkey Development
Topic: congrats
Replies: 13
Views: 3097

Re: congrats

Happy 0th birthday AutoHotkey v2 :happybday:

Feels unreal to see AHKv2 finally get an official, stable release!
by fincs
18 May 2022, 14:08
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 28727

Re: SciTE4AutoHotkey v3.1.0

Maybe this should be mentioned in the global toolbar.properties, under where it says "Do NOT edit this file"? Good point. I should probably also add it to the "toolbar" section of the documentation... Dear Fincs! You are a big and amateur fan of AHK! So far I have been using SciTEAHK with a dark ba...
by fincs
16 May 2022, 10:43
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey Themes
Replies: 91
Views: 114109

Re: SciTE4AutoHotkey Themes

It does not look like caret.line.back.alpha is a property that exists, according to SciTEDoc . On the other hand, caret.line.back accepts an alpha component (i.e. after rgb). The default value for it in S4AHK is caret.line.back=#00FF0020 . This seems to work well for both Light and Dark themes. In g...
by fincs
15 May 2022, 12:49
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 28727

Re: SciTE4AutoHotkey v3.1.0

SmartScreen acting up on a brand new file, that's normal. Right click on the file, select Properties, tick "Unblock", and click OK.
by fincs
15 May 2022, 07:06
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 28727

SciTE4AutoHotkey v3.1.0

https://autohotkey.com/scite4ahk/logo.png v3.1.0 https://autohotkey.com/scite4ahk/screenshot.png Important note by Lexikos : v3.1.0 defaults to the "Default" platform, which is AutoHotkey v1. If you have only AutoHotkey v2 installed, you will need to install v1 if you want to run v1 scripts, else c...
by fincs
12 May 2022, 10:37
Forum: Ask for Help (v1)
Topic: Apparent syntax error parses correctly but causes a hotkey to be ignored
Replies: 1
Views: 384

Re: Apparent syntax error parses correctly but causes a hotkey to be ignored

This is not a bug, but a "Method #1" continuation section . In effect, the line with the > starts with an expression operator (greater-than), so it gets merged into the previous (non-empty) line. The line with the hotkey, although it starts with ^ (bitwise-xor), is correctly detected and parsed as a...
by fincs
01 May 2022, 16:05
Forum: Tips and Tricks
Topic: [v2] Custom struct types using dynamic class definition
Replies: 4
Views: 2783

[v2] Custom struct types using dynamic class definition

AutoHotkey v2 sports a completely redesigned object and type system. After reading the documentation with a fresh mind (free of v1 influence) and playing with it for a bit, I've realised the immense power and flexibility that it provides. As opposed to v1, all built-in object types (with very few ex...
by fincs
29 Apr 2022, 13:06
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

SciTE4AutoHotkey is now officially hosted at https://www.autohotkey.com/scite4ahk/ . Many thanks to AutoHotkey Foundation staff for making this possible. Existing SciTE4AutoHotkey users can also grab a small hotfix that finally fixes the autoupdater (and updates it to check the new location, which ...
by fincs
26 Jul 2021, 14:36
Forum: Announcements
Topic: AutoHotkey v2.0-beta.1
Replies: 47
Views: 25106

Re: AutoHotkey v2.0-beta.1

This is a major milestone for the future of AutoHotkey. It's hard to believe v2 has been in development for over 10 years, but it looks like we're finally seeing the light at the end of the tunnel :) Finally stabilising the syntax/behaviour/feature set is going to be a big deal for the adoption of v...
by fincs
08 Jan 2020, 07:05
Forum: AutoHotkey Development
Topic: [AHKv2.0-a108] Object members exception
Replies: 7
Views: 3686

Re: [AHKv2.0-a108] Object members exception

In neither case is the target of the operation an already-initialized variable/field: this.stat:=!this.stat : This is a GET operation on a not-yet-existing field followed by a SET. Since it's reading from a field that doesn't exist it throws an exception. stat:=!stat : This reads an uninitialized gl...
by fincs
19 Oct 2019, 17:44
Forum: AutoHotkey Development
Topic: First thoughts after coming back from a long hiatus
Replies: 5
Views: 4479

Re: First thoughts after coming back from a long hiatus

Thanks for the warm welcome everyone :) specifying a custom sub-expression to be substituted for each line ending I'm not sure how common this situation would be; and honestly if I saw someone doing that I'd probably think they're a bit insane :p However, I think that having only limited highlightin...
by fincs
19 Oct 2019, 16:55
Forum: AutoHotkey Development
Topic: Binary Data | VarSetCapacity | VarSetLength | Heap Object
Replies: 53
Views: 21280

Re: Binary Data | VarSetCapacity | VarSetLength | Heap Object

Just for the record: I'm not sure what "might not be as useful" means; I certainly believe that having the new mode is more useful than not having it, but it obviously does not serve as a ready-made struct implementation, nor is it intended to. The new parameter mode is just a low cost change that m...
by fincs
19 Oct 2019, 16:48
Forum: AutoHotkey Development
Topic: Replacing percent signs
Replies: 26
Views: 15161

Re: Replacing percent signs

Thanks for the explanation, I now understand better the rationale behind removing %% syntax in strings. Having a special format-string syntax like the one in Python or C# that ties directly with format() is probably a better solution indeed.
by fincs
15 Oct 2019, 19:25
Forum: AutoHotkey Development
Topic: First thoughts after coming back from a long hiatus
Replies: 5
Views: 4479

First thoughts after coming back from a long hiatus

As some of you may have noticed, I haven't been here in quite a while (although I do lurk from time to time). However, several recent AutoHotkey v2 releases have been increasingly catching my eye, and tempting me with the idea of coming back. After all, I have unfinished business and SciTE4AutoHotke...
by fincs
16 May 2017, 12:08
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

That is weird. Can you post here the full contents of the registry key HKLM\Software\SciTE4AutoHotkey (or HKLM\Software\WOW6432Node\SciTE4AutoHotkey)? I have a feeling that the installation directory was incorrectly set. When you open SciTE and it's broken, what is the full process command line of S...
by fincs
16 May 2017, 09:12
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

I've taken a look at the ZIP file you provided, and it turns out that you had previously installed SciTE4AutoHotkey to My Documents\AutoHotkey\SciTE. The program files should *not* be placed there because they collide with the user settings folder. I'd recommend you to delete the entire "My Document...
by fincs
16 May 2017, 05:44
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

Are there InternalAHK.exe processes listed in Task Manager? Could you upload the entire contents of Program Files\AutoHotkey\SciTE and My Documents\AutoHotkey\SciTE somewhere I can take a look at? (preferably as a zip/7z)
by fincs
10 May 2017, 12:06
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

Looks like the toolbar component exploded. Can you uninstall S4AHK, completely nuke any leftovers from Program Files\AutoHotkey\SciTE and My Documents\AutoHotkey\SciTE, reboot, completely turn off the antivirus, then reinstall SciTE4AutoHotkey?
by fincs
05 May 2017, 05:04
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 614853

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

When it started it (to edit a script), my firewall intercepted a http (80) call to 109.201.146.18 – oc-nl21.owncube.com which is reported by AbuseIPDB as Web App Attack . It seems that SciTE4AutoHotkey v3.0.06.01 has malware part in it. That's just the auto-update checker. SciTE4AutoHotkey download...
by fincs
30 Apr 2017, 17:05
Forum: AutoHotkey Development
Topic: Removal of command syntax
Replies: 28
Views: 13293

Re: Removal of command syntax

At first, I was somewhat shocked that such a bold decision had been made. However, after thinking more reasonably about it and reading carefully the discussion that has been made about the subject, I have arrived at the same conclusion: command syntax has no relevance or usefulness anymore. It is th...

Go to advanced search