forked from qt-creator/qt-creator
TextEditor: replace generic highlighter with ksyntaxhighlighting
Fixes: QTCREATORBUG-21029 Change-Id: I9894c4384e0e47da6bf030b7b8e07c3ad4737ff3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include "codeassistant.h"
|
||||
#include "completionassistprovider.h"
|
||||
#include "iassistprocessor.h"
|
||||
#include "textdocument.h"
|
||||
#include "iassistproposal.h"
|
||||
#include "iassistproposalmodel.h"
|
||||
#include "iassistproposalwidget.h"
|
||||
@@ -35,6 +34,7 @@
|
||||
#include "runner.h"
|
||||
#include "textdocumentmanipulator.h"
|
||||
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
#include <texteditor/completionsettings.h>
|
||||
|
||||
Reference in New Issue
Block a user