|
Project Information
Featured
Downloads
Links
|
DescriptionThis plugin provides configurable text selections based on single or multiple left mouse button clicks, i.e., single click, double click, triple click, quadruple click, quintuple click. For example, a double click can be set to select names that include underscores, or a quadruple click can be set to select a paragraph. Latest2011-01-03
cp -p ~/.gnome2/gedit/plugins/clickconfig/click_config_configs ~/.config/clickconfig/ ConfigurationRegular expressions are used to specify types of text selections. Several presets are included. New selection types can be added just by typing a new name, editing the regex pattern, and clicking Add. The settings are saved in a configuration file in the plugins directory. A set of selection type assignments for each of the five clicks can be saved with a name so that you can create different setups for different circumstances. And you can assign any of the languages that Gedit detects (for example, Python, C++, or PHP) to your configurations so that Click Config will automatically use rules appropriate for the detected language.
The plugin also creates a submenu within Gedit's Edit menu for accessing the configuration window or directly making a selection. This allows for hotkeys to be set for any of the defined selections. To modify menu shortcut keys, you may have to enable the feature. In Ubuntu versions prior to Lucid Lynx 10.04, you can go to System > Preferences > Appearance and on the Interface tab check "Editable menu shortcut keys". In Lucid, the Interface tab has been removed, so you have to press Alt-F2, type gconf-editor, then navigate to /desktop/gnome/interface and check "can_change_accels". Then, in Gedit, while you have the menu item highlighted, press the hotkey combination you want to have assigned to it, or press Backspace to clear the hotkey assignment.
Installation
Origin
Feedback and SupportPlease use the issues list to report bugs. Use the Click Config Google group to post questions, comments, or suggestions, etc. Upgrading from v1.0/v1.01 to v1.1+The older version had files loose in the plugins folder (click_config_ui.py, etc.). If you installed that version, get rid of the old click_config files except for the click_config_configs file, which stores any configurations you made. To keep those settings, just drag the click_config_configs file into the clickconfig folder or use the Import button on the configuration window to add it to your new settings. |