On Right Click in HE display an Option to Search With Google / MS Live Search

Started by Arthur, April 20, 2009, 10:48:38 PM

Previous topic - Next topic

Arthur

Is that something dear users which will be used:

If you right-click with the mouse inside a file, the dialog [among other options] will present you with an option to search with Google or MS Live Search? Or even may be "Blog This"?

PS: Perhaps this will need to be configured as per user desire.

Stefan

Hi Arthur,
this things you can do all on your own with tools (or later with script)

Here is an example to implement your feature wish by setting up an tool:


Title:               IEXPLORE google current word
Command:     %ProgramFiles%\Internet Explorer\IEXPLORE.EXE
Arguments:     http://www.google.de/search?hl=de&q=%CurrentWord%


--
EDIT: of course you may want to use an string from "your" Google like   http://www.google.com/search?q=%CurrentWord%

EDIT2:
since 1.43 beta build 655 from 27.04.2009 you can put this command in the context menu too:
New. From now it is possible to show tool also in context menu. Controlled by flag in tool configuration

.
Stefan, HippoEDIT beta tester 
HippoEDIT - the editor programmers wants to code thyself when they are dreaming.        -Don't just edit. HippoEDIT!-

Arthur