Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12382

Unwanted Tooltip when going back in history with Alt+Left

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 3.2.0-beta1
    • Qt Creator 3.1.2, Qt Creator 3.2.0-beta1
    • Editors
    • None

      If you use Alt+Left to go back in the navigation history a tooltip might be displayed if the position you get back to is inside an identifier (e.g. for the cpp editor).

      1. This is probably not intended.
      2. In case of the cppeditor, this makes the UI sluggish since CppHoverHandler::identifyMatch() might become quite expensive due to the calls into Core::HelpManager::linksForIdentifier().

      Reproduce:

      1. Open cppeditor.cpp.
      2. Find the line "this, SLOT(updateSemanticInfo(CppTools::SemanticInfo)));" and position the cursor on "updateSemanticInfo".
      3. Hit F2.
      4. Now hit Alt+Left (and immediately the e.g. Down-Arrow to experience the sluggishness)

      Actual: Tooltip is shown.
      Expected: Tooltip is not shown.

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

            davschul David Schulz
            kosjar Nikolai Kosjar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes