Details
Description
Due to NavigatorView Context Help internally calling TextEditor ContextHelp is also broken with the recent changes.
void TextEditorView::qmlJSEditorContextHelp(const Core::IContext::HelpCallback &callback) const { if (m_widget->textEditor()) m_widget->textEditor()->contextHelp(callback); else callback({}); }
Attachments
Issue Links
- relates to
-
QDS-13248 Fix context sensitve help for items
- Closed
For Gerrit Dashboard: QDS-13252 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
578329,2 | QmlDesigner: Fix NavigatorView context help | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | -1 |
578340,2 | QmlDesigner: Add custom context help NavigatorView | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | -1 |