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

git-diff: Jump to source code from merge-conflict by double-click

XMLWordPrintable

    • 26d0c7290f2cabd0799e683f23842c4e789f0f94

      Merge conflicts could happen when two branches are merged, for instance:

      ++<<<<<<< HEAD
      + QString makeCmd = bc->makeCommand();
      ++=======
      + param.setEnvironment(bc->environment());
      + QString makeCmd = bc->buildSystem()->commandName();
      ++>>>>>>> 2.4-BuildSystem

      The git plugin nicely shows the conflicts in the diff, but it is not possible to jump to the source file by double clicking as it is possible with conventional differences.

      Suggestion:
      Also jump to the source code when on a merge-conflict line is double clicked.

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

            hunger Tobias Hunger
            syntheticpp Peter Kümmel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes