Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.5.0-beta1
-
17668329181be771669c10baa0e322e0192fecdb (qt-creator/qt-creator/master)
Description
The Diff Editor already allows to stage/unstage individual chunks for commit.
However, especially on Windows, a "chunk" may be larger than one would expect (example: two changed lines with several unchanged lines in between are considered as one chunk).
From user side, two improvements looks reasonable:
- A "chunk" should be each change delimited by one unchanged line. Creator should automatically split existing chunks If the underlying VCS has merged them together.
- Even within a chunk, the possibility to stage individual lines should be given. This could be achived by dragging a selection over them.
Attachments
Issue Links
- is required for
-
QTCREATORBUG-19721 Git user interface improvements
- Reported