corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Zap Char (Vi's t/T/f/F style selection) - plugin detail

Select text analogous to Vi's f/F/t/T keybindings.

NetBeans Plugin - Zap Char (Vi's t/T/f/F style selection)
Plugin owner: sandipchitale
Website: http://sandipchitale.blogspot.com
Added: 2009-01-30
Last updated: 2009-01-30
NetBeans Versions: 6.5
License: CDDL
Category:
Size: 0.01 MB
Downloaded: 97 times
Rating:
 0, by 0 users


Download plugin

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


What's new in this version

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.