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

The buildForRunConfigAction does not show corrent caption.

    XMLWordPrintable

Details

    • d38f7f74d (16.0)

    Description

      src\plugins\projectexplorer\projectexplorer.cpp

          dd->m_buildForRunConfigAction = new Action(
                      Tr::tr("Build for &Run Configuration"), Tr::tr("Build for &Run Configuration \"%1\""),
                      Action::EnabledWithParameter, this);
          dd->m_buildForRunConfigAction->setIcon(buildIcon);
          cmd = ActionManager::registerAction(dd->m_buildForRunConfigAction,
                                              "ProjectExplorer.BuildForRunConfig");
          cmd->setAttribute(Command::CA_UpdateText);
          cmd->setDescription(dd->m_buildForRunConfigAction->text());
          mbuild->addAction(cmd, Constants::G_BUILD_BUILD);

       

      does not escape "%{Device:Name}" to real name.

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-32350
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            ntp2020 zhu xiaoguang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes