Messages - ewemoa [ switch to compact view ]

Pages: prev1 ... 553 554 555 556 557 [558] 559 560 561 562next
2786
I hope this is an appropriate thread for the following...

I've been reading the guide while testing out some code and am puzzled by something (well, I'll start w/ one thing anyway...).  I encountered the following text in a version of the guide I downloaded:

querynokeyword is the query without alias

I tried taking a look at values for this parameter via a debugger and I didn't get the feeling that what I was seeing corresponded to "query without the alias".  In fact, I found the content quite odd -- looking at a portion of some of the source code for fscript I got from github I got the sense that querynokeyword is related to searchstring_lc_nokeywords.  Stranger still, I didn't get the feeling that what I saw corresponded to the search string without keywords either.

Any comments on what querynokeyword and/or searchstring_lc_nokeywords actually are (as well as perhaps what they are supposed to be...)?

For reference, in a plugin I'm working on now, for onRegexSearchMatch at one point when queryraw was:

webgrab http://www.weather.com/weather/local/11020 \"Feels Like<BR> +(\d+)\" \"Weather in your town is %1 degrees\"\n

I got [1] the following for querynokeyword:

webgrab http://www.weather.com/weather/local/11020 \"feels like<br> \"weather in your town is %1 degrees\"\n +(\d+)\"

I think this is with FScript 1.8.

Help would be appreciated :)


[1] I hope I've recreated the values here appropriately -- Microsoft Script Debugger doesn't seem to make this easy...

2787
Post New Requests Here / Re: Open Containing Folder
« on: November 02, 2008, 04:33 AM »
hotkey detection is a bit tricky with AHK but it could made configurable instead.

Understood.  Thanks for the consideration.

2788
Coding Snacks / Re: codename: CopyCap - a tool to copy caption text
« on: November 01, 2008, 10:38 PM »
Thanks for a pointer to that thread -- I took a look and although I'm hoping for Unicode support in AHK, looking at the span of time that the thread covers I'm not hopeful for it any time soon...

2789
Coding Snacks / Re: codename: CopyCap - a tool to copy caption text
« on: November 01, 2008, 09:54 AM »
Hmmm, neither Captain nor CopyCap seem to handle Japanese text in captions on one of my machines.  Perhaps this is an AHK thing...

2790
Post New Requests Here / Re: Open Containing Folder
« on: November 01, 2008, 09:43 AM »
Seems to work nicely here :)

(I changed MButton to XButton1 as I was already using MButton for something else [1].  In my tired state, I didn't think of any good approaches to work around the issue of multiple programs using the same mouse button -- any ideas on that front?  Is it easy to detect whether something else is already using a particular mouse button for something in AHK (or anything else for that matter)? [2])


[1] Either I configured VirtuaWin to do this or it does it by default -- don't remember...

[2] Ah, I guess Captain has an option to change the hotkey.

Pages: prev1 ... 553 554 555 556 557 [558] 559 560 561 562next
Go to full version