MCPcopy Create free account
hub / github.com/KDE/kdevelop / slotDocumentActivated

Method slotDocumentActivated

kdevplatform/language/highlighting/colorcache.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ColorCache::slotDocumentActivated()
165{
166 KTextEditor::View* view = ICore::self()->documentController()->activeTextDocumentView();
167 ifDebug(qCDebug(LANGUAGE) << "doc activated:" << doc; )
168 if (view) {
169 updateColorsFromView(view);
170 }
171}
172
173void ColorCache::slotViewSettingsChanged()
174{

Callers

nothing calls this directly

Calls 2

documentControllerMethod · 0.80

Tested by

no test coverage detected