GithubHelp home page GithubHelp logo

mpress / developer-omniboxes-for-chrome Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 26.46 MB

Google Chrome Omnibox Search Extensions for Developers

Home Page: https://chrome.google.com/webstore/detail/java-api-search/dphfngjamcomlehblpblaacingmaojnm

Makefile 0.79% JavaScript 99.15% HTML 0.06% CSS 0.01%

developer-omniboxes-for-chrome's People

Contributors

mpress avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

good-vi kgashok

developer-omniboxes-for-chrome's Issues

Feature request for PHP Search

It'd be nice if I could somehow choose which php site mirror to use, for 
example I live in Australia and the au.php.net server provides faster results 
for me. Even just having a .ini file somewhere I could change or something 
would be ideal.

Btw, love the extension, keep up the good work!


Original issue reported on code.google.com by [email protected] on 1 Mar 2011 at 9:42

Selecting a version

What steps will reproduce the problem?
1. Say you're developing something for MySQL but you can't update the MySQL 
version that is running.
2. Now say you're unsure of something and want to look it up using this 
extension.

What is the expected output? What do you see instead?
I'd wish I would see the page for the version I'm developing for, instead of it 
defaulting to 5.5.

What version of the product are you using? On what operating system?
MySQL Search v2.0 on Google Chrome v16.0.912.75 running on Windows 7

Please provide any additional information below.
This should be easy to change, a simple option page to select a version. The 
MySQL version of the docs is included in the URL:
http://dev.mysql.com/doc/refman/ 5.5 /en/create-database.html
http://dev.mysql.com/doc/refman/ 5.1 /en/create-database.html

Original issue reported on code.google.com by [email protected] on 9 Jan 2012 at 10:11

Matlab API search with number

What steps will reproduce the problem?
1. When I search function+number like "mean2" or "std2", it can't go to these 
functions directly.


Original issue reported on code.google.com by b95505017 on 27 Jan 2012 at 11:32

Spring API Search should match substrings, not just prefixes

What steps will reproduce the problem?
1. Use Spring API Search to look for "Template"

What is the expected output? What do you see instead?

Multiple matches, including JdbcTemplate.  I see only matches beginning with 
Template.

What version of the product are you using? On what operating system?

Spring API Search 1.1 for Chrome 11.0.696.68 on Windows 7

Original issue reported on code.google.com by davidgrant41 on 25 May 2011 at 8:37

Support for API search only after tab

What steps will reproduce the problem?
1.  Go into omnibox
2.  Try to search for "java garbage collection vm args"
3.  Notice that the search turns into the api search.

What is the expected output? What do you see instead?
I would like there to be a way to search the API only after hitting tab, and 
ignore space.  This could be configurable.


What version of the product are you using? On what operating system?
Chrome 10, Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Mar 2011 at 10:17

jQuery.die() not known?

What steps will reproduce the problem?
1. Enter "jq die"

What is the expected output?
A description, and link to http://api.jquery.com/die

What do you see instead?
The extension doesn't pick up on "die" being part of the jQuery API.

What version of the product are you using? On what operating system?
Extension version 1.0, Chrome 10.0.648.151, Mac OS X 10.6.7

Its counterpart, "live", *is* known.

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 3:46

JavaEE Api Search: Combination Java and JavaEE?

For complete Java API support I have to install both: Java and JavaEE Api 
Search. Thats not a problem, but then I have to know, if the class I'm looking 
for, is part of Java or JavaEE, because the keywords, I have to type in for 
these omniboxes are different (of course ;-))...
Any ideas or plans to combine this?

Original issue reported on code.google.com by [email protected] on 12 Oct 2011 at 8:19

Enter one-line summary

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 8:25

Droid extension limited to Chrome 10

What steps will reproduce the problem?
1. Use chrome on mac (not beta or developer branches)
2. Try to install the droid omnibox extension
3. Fail with a message saying I must have Chrome 10.

So I saved all the files, removed the limitation from manifest.json, and 
reinstalled the extension.
From what I see, it works ok.

Why limit it, then?

Original issue reported on code.google.com by [email protected] on 6 Feb 2011 at 12:46

MySQL Search not found

What steps will reproduce the problem?
1. Click on the MySQL Search link

What is the expected output? What do you see instead?
I expect to be taken to an extension page where I can add the search to chrome, 
like with the other omnibox extensions. Instead I am taken to the Chrome Web 
Store home page.

What version of the product are you using? On what operating system?
14.0.835.186 m on Windows Server 2008

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 1:14

Spring API Search "The requested URL /spring/docs/current/api/ was not found on this server"

What steps will reproduce the problem?
1.Just type in "spring" followed by a tab.
2.
3.

What is the expected output? What do you see instead?
Current Spring Framework API documentation.

What version of the product are you using? On what operating system?
Spring API version 2.0 on Chrome 14.0.835.163 on Windows 7

Please provide any additional information below.
The API directory name changed from "api" to "javadoc-api" in version 3.0.0.x, 
therefore when the current version is updated, there is no "api" directory.

Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 4:34

JEE URLs are incorrect

What steps will reproduce the problem?
1. Type 'jee Servlet'
2. Highlight javax.servlet.Servlet
3. Hit Enter

What is the expected output? What do you see instead?
I expect to see the javadoc for Servlet, but I see a 404 on oracle.com.  

What version of the product are you using? On what operating system?
1.0, Chrome 11.0.696.71, Windows 7

Please provide any additional information below.
I noticed that the URL has javase in the path - I would expect java*ee*

Original issue reported on code.google.com by davidgrant41 on 31 May 2011 at 7:54

Extensions are inefficient and do not properly reuse code.

There is a lot of code that is duplicated between the individual extensions but 
is not shared in a common file or set of files; accordingly, fixing bugs or 
extending any of those parts involves updating every single extension's 
implementation file. This should be reorganized in such a way to allow for 
better reuse.

In addition, the extensions are incredibly inefficient; they download HTML and 
parse it before storing it in the browser's local storage. We should do this 
parsing once, generate a "data.js" file that contains the data in the 
appropriate format, and then simply bundle the extension with the pre-parsed 
indices.

Original issue reported on code.google.com by michaelsafyan on 29 Apr 2012 at 6:36

Add Java EE APIs

Could you either:

a) add support for Java EE to the existing Java SE omnibox extension, perhaps 
with options
b) create a separate extension?

Original issue reported on code.google.com by davidgrant41 on 20 May 2011 at 8:25

Target different languages

Now this is not a bug, it´s a feature request.

It would be awesome if you could add the possibility to choose what language 
the search should target. Right now it uses en_US as default.

But thanks for a brilliant plugin!

Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 5:07

Java Omnibox Search not works

What steps will reproduce the problem?
1.Enter "java" on omnibox
2.Press Tab to start search
3.

What is the expected output? What do you see instead?
Search Java API directly from omnibox. 
Nothing.

What version of the product are you using? On what operating system?
Google Chrome Version 27.0.1453.94 dev-m.
Windows 8 (64 bit) OS.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 May 2013 at 4:37

Broken link to PHP Search

The link to PHP Search is broke,
This https://chrome.google.com/webstore/detail/ninalblnkacnbnoclnhahjecanaccjan
is the right one ;-).

Original issue reported on code.google.com by [email protected] on 11 May 2011 at 11:16

Can not search any Adobe AIR only class

Hi, I am using ActionScript 3.0 Search extension for Chrome, but I can not 
search any Adobe AIR only class. Is this a technology limitation? Or do you 
want to develop another extension for Adobe AIR?

Original issue reported on code.google.com by [email protected] on 25 Jul 2011 at 2:12

API-Search breaks alt-enter behavior

To get the full effect,
1.) Open up gmail.com and spend a few minutes typing up a letter to your dev 
team asking them to check out this sweet new Chrome Extension that allows you 
to search through your favorite API from the Omnibox!!!

2.) Before submitting the e-mail, just to test/see how it works for yourself 
place the cursor in the Omnibox, type "Rails {hit tab} Routes" then hold down 
Alt and click Enter, opening the API doc on Rails Routes in a new tab.

3.) Watch the extension ignore the fact that you had ALT held and jump to the 
Rails Routes API entry losing all of the data you had just entered into your 
e-mail in the process (this just happened to me btw.)

##

What is the expected output? What do you see instead?
Expected: Open the API in a new tab if ALT is held when ENTER is hit.
I see instead: API Opening in the current tab losing any unsaved info in the 
process (I ended up not sending the e-mail.)

##

What version of the product are you using? On what operating system?
Which Product? This question should be a bit less ambiguous:
Chrome: 13.0.782.218 m
developer-omniboxes-for-chrome: 2.0
OS: Windows 7 Home Premium on a Dell XPS [Core i7, 6GB Ram]

##

That should do it. I'd actually like to take a shot at fixing this bug (I'm a 
rails dev with experience in many other languages and technologies) myself, so 
I'll probably look into exactly how I'd go about doing that as soon as I submit 
this form. :)


Original issue reported on code.google.com by [email protected] on 2 Sep 2011 at 10:01

Ombnibar extension activation

This extension activates every time word "java" is entered in Omnibar, after 
awhile this gets annoying as it automatically starts to search API and at the 
times I just wanted to do a Google search for java ... something. 

So is there any way this API gets activated as any other search, that is after 
typing word "java" if we wanted to search API we would press tab button.

Thanks,

Adnan

Original issue reported on code.google.com by absinthesyringe on 30 May 2011 at 1:59

Ruby omnibox no longer works

What steps will reproduce the problem?
1. Attempt to search for 'String' via the omnibox
2. It will attempt to use the URL http://www.ruby-doc.org/ruby-1.9/String.html
3. The URL is no longer a valid URL on the ruby-doc website

What is the expected output? What do you see instead?
- Expect to see the documentation page for the String class

What version of the product are you using? On what operating system?
Ruby API Search Version 2.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Oct 2011 at 6:08

Why hardcode GWT javadoc?

What steps will reproduce the problem?
1. Type in HTML in the omnibox


What is the expected output? What do you see instead?
Expected to get the latest javadoc for GWT (2.4.0), but instead I see javadoc 
for GWT 2.3.0.rc1.

Solution:
Replace line 101 in background.js with 
"http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/allclasses-frame.html"
, with this instead 
"http://google-web-toolkit.googlecode.com/svn/javadoc/latest/allclasses-frame.ht
ml", then you always get the latest javadoc release for GWT.


Original issue reported on code.google.com by siyalrach on 6 Nov 2011 at 3:12

Java API version option feature request

Hi!

I'd like to post a feature request.
Nothing complicated, just an option for the extension, to set the desired Java 
API to search. At the moment the default is version 7, but say I am developing 
for java 6 or even 5, it'd be cool if I could set that as default.

Regards,

radioactivebee

Original issue reported on code.google.com by [email protected] on 24 Jan 2012 at 3:37

Chromium 9.x support?

Hello,

I was wondering if there's going to support for Chromium 9.x or you're only 
planning on sticking to 10.x


Thanks,

Adnan

Original issue reported on code.google.com by absinthesyringe on 2 Feb 2011 at 5:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.