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 

v1.0.46 released: SubStr() and more expression operators
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
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: 10464

PostPosted: Tue May 01, 2007 8:45 pm    Post subject: Reply with quote

Here are the changes for v1.0.46.13:

Fixed hotkeys like *x to fire even when x is also a hotkey that is prevented from firing due to #IfWin. [thanks Joy2DWorld & Engunneer]

Improved optional parameters to accept quoted/literal strings as default values.

Improved ByRef parameters with the ability to be optional (i.e. they may accept default values). [thanks Corrupt]
Back to top
View user's profile Send private message Send e-mail
engunneer



Joined: 30 Aug 2005
Posts: 6308
Location: Pacific Northwest, US

PostPosted: Tue May 01, 2007 9:46 pm    Post subject: Reply with quote

Chris wrote:
Improved optional parameters to accept quoted/literal strings as default values.


Very nice! I had been working around this for a while now, but I have so far forgotten to ask for it.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
corrupt



Joined: 29 Dec 2004
Posts: 2381

PostPosted: Tue May 01, 2007 11:52 pm    Post subject: Reply with quote

The improvements for optional params allow new possibilities... Thanks Chris Smile Very Happy
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Wed May 02, 2007 2:12 pm    Post subject: Reply with quote

Today's v1.0.46.14 adds the "require administrator" flag to the installer to avoid a warning dialog on Windows Vista. [thanks Roussi Nikolov]
Back to top
View user's profile Send private message Send e-mail
Titan



Joined: 11 Aug 2004
Posts: 5009
Location: imaginationland

PostPosted: Wed May 02, 2007 2:28 pm    Post subject: Reply with quote

It may just be me but the download links do not work, the installer shows an NSIS error message and the zip is 404 (incomplete uploads?). The ones on the autohotkey.net server are fine though (installer, zip).
_________________

RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Wed May 02, 2007 2:53 pm    Post subject: Reply with quote

Thanks; I've fixed it. Something must have gone wrong during the FTP upload. The automated procedure is supposed to verify that the remote file sizes are correct, but apparently that needs fixing too.
Back to top
View user's profile Send private message Send e-mail
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Fri May 04, 2007 5:50 am    Post subject: Reply with quote

Thanks for the updates, Chris, they come just in time that I need them. :)
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
SKAN



Joined: 26 Dec 2005
Posts: 5574

PostPosted: Sat May 05, 2007 11:54 am    Post subject: Reply with quote

Chris wrote:
Here are the changes for v1.0.46.13:
...
Improved optional parameters to accept quoted/literal strings as default values.

Improved ByRef parameters with the ability to be optional (i.e. they may accept default values). [thanks Corrupt]


Thanks Mr.Chris. Default values for ByRef params is useful to me.

Smile
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3592
Location: Belgrade

PostPosted: Sat May 05, 2007 1:24 pm    Post subject: Reply with quote

This is really great update. I missed those features every day.
_________________
Back to top
View user's profile Send private message MSN Messenger
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Wed May 09, 2007 1:31 pm    Post subject: Reply with quote

Here are the changes for v1.0.46.15:

Fixed GuiControl, GuiControlGet, and "Gui ListView/TreeView" to support static variables and ByRefs that point to globals/statics. [thanks Peter]

Fixed FileInstall causing the Random command to become non-random in compiled scripts. [thanks Velocity]

Reduced the size of compiled scripts by about 16 KB due to UPX 3.0. [thanks to atnbueno for discovering the optimal command-line switches]
Back to top
View user's profile Send private message Send e-mail
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Wed May 30, 2007 1:23 pm    Post subject: Reply with quote

Here are the changes for v1.0.46.16:

Fixed "Gui, Tab, TabName" when used after a previous "Gui Tab". [thanks Toralf]

Improved SetTimer to treat negative periods as "run only once". [thanks Majkinetor]

Added "GuiControlGet Hwnd", which is a more modular/dynamic way to retrieve a control's HWND. [thanks Majkinetor]

Added built-in variables A_ThisLabel and A_ThisFunc, which contain the names of the currently-executing label/function. [thanks Titan & Majkinetor]
Back to top
View user's profile Send private message Send e-mail
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Wed May 30, 2007 1:37 pm    Post subject: Reply with quote

Cool, I just upgraded, and I updated ahk1.properties to include the two new variables.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Wed May 30, 2007 2:01 pm    Post subject: Reply with quote

Thanks a lot for the update.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10464

PostPosted: Wed May 30, 2007 2:10 pm    Post subject: Reply with quote

For the next release, JGR has written the code to support built-in callbacks. I also hope to work on the mechanism for the standard library and a built-in Extract/InsertInteger.
Back to top
View user's profile Send private message Send e-mail
Sean



Joined: 12 Feb 2007
Posts: 1247

PostPosted: Wed May 30, 2007 2:27 pm    Post subject: Reply with quote

Chris wrote:
For the next release, JGR has written the code to support built-in callbacks. I also hope to work on the mechanism for the standard library and a built-in Extract/InsertInteger.

That's cool!
Could you tell us a bit more detail about it, I mean, how will it be implemented etc?
Personally I'm kinda expecting something like this:

Code:
pfn := Callback("function_name", "int", "int", "str")
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Announcements All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 4 of 8

 
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