A gedit plugin that adds support for selecting a string and highlighting all occurances of that string in the document.
####Unix/Linux
- Move
hilight.gedit-pluginandhilight.pyinto~/.gnome2/gedit/plugins. - In Gedit, go to Edit → Preferences → Plugins to enable the plugin.
####Windows
- Move
hilight.gedit-pluginandhilight.pyintoC:\Program Files\gedit\lib\gedit-2\plugins. - In Gedit, go to Edit → Preferences → Plugins to enable the plugin.
- Select a word (double click) or any non-word string and press
Ctrl-Shift-Fto highlight all occurances of that string. - Select nothing and press
Ctrl-Shift-Fto remove any highlights and return the text to original color.