Console Grep¶
Console Grep is a plugin utility for the Eclipse IDE designed to search and filter text within the console view.^[600-developer-tools-extract-the-eclipse-plugin.md]
Installation via Dropins¶
Because this plugin is often distributed independently, a common method for installation involves extracting the plugin files and placing them into the Eclipse dropins directory. This process requires a manual setup to ensure the directory structure is correct.^[600-developer-tools-extract-the-eclipse-plugin.md]
The procedure involves the following steps:
- Acquisition: Download the ZIP version of Eclipse or STS.^[600-developer-tools-extract-the-eclipse-plugin.md]
- Initial Install: Use the Eclipse Marketplace to temporarily install
console Grep.^[600-developer-tools-extract-the-eclipse-plugin.md] - Extraction: Navigate to the Eclipse directory, locate the installed files (including
featuresandplugins), and copy them to a temporary location, maintaining the directory structure.^[600-developer-tools-extract-the-eclipse-plugin.md] - Relocation: Uninstall the plugin via Marketplace, close Eclipse, and paste the copied files into the
dropinsfolder.^[600-developer-tools-extract-the-eclipse-plugin.md]
Directory Structure¶
When manually moving the plugin files to the dropins directory, the following folder hierarchy is required to ensure Eclipse recognizes the plugin:^[600-developer-tools-extract-the-eclipse-plugin.md]
eclipse/
dropins/
console/ <-- Custom folder name for the plugin
eclipse/
features/ <-- Paste 'features' files here
plugins/ <-- Paste 'plugins' files here
Sources¶
^[600-developer-tools-extract-the-eclipse-plugin.md]
Related¶
- [[Eclipse]]
- [[Dropins]]
- Documentation Workflow