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

Context help for various views doesn't work if code view is closed

XMLWordPrintable

    • 1
    • bf646fe38 (qds/dev)
    • QDS Oulu - 2025 Week 23/24

      A lot of views request context sensitive help via QmlDesignerPlugin::contextHelp(), which ultimately ends up calling "m_widget->textEditor()->contextHelp(callback)" in TextEditorView. However, with DETACH_DISABLED_VIEWS, this only works if code view is open.

      It also looks like context help in general needs some fixing in project storage builds, judging from code comment and ifdeffing on TextEditorView::qmlJSEditorContextHelp.

      For example:

      • Create new empty project
      • Close all views except navigator
      • Select the root node of scene
      • Press f1 for context help

      --> Nothing happens.

      • Open code view
      • Select root node of the scene
      • Press f1 for context help

      --> Context help opens

       

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

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes