It is a pain in the ass, if we add a new toolbar to netbeans only to add a new search provider like the google example from netbeans or the plugin to add search inside stackoverflow or for jar files etc. Because you have so move toolbars than each will look differnet, maybe has an other behaviour and so on. This is why I developed this little plugin which already extends the Quick Search with new search provider, for example, google, npm, wikipedia or stackoverflow.
You can see inside the code how easy it is to add a new provider to my plugin maybe via a pull request or so.
- g = google.com
- n = npmjs.com
- w = wikipedia.com
- st = stackoverflow.com
- gh = github.com
- bb = bitbucket.org
- pg = packagist.org
- dh = hub.docker.com
- Go to quick search (Maybe with Ctrl + I)
- Type "g netbeans" and see the results
- Hit enter or use the mouse to click on a link to open it inside the browser
- Bower.io - Unfortunately it's not possible to use this, because bower.io do an ajax call which and bind the result with angular. If I read the links of the result, the result is still empty. Don't know how to fix it atm.
- Findjar.com - I tried it but I got a socket timeout, because of the long response time.