Interface IMultiTextSelection

All Superinterfaces:
ISelection, ITextSelection
All Known Implementing Classes:
BlockTextSelection, MultiTextSelection, TextSelection

public interface IMultiTextSelection extends ITextSelection
This interface represents a textual selection that can be made of multiple discontinued selected ranges.
Since:
3.19
  • Method Details

    • getRegions

      IRegion[] getRegions()
      Returns a non-empty array containing the selected text range for each line covered by the selection.
      Returns:
      an array containing a the covered text range for each line covered by the receiver