CodeChase is Desktop Search optimized for the Eclipse work environment.
Enables free-text search (Lucene-syntax) over content hosted on the locally accessible filesystem. Content specializations are provided for indexing and searching Java, PDF, HTML/XML, and plain-text documents. Can index and search documents located in jar, zip, tar and the various tgz and tbz2 type archives.
Design intent is to enable direct searching the platform SDK source, local workspaces, and archive code collections. Search results files can be opened directly in content appropriate platform editors.
CodeChase is implemented as:
Indexed content can be hosted on the platform in plain files or contained within archives. CodeChase can open and read jar, zip, tar, the tgz variants, and tbz2 variants.
'tar.gz' is considered a single level. To get started,
Window->Show View->Other->Certiv->CodeChase
The four search constraints boxes are combined using a logical AND. The internal logic of the individual boxes is defined as follows:
true.The proper approach to successfully designing filters is to:
To install, just unzip the CodeChase plugin and place it in the <eclipse home>/dropins directory, and restart Eclipse.