forked from qt-creator/qt-creator
Improve Qml code model import handling.
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
This commit is contained in:
@@ -176,6 +176,7 @@ public:
|
||||
};
|
||||
|
||||
void rehighlight(const Source &source);
|
||||
void setModelManager(ModelManagerInterface *modelManager);
|
||||
|
||||
Q_SIGNALS:
|
||||
void changed(const QmlJSEditor::Internal::SemanticInfo &semanticInfo);
|
||||
@@ -193,6 +194,7 @@ private:
|
||||
bool m_done;
|
||||
Source m_source;
|
||||
SemanticInfo m_lastSemanticInfo;
|
||||
ModelManagerInterface *m_modelManager;
|
||||
};
|
||||
|
||||
class QmlJSTextEditor : public TextEditor::BaseTextEditor
|
||||
|
||||
Reference in New Issue
Block a user