QmlJSEditor: Add completion for JS keywords and Qml reserved words.

Task-number: QTCREATORBUG-919
Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-03-26 13:50:51 +01:00
parent c21747a292
commit b2bb919e45
3 changed files with 30 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ public:
int state() const;
bool isKeyword(const QString &text) const;
static QStringList keywords();
private:
int _state;