Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online search #3337

Merged
merged 4 commits into from
Jun 15, 2014
Merged

Online search #3337

merged 4 commits into from
Jun 15, 2014

Conversation

rajeshvaya
Copy link
Contributor

This plugin enables the user to search online right from the sublime text editor. User can search through input, right-clicking the selected text and through general key-bindings.

You can also add your own custom domains, search engines and other documentations which are not included by default in this plugin

Defaults

  • google (e.g. google: best css practices)
  • stackOverflow (e.g. stackoverflow: jquery animate not working)
  • github (e.g. github: noSQL databases)
  • php (e.g. php: in_array)
  • jquery (e.g. jquery: fadeIn)
  • youtube (e.g. youtube: node.js tutorials)
  • image (e.g. image: facebook icon)

@FichteFoll
Copy link
Collaborator

Looks like you are pretty good at reinventing the wheel (or bad at searching for existing plugins):

https://sublime.wbond.net/packages/WebSearch
https://sublime.wbond.net/packages/Google%20Search
https://sublime.wbond.net/packages/Search%20Anywhere
https://sublime.wbond.net/packages/Internet%20Search

So, how does your plugin relate to these?

@rajeshvaya
Copy link
Contributor Author

Hello,

I understand that it seems that I am re-inventing the wheel :). However below are the differences

I had come across these plugins and the problem is that I have to merge more than 2 plugins to make it work with full features. (It involves studying 4-5 repos and then implementing changes.).

@FichteFoll
Copy link
Collaborator

Whatever. Your tags must be valid semantic versions though.

FichteFoll added a commit that referenced this pull request Jun 15, 2014
@FichteFoll FichteFoll merged commit e24588f into wbond:master Jun 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants