Expand description
Model (Text Model Registry) domain handlers for Wind IPC.
Functionsยง
- handle_
model_ close - Close a text model and remove it from DocumentState.
- handle_
model_ get - Get the current snapshot of an open text model, or null if not open.
- handle_
model_ get_ all - Return all currently open text models.
- handle_
model_ open - Open a text model: read content from disk and register in DocumentState. Returns { uri, content, version, languageId }.
- handle_
model_ update_ content - Update the content of an open text model, incrementing its version.