Search found 8 matches

by Trogluddite
24 Mar 2018, 16:48
Forum: Notepad++
Topic: Enable Function List in Notepad++ for AHK Scripts (with classes now)
Replies: 64
Views: 75798

Re: Enable Function List in Notepad++ for AHK Scripts (with classes now)

Thankyou to all contributors, this works beautifully here. :D
It does a better job than some of the built in ones! I might even have a go at improving the one for Ruby now that I've seen how you guys tackled this one (it doesn't handle Ruby classes/modules.)
by Trogluddite
24 Mar 2018, 16:27
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 514560

Re: Setup Notepad++ for AutoHotkey

Scr1pter wrote:Why is there ahk2exe anyway?
ahk2exe takes an AHK script, processes it, and outputs an .exe file version of the script. This is handy if you want to make your script into a single file which can be used on a PC which doesn't have AHK installed on it.
by Trogluddite
24 Mar 2018, 11:25
Forum: Ask for Help (v1)
Topic: AutoHotKey script HELP please!!! Topic is solved
Replies: 2
Views: 1016

Re: AutoHotKey script HELP please!!! Topic is solved

I can see one obvious problem (probably just a typo!), and there is something else which should make your script more reliable... $F10:: Send, ^c ClipWait ; Your variable 'FileDlg' doesn't do anything here; the existence of the FileRun dialogue as the ; active window is sufficient to be able to 'Sen...
by Trogluddite
23 Mar 2018, 15:45
Forum: Off-topic Discussion
Topic: Syntax and naming conventions?
Replies: 5
Views: 4169

Re: Syntax and naming conventions?

Pretty much as described already for variable/function/method names. I'm not a big fan of CamelCase generally, but it seems to be the de-facto standard for AHK. I drop my leading braces down a line - I blame a workplace style guide from years ago where OTB was frowned upon for some reason. Arguments...
by Trogluddite
23 Mar 2018, 14:51
Forum: Off-topic Discussion
Topic: how you name people who can not read literally?
Replies: 3
Views: 1410

Re: how you name people who can not read literally?

The first example sounds like a mild form of Semantic Pragmatic Disorder, where there is a problem with the part of the brain which works out the meaning of words and how they are used. The second one, where aphasia depends on context, would usually be described as Selective Mutism (the element of c...
by Trogluddite
23 Mar 2018, 10:54
Forum: Other Utilities & Resources
Topic: Best Programming Language for Windows Applications (non-metro)
Replies: 4
Views: 9396

Re: Best Programming Language for Windows Applications (non-metro)

My advice would be to have a quiet word with your IT guys before making a whole load more work for yourself. You may find that an AHK script would actually be more acceptable to them rather than less so. From their point of view, an .exe is just a 'black box' that they can't look inside to see what ...
by Trogluddite
23 Mar 2018, 10:29
Forum: Other Utilities & Resources
Topic: ReceiveMIDI [CMD]
Replies: 2
Views: 2815

Re: ReceiveMIDI [CMD]

And SendMIDI too! :D What an excellent couple of little tools; thanks for the link, BoBo. I'll be dusting off my old Tranzport wireless MIDI controller - no more getting out of my comfy rocking chair to fiddle with multimedia settings for me any more. If I get a couple of longer cables for my pedalb...
by Trogluddite
23 Mar 2018, 07:15
Forum: Scripts and Functions (v1)
Topic: ScriptInfo(): Get ListLines/ListVars/ListHotkeys/KeyHistory text
Replies: 20
Views: 13081

Re: ScriptInfo(): Get ListLines/ListVars/ListHotkeys/KeyHistory text

Apologies for re-animating such an old thread (and with my first post too :roll: ), but this was exactly the function that I've been trying to work out for myself for about a week now! Thankyou very much Lexicos! :D there is opportunity for users to prove that the information is actually usefu Now t...

Go to advanced search