Messages - Jesper Hertel [ switch to compact view ]

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21next
76
Ahhh, so that was why I was never able to start Windows Live Messenger with FARR!

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Live\Windows Live Messenger .lnk

Now why on earth did they put a space in there, just before the extension?

77
  • [Feature] - Added delayed search initiation option.
This is sooo cool! :Thmbsup: I have really been missing this, because FARR couldn't follow my typing speed and was all too busy searching long before I was finished typing what I was looking for, and when I was finished, it was often still searching for something that was not the right thing. Very often a couple of seconds (it feels like 1 to 3 seconds) was spent "Searching for plugins" - I don't know if this has been fixed too? I don't want it to search for (new?) plugins when I just want to search for something on Google...

78
Find And Run Robot / Re: URL encoding in aliases?
« on: February 20, 2009, 07:22 PM »
jesper that is a very good idea, but i can do better and just automatically encode url strings; look for it in next release coming in the next few days.
You really rock, mouser! I keep wondering if you really are a normal human being or if you are actually a team of 100 developers disguised as one person? ;)

Or maybe you are just one of those SDAs (Software Developing Angels) sent by God? :P




79
Find And Run Robot / Re: URL encoding in aliases?
« on: February 20, 2009, 07:12 PM »
It accepts an unencoded url as the commandline parameter, converts & encodes it, then launches it in the default browser. (I also included the source)
Thanks, app103! Good suggestion :Thmbsup:, I hadn't thought of going that way...

Now with mouser's nice promises of an automagic solution without me having to move a finger, I will wait for a few days to see if that simply solves my problem!  ;)

80
Find And Run Robot / URL encoding in aliases?
« on: February 20, 2009, 05:31 PM »
I use my shortcut "g text" all the time to search for text in Google:

Regexp: ^g (.*)
Result: Google: $$1 |http://www.google.dk/search?q=$$1 /ICON=icons\google.ico

Well, now I wanted to search for "C# idioms", inspired by another thread here on DonationCoder. But no, that did not work: I got a search for C only, without any idioms - check http://www.google.dk/search?q=c#%20idioms. Apparently the q argument of the Google search is delimited by the # character.

Would there be any possibility to be able to URL encode the search string? Like a $$$1 instead of $$1 or something like that, or maybe a little more clever like $${urlencode($$1)} to allow for other functions in the future?

Like:

Google: $$1 |http://www.google.dk/search?q=$$$1 /ICON=icons\google.ico

or

Google: $$1 |http://www.google.dk/search?q=$${urlencode($$1)} /ICON=icons\google.ico

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21next
Go to full version