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

ActionsFilter: Some action names are multiline and it breaks Locator's result list

    XMLWordPrintable

Details

    • All
    • da9afa8cc (13.0)

    Description

      To reproduce: type "t syn". When 1st hit is multiline, it breaks the results list.

      The action from code (actionhandler.cpp):

          d->synchronizeBrowserAction = registerCommand(
                      Constants::ACTION_SYNC_BROWSER, nullptr, Core::Context(),
                      Tr::tr("Synchronize Browser and Diagram") + "<br><i><small>"
                      + Tr::tr("Press && Hold for Options") + "</small></i>", QKeySequence(),
                      Utils::Icons::LINK_TOOLBAR.icon())->action();
      

      Attachments

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

        Activity

          People

            con Eike Ziller
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes