public interface ExtendWordSelectionHandler
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ExtendWordSelectionHandler> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
canSelect(PsiElement e) |
java.util.List<TextRange> |
select(PsiElement e,
java.lang.CharSequence editorText,
int cursorOffset,
Editor editor) |
static final ExtensionPointName<ExtendWordSelectionHandler> EP_NAME
boolean canSelect(PsiElement e)
java.util.List<TextRange> select(PsiElement e, java.lang.CharSequence editorText, int cursorOffset, Editor editor)