|
CommandLineSearch
Search custom code repositories with CodeSearch-Plugin
CommandLineSearchCommandLineSearch allows you to add custom search providers to the CodeSearch-Plugin easily. Compatible commandline toolsTo work with CodeSearch-Plugin, the commandline search utility must:
ExampleI have a proprietary search tool for my code repository that works like this: jessewilson$ /home/jessewilson/bin/codesearch /Repository/Projects HelloWorld
/Repository/Projects/GlazedLists/source/ca/odell/glazedlists/HelloWorld.java:12:public class HelloWorld {
/Repository/Projects/GlazedLists/source/ca/odell/glazedlists/HelloWorld.java:14: public HelloWorld() {
/Repository/Projects/GlazedLists/source/ca/odell/glazedlists/HelloWorld.java:23: System.out.println("HelloWorld");
/Repository/Projects/Riders/source/com/publicobject/Simulation2007.java:100: // see this is a HelloWorld example of the API thatTo configure this search tool, I use the following settings:
|
Sign in to add a comment