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.
Note: enabling block selection mode disables word wrap ITextEditorExtension6
),
enabling word wrap will disable block selection mode.
state
- the new block selection stateITextEditorExtension6.setWordWrap(boolean)
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.