public interface ITextEditorExtension5
ITextEditor. Adds the following
functions:
This interface may be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlockSelectionModeEnabled()
Returns
true if the receiver is in block (aka column) selection mode,
false otherwise. |
void |
setBlockSelectionMode(boolean state)
Sets the block selection mode state of the receiver to
state. |
boolean isBlockSelectionModeEnabled()
true if the receiver is in block (aka column) selection mode,
false otherwise.void setBlockSelectionMode(boolean state)
state. Nothing happens
if the receiver already is in the requested state.state - the new block selection state
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.