The MASM Forum

Projects => MASM32 => Topic started by: sinsi on March 13, 2016, 04:26:38 PM

Title: QE request
Post by: sinsi on March 13, 2016, 04:26:38 PM
I'm using a plugin I wrote that searches Google/MSDN for the selected text but it would be nice to have it built-in to the editor...
Title: Re: QE request
Post by: jj2007 on March 13, 2016, 08:25:00 PM
Good idea, but why limit it to Google?  ;)
Title: Re: QE request
Post by: hutch-- on March 13, 2016, 09:58:43 PM
Sinsi,

A QE plugin ?
Title: Re: QE request
Post by: TouEnMasm on March 14, 2016, 02:36:31 AM
Need code ?,  :biggrin:
Open explorer , type "Msdn one_word" in the search motor (the one you want )
And all is done
Title: Re: QE request
Post by: dedndave on March 14, 2016, 04:14:43 AM
you could write a plug-in to create a URL file...
[InternetShortcut]
URL=http://www.google.com/


add whatever you need to the end to make google work   :P
Title: Re: QE request
Post by: sinsi on March 14, 2016, 07:14:05 AM
I have my plugin, just thought it would be a good feature to have as part of the base code of QE.