Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-13252

Context Help for NavigatorView is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • QDS 4.6.0
    • Some future release
    • Navigator
    • None
    • 52a5cfdb3 (qds/dev), 7e3066261 (qds/dev)
    • QDS Berlin - 2024 Week 29/30

      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({});
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            henning Henning Gründl
            henning Henning Gründl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes