Zap Char (Vi's t/T/f/F style selection) - plugin detail
Select text analogous to Vi's f/F/t/T keybindings.
|
|
Versions available
|
Download size: 0.01 MB
|
Last Update: 2009-01-30
|
What's new in this version
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
| CTRL+ALT+. | Select to char | | CTRL+ALT+SHIFT+. | Select upto char | | CTRL+ALT+, | Select from char | | CTRL+ALT+SHIFT+, | Select after char |
The char may be prefixed with a number n to refer to the nth occurrence of the char. Thus to select a numeric char you have to hit enter. The Uppercase char always matches uppercase char. The case sensitive flag is considered if the typed char is lowercase.
For example with the following text in the editor:
|abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
with caret at | and then typing
CTRL+ALT+. 2 s
will select text:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.