Package org.eclipse.handly.xtext.ui.editor
Supports integration of Handly-based models with the Xtext editor.
See org.eclipse.handly.examples.basic.ui
for usage example.
-
Interface Summary Interface Description IHandlyXtextDocument Handly extension interface forIXtextDocument
.IHandlyXtextDocument.IUndoableUnitOfWork<R,P> Represents an undoable unit of work. -
Class Summary Class Description HandlyDirtyStateEditorSupport ExtendsDirtyStateEditorSupport
for Handly reconciling story.HandlyJvmTypesAwareDirtyStateEditorSupport Adaptation ofJvmTypesAwareDirtyStateEditorSupport
for Handly reconciling story.HandlyXtextDocument ExtendsXtextDocument
for Handly reconciling story.HandlyXtextEditorCallback Integrates Xtext editor with Handly working copy management facility.HandlyXtextReconciler Adaptation ofXtextReconciler
for Handly reconciling story.XtextWorkingCopyCallback Xtext-specific implementation ofIWorkingCopyCallback
. -
Exception Summary Exception Description NoXtextResourceException Thrown when a method expects Xtext resource to be present in a containingXtextDocument
but it is missing.