Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chris2011/NbQuickSearchExtender
Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.
https://github.com/Chris2011/NbQuickSearchExtender
Last synced: 22 days ago
JSON representation
Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.
- Host: GitHub
- URL: https://github.com/Chris2011/NbQuickSearchExtender
- Owner: Chris2011
- License: mit
- Created: 2015-12-04T10:23:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T20:55:15.000Z (over 7 years ago)
- Last Synced: 2024-10-28T12:00:04.163Z (about 2 months ago)
- Language: Java
- Size: 2.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-netbeans - NbQuickSearchExtender - Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider. (:electric_plug: Plugins <a name="plugins"></a> / Productivity)
README
NbQuickSearchExtender
Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.
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.Legend
g = google.com
n = npmjs.com
w = wikipedia.com
st = stackoverflow.com
gh = github.com
bb = bitbucket.org
pg = packagist.org
dh = hub.docker.comUsage
- 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
Known provider problems
- 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.
See how it works