General
-
Use regular Java editor window in Eclipse
Use the regular Java editor to view found source code. This would let the user search it and single-step through it in the debugger. JD-Eclipse has a similar feature, but unlike JD-Eclipse make sure it enhances or at least doesn't break Javadoc and code assist.
5 votes -
Show history
It would be useful to display links to the the last 10 or 20 classes that I have looked at on the main page somehow. I imagine you could do this with a cookie?
I often have to go back and look at a class multiple times while I am developing in a certain area and I can't always remember what the name of the class was.
4 votes -
Expose a web services api.
This would enable us to write plugins for other IDE's like netbeans or access from other Webapps used in company intranets etc
3 votesWe have a preliminary set of API calls. Look at http://grepcode.com/api for details.
-
3 votes
-
Enhance search capabilities
I might be missing something but to me the search is far from what you'd expect under the name grep. There are no regular expressions but that's not as frustrating as the way it searches normal queries - it doesn't seem to search exact matches but rather partial ("onRecieve" gives all "on*" methods) and it seems that the default logic for multiple words is OR - I think that's completely inappropriate for searching code. I hope I missed something obvious because if not, that's... very strange.
3 votes -
Enable mobile code brow
Browsing grepcode from an iPhone is quite painful, this may be true with other mobile devices too.
I suggest enabling mobile browsing for the website.
3 votes -
a plugin with
Plugin With annotation
version and pluginname
view javamylibs plugit not working edition2 votes -
Add vertical splitter between type hierarchy box and detail box
Add a posibility to see more text in the hierarchy tree like adding splitter to resize the left navigation (hierarchy, outline, etc.) box.
2 votes -
i would like to propose a new functionality to the current available API calls : it's regarding the search use case, currently the API does
i would like to propose a new functionality to the current available API calls : it's regarding the search use case, currently the API doesn't expose any search service it only offers the possibility to get a file using a set of parameters like repository_path, version, full_class_name... what i suggest is to add a new service that takes the search key words as a parameter and return a formatted text result that could be interpreted, for example a search for the keyword "Assert" would return :
<SearchResults>
<ResultItem>
<repository_path>repo1.maven.org/maven2</repository_path>
<group>junit</group>
<project>junit</project>
<version>4.8.1</version>
<full_class_name>org.junit.Assert</full_class_name>
</ResultItem>
</SearchResults>this feature will allow the…
1 vote -
1 vote
Adminvinayakb
(Admin, Grepcode)
responded
Hi Chico,
Have you seen this? http://blog.grepcode.com/2009/08/adding-grepcode-to-browsers-search-bar.html
Are you looking for something else?
-
1 vote
-
Can it automatic download from your api saved in local and then open in the source editor in eclipse
When I use eclipse, I found it is painfull when I don't find the source code from some open source class jar files. If you can develop an eclipse-plugin or something else can automatic download source code jar when I click "attach source code path" , saved to local then open it in the editor. Next time, when I open the project, I don't need any file download. It seems like maven, but it is different. Just an idea.
1 vote -
Integrate with m2eclipse
I think your eclipse plugin is great. I also use m2eclipse. It would be neat if your plugin could inspect the maven dependencies for the current project and automatically choose the correct version of code to display instead of making us choose.
1 vote -
Eclispe plug-in should use Eclipse's configured proxy settings
I just came across your web site - it is great. I tried to install your plug-in but unfortunately it does not function because where I work, we need to use a proxy to go out on the internet. I generally have no trouble using eclipse because it has configurable proxy settings (configurable under General->Network Connections).
It would be great if the eclipse plug-in used these proxy settings when trying fetch data from the internet.
1 vote -
1 vote
Adminvinayakb
(Admin, Grepcode)
responded
Can you please elaborate on this feature?
-
Add version information for multiple occurencies of same type in type hierarchy view
As some types can evolve within different version of a project it would be nice to select right version for navigation.
0 votes
- Don't see your idea?