forked from qt-creator/qt-creator
QmlJSEditor: Rename QmlJSEditorEditable into QmlJSEditor
Change-Id: I710817ffd7bdf87aa6c0fed0f1f3cd4ea842fd01 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -66,11 +66,13 @@
|
||||
#include <QTextDocumentFragment>
|
||||
|
||||
using namespace QmlJS;
|
||||
using namespace QmlJSEditor;
|
||||
using namespace QmlJSTools;
|
||||
using namespace Internal;
|
||||
using namespace TextEditor;
|
||||
|
||||
namespace QmlJSEditor {
|
||||
|
||||
using namespace Internal;
|
||||
|
||||
namespace {
|
||||
|
||||
enum CompletionOrder {
|
||||
@@ -335,7 +337,11 @@ bool isLiteral(AST::Node *ast)
|
||||
|
||||
} // Anonymous
|
||||
|
||||
Q_DECLARE_METATYPE(CompleteFunctionCall)
|
||||
} // namesapce QmlJSEditor
|
||||
|
||||
Q_DECLARE_METATYPE(QmlJSEditor::CompleteFunctionCall)
|
||||
|
||||
namespace QmlJSEditor {
|
||||
|
||||
// -----------------------
|
||||
// QmlJSAssistProposalItem
|
||||
@@ -1028,3 +1034,5 @@ bool QmlJSAssistProposalModel::keepPerfectMatch(TextEditor::AssistReason reason)
|
||||
{
|
||||
return reason == ExplicitlyInvoked;
|
||||
}
|
||||
|
||||
} // namespace QmlJSEditor
|
||||
|
||||
Reference in New Issue
Block a user