| Interface | Description |
|---|---|
| IEditedResourceProvider |
The
IEditedResourceProvider returns a new resource that is not necessarily
backed up by an IResource. |
| Class | Description |
|---|---|
| ActionActivationCode |
Utility to match keystrokes.
|
| ActionDefinitionToStyledTextAction |
Maps an action definition id to an
StyledText action. |
| ActivationCodeTrigger |
VerifyKeyListener that will trigger a matching action directly instead
of using the key binding API.
|
| EmbeddedEditor |
Handle for an embedded Xtext editor.
|
| EmbeddedEditorActions | |
| EmbeddedEditorActions.Factory | |
| EmbeddedEditorFactory |
Factory to create embedded editors for arbitrary
resources. |
| EmbeddedEditorFactory.Builder | |
| EmbeddedEditorMessages | |
| EmbeddedEditorModelAccess |
The model access allows to obtain or manipulate the edited text.
|
| MarkRegionTargetWithoutStatusline |
Implementation of
IMarkRegionTarget using ITextViewer. |
| OperationHistoryListener | |
| TextViewerAction |
Skeleton of a standard text viewer action.
|
| TextViewerDeleteLineAction | |
| TextViewerJoinLinesAction |
Action for joining two or more lines together by deleting the
line delimiters and trimming the whitespace between them.
|
| TextViewerMarkAction |
An action to handle emacs-like marked regions.
|
| TextViewerMoveLinesAction |
Action for moving selected lines in a viewer.
|
| TextViewerOperationAction |
An action which gets a text operation target from its text editor.
|
| TextViewerShiftAction |
Action for shifting code to the right or left by one indentation level.
|