QmlJS: Implement context help and tooltips for properties.

This commit is contained in:
Christian Kamm
2010-11-17 14:48:25 +01:00
parent aa2d9e6dd6
commit 740eb6a987
6 changed files with 124 additions and 33 deletions

View File

@@ -79,7 +79,8 @@ private:
void prettyPrintTooltip(const QmlJS::Interpreter::Value *value,
const QmlJS::Interpreter::Context *context);
QString qmlHelpId(const QString &itemName) const;
TextEditor::HelpItem qmlHelpItem(const QmlJS::LookupContext::Ptr &lookupContext,
QmlJS::AST::Node *node) const;
QmlJS::ModelManagerInterface *m_modelManager;
QColor m_colorTip;