Packages

package textsync

Type Members

  1. case class ChangedDocument(uri: String, version: Int, text: Option[String], textEdits: Option[Seq[TextEdit]]) extends Product with Serializable

    Document that has its text changed

  2. trait EnvironmentProvider extends AnyRef
  3. trait IDocumentChangeExecutor extends AnyRef

    Able to execute document change.

  4. case class OpenedDocument(uri: String, version: Int, text: String) extends Product with Serializable

    Document being opened.

  5. class TextBufferInfo extends IEditorTextBuffer
  6. class TextDocument extends IAbstractTextEditorWithCursor

    Info regarding single text editor.

  7. case class TextDocumentContainer(configuration: LanguageServerSystemConf, uriToEditor: Map[String, TextDocument] = mutable.Map()) extends EnvironmentProvider with Product with Serializable
  8. class TextDocumentManager extends TextDocumentSyncConsumer

Ungrouped