Generic highlighter is now part of the text editor plugin.

This commit is contained in:
Leandro Melo
2010-05-20 13:56:11 +02:00
parent 9b6c86bdc1
commit 55b26868e6
47 changed files with 232 additions and 671 deletions

View File

@@ -50,6 +50,7 @@ public:
PlainTextEditorFactory(QObject *parent = 0);
virtual ~PlainTextEditorFactory();
void addMimeType(const QString &type);
virtual QStringList mimeTypes() const;
//Core::IEditorFactory
QString id() const;