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

[CLOSED] Feature request: invoking Google search via Quick Open #6504

Open
core-ai-bot opened this issue Aug 30, 2021 · 7 comments
Open

[CLOSED] Feature request: invoking Google search via Quick Open #6504

core-ai-bot opened this issue Aug 30, 2021 · 7 comments

Comments

@core-ai-bot
Copy link
Member

Issue by larz0
Thursday Mar 13, 2014 at 20:54 GMT
Originally opened as adobe/brackets#7194


Something like this:

brackets_googlesearch_001

It should show the search results in Chrome (same browser as live preview).

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Thursday Mar 13, 2014 at 21:01 GMT


@larz0 It should be easy to do in an extension if you're willing to have a prefix on the search string (like other Quick Open plugins). Do you actually think this should be default behavior in core? Also, what about other online searches -- GitHub code search, stackoverflow, MDN, etc. might actually feel more relevant to developers. I don't know how much of an assumption we'd want to bake in there...

@core-ai-bot
Copy link
Member Author

Comment by larz0
Thursday Mar 13, 2014 at 21:11 GMT


Ahh that led me to this https://github.com/peterflynn/brackets-editor-nav. Maybe we could just extend your extension and see what happens :)

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Thursday Mar 13, 2014 at 21:46 GMT


@larz0 That extension doesn't do any online searches or anything, so it's probably not a good fit there... but it's certainly a good example of how an extension can easily plug into the Quick Open functionality.

@core-ai-bot
Copy link
Member Author

Comment by TomMalbran
Thursday Mar 13, 2014 at 22:33 GMT


Another option would be to just use a bottom panel that loads any of those pages inside Brackets.

@core-ai-bot
Copy link
Member Author

Comment by larz0
Thursday Mar 13, 2014 at 22:43 GMT


I'm able to load Bing in Brackets but not Google because of Google's same origin policy.

http://github.com/larz0/bottom-browser

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Friday Mar 14, 2014 at 00:50 GMT


I don't think it's same-origin, it's probably a no-frame header. There are security concerns about browsing to arbitrary untrusted web content inside brackets-shell though, so I'd be hesitant about doing this in core. (It also has downsides like no bookmarking, no back/fwd buttons or URL bar for free, no shared cookies with your main browser session, etc.)

@core-ai-bot
Copy link
Member Author

Comment by dangoor
Wednesday Mar 19, 2014 at 18:32 GMT


Closing as extension idea

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

No branches or pull requests

1 participant