| Version: | 0.3.1 |
|---|---|
| Author: | Ollie Rutherfurd |
First Mate implements some editing features from TextMate (http://macromates.com/).
Its primary feature is Auto-Paired Characters. When enabled, when you type one of the following characters:
the corresponding closing character is inserted after the caret.
When enabled, if text is selected, typing an auto-paired character will wrap the selection instead of overwriting it. For example:
``[selection] => "[selection]"``
You may control which of the supported characters are auto-paired on a mode by mode basis, using properties. Property names follow this format:
mode.<MODE>.pair.<CHAR>=boolean
For example, apostrophe is disabled in vbscript by default:
mode.vbscript.pair.apostrophe=false
The character names to use when setting properties are:
At present, there is no option pane for controlling character-pairing by mode. The properties must by set by hand.
Send bug reports or feature requests to:
- Version 0.3.1 (requires jEdit 4.3pre5)
- Fixed pairing of apostrophes when "don't autopair apostrophe after letter" enabled, text was selected, and caret after a letter.
- Fixed pairing of apostrophes when "don't autopair apostrophe after letter" disabled (didn't work at all).
- Version 0.3 (requires jEdit 4.3pre5)
- updated for 4.3pre5 API changes
- Auto-Paired characters around selections works with multiple and rectangular selections.
- Version 0.2, initial release
The source code for this plugin is release under the GPL. Please see http://www.fsf.org/copyleft/gpl.html.