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