Package com._1c.g5.v8.dt.lcore.ui.editor.embedded
package com._1c.g5.v8.dt.lcore.ui.editor.embedded
-
ClassesClassDescriptionEmbedded editor action factory with additional actions: Open declaration Format Quick Outline Show Line Numbers Toggle CommentImplementation of EmbeddedEditorActions with additional actions.Extension of
EmbeddedEditorModelAccess
that will reattach resource any time model is updated (created byEmbeddedEditorResourceProvider
.EmbeddedEditorResourceProvider
customization for purposes.CustomEmbeddedEditorBuilder
extension, that createsCustomEmbeddedEditorModelAccess
as model access entity.CustomEmbeddedEditor
extension, that createsCustomEmbeddedEditorModelAccess
as model access entity.Property tester forCustomEmbeddedEditor
, that tests editor's language.Xtext EmbeddedEditor source provider.org.eclipse.ui.edit.text.smartEnter for embedded editor
This class is adopted copy ofInsertLineAction
It has equal functionality and does the same thing.Modification context for embedded editors.This class is mainly copied fromShowWhitespaceCharactersAction
.Open declaration handler forXtext
embedded editors.This implementation has been copied from org.eclipse.jdt.internal.ui.javaeditor.ToggleCommentAction.