The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
MASM32
»
QE request
« previous
next »
Print
Pages: [
1
]
Author
Topic: QE request (Read 4505 times)
sinsi
Guest
QE request
«
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...
Logged
jj2007
Member
Posts: 13637
Assembly is fun ;-)
Re: QE request
«
Reply #1 on:
March 13, 2016, 08:25:00 PM »
Good idea, but why limit it to Google? ;)
Logged
Masm32 Tips, Tricks and Traps
hutch--
Administrator
Member
Posts: 10281
Mnemonic Driven API Grinder
Re: QE request
«
Reply #2 on:
March 13, 2016, 09:58:43 PM »
Sinsi,
A QE plugin ?
Logged
hutch at movsd dot com
http://www.masm32.com
TouEnMasm
Member
Posts: 1764
Re: QE request
«
Reply #3 on:
March 14, 2016, 02:36:31 AM »
Need code ?,
Open explorer , type "Msdn one_word" in the search motor (the one you want )
And all is done
Logged
Fa is a musical note to play with CL
dedndave
Member
Posts: 8828
Still using Abacus 2.0
Re: QE request
«
Reply #4 on:
March 14, 2016, 04:14:43 AM »
you could write a plug-in to create a URL file...
Code:
[Select]
[InternetShortcut]
URL=http://www.google.com/
add whatever you need to the end to make google work :P
Logged
sinsi
Guest
Re: QE request
«
Reply #5 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.
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
MASM32
»
QE request