| Text-Editor-Vip documentation | view source | Contained in the Text-Editor-Vip distribution. |
Returns the selection object used by the buffer.
Sets the selection object passed as argument to use by the buffer
Returns the selection boundaries used by the buffer.
Sets the selection boundaries use by the buffer
Returns the selection contents joined with "\n" except for the last line
Removes the text within the selection, if any, from the buffer. Sets the modification position to the start of the selection
Runs a user supplied sub on the selection. The sub is called for each line in the selection. It can return a string or undef if the section is to be removed.
Text::Editor::Vip::Buffer::Selection - Selection handling for buffer
use Text::Editor::Vip::Buffer::Selection
Plugin for Vip::Buffer. It handles Selection.
Khemir Nadim ibn Hamouda CPAN ID: NKH mailto:nadim@khemir.net http:// no web site
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
| Text-Editor-Vip documentation | view source | Contained in the Text-Editor-Vip distribution. |