Interface | Description |
---|---|
IHandlyXtextDocument |
Handly extension interface for
IXtextDocument . |
IHandlyXtextDocument.IUndoableUnitOfWork<R,P> |
An undoable top-level unit of work will be
notified of an undo change
just after modifications made by the whole transaction
have been applied to the document. |
Class | Description |
---|---|
HandlyDirtyStateEditorSupport |
Extends
DirtyStateEditorSupport for Handly reconciling story. |
HandlyJvmTypesAwareDirtyStateEditorSupport |
Adapted from org.eclipse.xtext.common.types.ui.editor.JvmTypesAwareDirtyStateEditorSupport.
|
HandlyXtextDocument |
Extends
XtextDocument for Handly reconciling story. |
HandlyXtextEditorCallback |
Integrates Xtext editor with Handly working copy management facility.
|
HandlyXtextReconciler |
Adapted from
org.eclipse.xtext.ui.editor.reconciler.XtextReconciler . |
XtextWorkingCopyCallback |
Xtext-specific implementation of
IWorkingCopyCallback . |
Exception | Description |
---|---|
NoXtextResourceException |
Signals that XtextDocument has no resource (either not set or already disposed).
|