| 162 | } |
| 163 | |
| 164 | void 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 | |
| 173 | void ColorCache::slotViewSettingsChanged() |
| 174 | { |
nothing calls this directly
no test coverage detected