AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Pre-1.0.12 Changes

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10463

PostPosted: Wed May 26, 2004 7:58 pm    Post subject: Pre-1.0.12 Changes Reply with quote

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
View user's profile Send private message Send e-mail
beardboy



Joined: 02 Mar 2004
Posts: 444
Location: SLC, Utah

PostPosted: Thu May 27, 2004 2:52 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Rajat



Joined: 28 Mar 2004
Posts: 1717

PostPosted: Thu May 27, 2004 6:11 am    Post subject: Reply with quote

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
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10463

PostPosted: Thu May 27, 2004 11:55 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
nemroth
Guest





PostPosted: Sat May 29, 2004 1:55 pm    Post subject: ExcludeText parameter Reply with quote

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

PostPosted: Sat May 29, 2004 2:42 pm    Post subject: Reply with quote

Quote:
WinMinimize,,,,""

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group