| org.eclipse.ui.texteditor.ITextEditorExtension3
All known Subclasses: org.eclipse.ui.texteditor.AbstractTextEditor,
Inner Class :public static class InsertMode | |
Field Summary | |
final static InsertMode | INSERT Represents the non-smart insert mode. | final static InsertMode | SMART_INSERT Represents the smart insert mode. |
INSERT | final static InsertMode INSERT(Code) | | Represents the non-smart insert mode.
|
SMART_INSERT | final static InsertMode SMART_INSERT(Code) | | Represents the smart insert mode.
|
getInsertMode | InsertMode getInsertMode()(Code) | | Returns the current input mode of this editor.
the current input mode of this editor |
isChangeInformationShowing | boolean isChangeInformationShowing()(Code) | | Returns the quick diff display state.
true if quick diff info is displayed, false otherwise |
setInsertMode | void setInsertMode(InsertMode mode)(Code) | | Sets the insert mode of this editor.
Parameters: mode - the new insert mode exception: IllegalArgumentException - if mode is not a legal insert mode for this editor |
showChangeInformation | void showChangeInformation(boolean show)(Code) | | Sets the display of quick diff information.
Parameters: show - true if quick diff information should be shown, false otherwise |
|
|