| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10463
|
Posted: Wed May 26, 2004 7:58 pm Post subject: Pre-1.0.12 Changes |
|
|
I'm pretty sure the ExcludeText parameter of all windowing commands has always been broken. Does anyone actually use this, or can you envision any realistically likely use for it? I'm debating whether to remove it entirely or fix it.
Here is what it's supposed to do: "Windows whose text include this value will not be considered."
One of the main potential uses is for window groups: it would allow a class of windows (such as a text editor) to exclude individual windows that contain a key phrase in their window text. |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Thu May 27, 2004 2:52 am Post subject: |
|
|
I haven't used it in any of my scripts, but it is a nice option to have. I just haven't ran into any situations where I could use it.
thanks,
beardboy
Last edited by beardboy on Thu May 27, 2004 6:15 am; edited 1 time in total |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Thu May 27, 2004 6:11 am Post subject: |
|
|
i haven't used it either...
but it'd make sense to also mail this post of urs on the mailing list to get more user opinion.
i know how much backward compatability matters to u. _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10463
|
Posted: Thu May 27, 2004 11:55 am Post subject: |
|
|
| Quote: | | but it'd make sense to also mail this post of urs on the mailing list to get more user opinion. |
Done, thanks.
| Quote: | | i know how much backward compatability matters to u. |
Well, for a feature that's always been broken, it seems best to either fix it or get rid of it if no one is using it, even though doing either has a very slight chance of breaking old scripts that may have come to depend on the current behavior for ExcludeText (which doesn't do much of anything currently). |
|
| Back to top |
|
 |
nemroth Guest
|
Posted: Sat May 29, 2004 1:55 pm Post subject: ExcludeText parameter |
|
|
Hi everybody
I used the ExcludeText parameter in :
| Code: |
#Left::WinMinimize,,,,""
|
to try to minimize the active window
It worked in 1.0.10 version of autohotkey, but didn't work anymore when I installed version 1.0.11 !!!
Isn't better to fix it if it's possible ?
Nemroth |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10463
|
Posted: Sat May 29, 2004 2:42 pm Post subject: |
|
|
Double quotes have no special meaning in AutoHotkey -- they are always treated literally. I can't think of anything that could explain different behavior in 1.0.11 vs. earlier versions. In any case, I think I'm going to fix this feature so that it will exclude windows that have a text element containing ExcludeText. |
|
| Back to top |
|
 |
|