Search found 9582 matches
- 19 Feb 2014, 02:14
- Forum: Ask for Help (v1)
- Topic: Extract the contents of the clipboard
- Replies: 3
- Views: 1889
Re: Extract the contents of the clipboard
Have a look at WinClip.
- 19 Feb 2014, 02:07
- Forum: AutoHotkey Development
- Topic: return ErrorLevel from functions
- Replies: 15
- Views: 8555
Re: v2-thoughts Discussion
But, even more win.move > winmove I disagree. Then, one could use different settings side by side: I think that's an interesting idea, but not suitable for AutoHotkey. If you think the idea has merit, you could implement it as a script library. Variables: I understood little of what you tried to sa...
- 19 Feb 2014, 02:04
- Forum: AutoHotkey Development
- Topic: v2-thoughts Discussion
- Replies: 51
- Views: 57061
Re: v2-thoughts Discussion
Why not, All of the reasons I mentioned. it can be very elegant. I strongly disagree. Renaming ErrorLevel: I think there isn't anything more appropriate. A_LastError is already taken - it contains the last Win32 error code for certain commands/functions. Renaming Args: I'll consider it, but Args is...
- 18 Feb 2014, 02:55
- Forum: AutoHotkey Development
- Topic: v2-thoughts Discussion
- Replies: 51
- Views: 57061
Re: v2-thoughts Discussion
So reserve 100+ names beginning with "AHK." instead of 100+ names beginning with "A_"? Like I said, it serves no real purpose. I'm not going to change anything to use object syntax just because we have it. There has to be some real justification, like added convenience or flexibility. 100+ single va...
- 17 Feb 2014, 17:35
- Forum: AutoHotkey Development
- Topic: Future of AutoHotkey_L.
- Replies: 9
- Views: 5187
Re: Future of AutoHotkey_L.
People are still using v1.0.48.05 more than 4 years after the last update. The community will support whatever they want to.
- 17 Feb 2014, 04:31
- Forum: AutoHotkey Development
- Topic: v2-thoughts Discussion
- Replies: 51
- Views: 57061
Re: v2-thoughts Discussion
That would add overhead and has no apparent purpose.
- 16 Feb 2014, 20:03
- Forum: AutoHotkey Development
- Topic: AutoHotkey v2 Syntax change proposal.
- Replies: 10
- Views: 6447
Re: AutoHotkey v2 Syntax change proposal.
So to summarize, you want: = instead of := == instead of = \ as escape character instead of ` (quote marks can be escaped this way only in v2) Commands to accept expressions by default + for concatenation Those things have all been considered already and rejected long ago. For the most part, there's...
- 16 Feb 2014, 06:45
- Forum: AutoHotkey Development
- Topic: v2-thoughts Discussion
- Replies: 51
- Views: 57061
Re: v2-thoughts Discussion
So the following will set the base for Dummy : Those are two completely separate issues. The point about the base keyword was specifically about base.method() , not this.base nor any other context. What you want is for class base to behave similarly to this.base := ... . I will consider it. Maybe c...
- 16 Feb 2014, 06:27
- Forum: AutoHotkey Development
- Topic: Future of AutoHotkey_L.
- Replies: 9
- Views: 5187
Re: Future of AutoHotkey_L.
I had intended to stop developing v1.1 (aside from bug fixes) years ago and focus on v2, but ultimately, I work on whatever interests me whenever it interests me. Also, some other developers have contributed to v1.1 since then, and some things I develop for v2 are easily applied to v1.1.
- 16 Feb 2014, 04:38
- Forum: Ask for Help (v1)
- Topic: [Resolved] Possibe GUI bug
- Replies: 6
- Views: 2195
Re: [Resolved] Possibe GUI bug
I tested this on several versions of AutoHotkey v1.1 (back to v.1.1.09) and the anomaly persists. This aberration does not occur with AutoHotkey Basic. High DPI support was added in v1.1.11, yet you say the problem existed in v1.1.09? And not in v1.0.48? My limited understanding is that AutoHotkey ...
- 15 Feb 2014, 20:22
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 835
- Views: 644972
Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]
For one thing, AHK Studio (not "ahkscript") doesn't have interactive debugging (yet).
And no, AHK Studio does not use SciTE. It uses Scintilla. SciTE also uses Scintilla. SciTE4AutoHotkey is, as the name implies, derived from SciTE.
And no, AHK Studio does not use SciTE. It uses Scintilla. SciTE also uses Scintilla. SciTE4AutoHotkey is, as the name implies, derived from SciTE.
- 15 Feb 2014, 20:15
- Forum: AutoHotkey Development
- Topic: remove all commands
- Replies: 4
- Views: 3409
Re: v2-thoughts Discussion
StdLib: Yes to everything. There are two mutually-exclusive possibilities presented under the Standard Library heading. You can't have everything. Replace default base object with Value, String, Integer, Float and Object classes. What is your view on reserving these names for this purpose? I am aga...
- 14 Feb 2014, 17:10
- Forum: Ask for Help (v1)
- Topic: [Solved] "#If !WinActive" or "ahk_group" isn't working?
- Replies: 6
- Views: 4083
Re: ahk_group isn't working?
Your GroupAdd commands must be in the auto-execute section or somewhere else that they will be executed automatically, before you press a hotkey. They probably aren't.
- 14 Feb 2014, 06:22
- Forum: Off-topic Discussion
- Topic: AutoHotkey v2 alpha
- Replies: 2
- Views: 2014
Re: AutoHotkey v2 alpha
AutoHotkey v2 was forked from AutoHotkey_L, not AutoHotkey, but just to make you happy I've edited the page.
Call it a development codename if you like. Both branches are still actively developed in the AutoHotkey_L repository.
Call it a development codename if you like. Both branches are still actively developed in the AutoHotkey_L repository.
- 13 Feb 2014, 22:46
- Forum: Announcements
- Topic: AutoHotkey v1.1.14
- Replies: 3
- Views: 7849
Re: AutoHotkey v1.1.14
1.1.14.03
Fixed a memory leak in new X when X.__Init aborts the thread.
Fixed breakpoints shifting onto class var initializers when they are interspersed with method definitions.
Fixed a memory leak in new X when X.__Init aborts the thread.
Fixed breakpoints shifting onto class var initializers when they are interspersed with method definitions.
- 13 Feb 2014, 22:42
- Forum: AutoHotkey Development
- Topic: AutoHotkey v2.0 alpha (UPDATES)
- Replies: 93
- Views: 143750
AutoHotkey v2.0 alpha (UPDATES)
AutoHotkey v2 For information about AutoHotkey v2, click the link above. A summary of changes will be posted here each time a new alpha is released. Changes from v1.1 to v2.0-a v2.0-a045-bbf6f99 New operator is replaces if var is type . Since type is a string, it must be enclosed in quote marks (or...
- 13 Feb 2014, 01:14
- Forum: Off-topic Discussion
- Topic: New games ...
- Replies: 30
- Views: 11779
Re: New games ...
I don't believe cartridges will be making a comeback anytime soon. SSD's are still too expensive for the storage they provide just to put games on them. On the other hand, USB flash drives are quite cheap, can be much smaller and hold several times as much as a DVD, yet games are still released on ...
- 12 Feb 2014, 22:10
- Forum: Ask for Help (v1)
- Topic: How to reset a menu width?
- Replies: 5
- Views: 2434
Re: How to reset a menu width?
Why not just recreate the menu?
- 12 Feb 2014, 20:33
- Forum: Ask for Help (v1)
- Topic: [SOLVED] How do I override base methods in a class ?
- Replies: 7
- Views: 4336
Re: How do I override base methods in a class ?
How base.method() is used though? In docs u reffered me to it's only mentioned that it won't work, or can't I read? The docs say no such thing. If the name of the method is "method" and there are no parameters, it is used as-is. I want to override base methods like in c# or c++. That is funny, sinc...
- 12 Feb 2014, 19:26
- Forum: Wish List
- Topic: Bigger avatar?
- Replies: 11
- Views: 4773
Re: Bigger avatar?
What about not allowing an avatar? autohotkey.com operated for many years without avatars and that worked out well.
I don't really care, because I have avatars turned off.
I don't really care, because I have avatars turned off.