Text::Editor::Vip::Buffer::Selection - Selection handling for buffer


Text-Editor-Vip documentation  | view source Contained in the Text-Editor-Vip distribution.

Index


GetSelection

Returns the selection object used by the buffer.

SetSelection

Sets the selection object passed as argument to use by the buffer

GetSelectionBoundaries

Returns the selection boundaries used by the buffer.

SetSelectionBoundaries

Sets the selection boundaries use by the buffer

Returns the selection contents joined with "\n" except for the last line

DeleteSelection

Removes the text within the selection, if any, from the buffer. Sets the modification position to the start of the selection

RunSubOnSelection

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.

NAME

Top

Text::Editor::Vip::Buffer::Selection - Selection handling for buffer

SYNOPSIS

Top

  use Text::Editor::Vip::Buffer::Selection




DESCRIPTION

Top

Plugin for Vip::Buffer. It handles Selection.

USAGE

Top

BUGS

Top

SUPPORT

Top

AUTHOR

Top

	Khemir Nadim ibn Hamouda
	CPAN ID: NKH
	mailto:nadim@khemir.net
	http:// no web site

COPYRIGHT

Top


Text-Editor-Vip documentation  | view source Contained in the Text-Editor-Vip distribution.