Generic highlighter: Show/hide info bar whenever the editor is configured.

This commit is contained in:
Leandro Melo
2010-09-20 11:47:01 +02:00
parent 58b800218b
commit 4d0176cd74
3 changed files with 11 additions and 3 deletions

View File

@@ -214,6 +214,8 @@ void PlainTextEditor::configure(const Core::MimeType &mimeType)
// because Kate recommends to configure indentation through another feature. Maybe we should
// provide something similar in Creator? For now, only normal indentation is supported.
m_indenter.reset(new NormalIndenter);
emit configured(editableInterface());
}
bool PlainTextEditor::isMissingSyntaxDefinition() const