The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Editor::Vip::Buffer::Plugins::Selecton- Add extra selection commands to Vip::Buffer

SYNOPSIS

  use Text::Editor::Vip::Buffer
  

DESCRIPTION

Adds Selection commands to the buffer.

Functions

IsSelectionEmpty

ClearSelection

SetSelectionAnchor

SetSelectionLine

GetSelectionBoundaries

GetSelectionStartLine

GetSelectionStartCharacter

GetSelectionEndLine

GetSelectionEndCharacter

IsCharacterSelected

Returns 'true' if the character is within the boundaries of the selection.

  $buffer->IsCharacterSelected($line, $character) ;
  

Returns 'true' if the line is within the boundaries of the selection.

  $buffer->IsLineSelected($line) ;
  

SelectAll

SetSelectionAnchorAtCurrentPosition

ExtendSelection

Extends the selection to the current modification position.

ExtendSelectionToEndOfLine

ExtendSelectionToEndOfBuffer

ExtendSelectionToStartOfBuffer

ExtendSelectionHome

ExtendSelectionLeft

ExtendSelectionRight

ExtendSelectionUp

ExtendSelectionDown

SelectWord

Selects the word at the current position.

ExtendSelectionToBeginingOfWord

ExtendSelectionToNextWord

ExtendSelectionToPreviousWord

AUTHOR

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

COPYRIGHT

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.