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

Context Help for NavigatorView is broken

    XMLWordPrintable

Details

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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes