SelectMethod action (can select method, field with the javadoc; by default mapped to Ctrl-Shift-M).
This plugin uses non-published IDEA API.
Downloads, Bugs, RFEs:
http://sourceforge.net/projects/tz-ip/
- Copy the jar file (e.g. Select.jar) to the plugins directory ($IDEA_HOME/plugins).
- Restart IDEA.
SelectPlugin.SelectMethod. By default mapped to Ctrl-Shift-M.
It will select the method including blank lines after the method.
You can invoke it anywhere in the method (actually anywhere in the "selected" area, i.e. select method,
now notice the area that was selected, you can select the method by invoking the action anywhere in this area).
The action will select the javadoc comment (if present). The action also works for fields, static and instance initializers.
In xml files selects root element's children (e.g. target tags in Ant's build.xmls).
- Specify locations in build-home.properties
- ant clean main.
- Works only with Aurora builds (tested with #896).
- Works in xml files - selects root element's children (e.g. target tags in Ant's build.xmls).
-- TimurZambalayev - May 27, 2003
|
|