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

Method onDocumentLoaded

src/eepp/ui/uicodeeditor.cpp:654–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void UICodeEditor::onDocumentLoaded( TextDocument* ) {
655 if ( mInvalidateOnLoaded ) {
656 ensureMainThread( [this] { onDocumentLoaded(); } );
657 mInvalidateOnLoaded = false;
658 }
659}
660
661void UICodeEditor::invalidateLineWrapMaxWidth( bool force ) {
662 switch ( mLineWrapType ) {

Callers 3

loadFileFromPathMethod · 0.45
loadAsyncFileFromPathMethod · 0.45
notifyDocumentLoadedMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected