MCPcopy Create free account
hub / github.com/SpartanJ/eepp / notifyDocumentLineMove

Method notifyDocumentLineMove

src/eepp/ui/doc/textdocument.cpp:4392–4398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4390}
4391
4392void TextDocument::notifyDocumentLineMove( const Int64& fromLine, const Int64& toLine,
4393 const Int64& numLines ) {
4394 Lock l( mClientsMutex );
4395 for ( auto& client : mClients ) {
4396 client->onDocumentLineMove( fromLine, toLine, numLines );
4397 }
4398}
4399
4400void TextDocument::escape() {
4401 BoolScopedOpOptional op( !mDoingTextInput, mDoingTextInput, true );

Callers

nothing calls this directly

Calls 1

onDocumentLineMoveMethod · 0.45

Tested by

no test coverage detected