mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 08:35:40 +02:00
Add option to hide whitepace changes in diffs
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com> Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com> Reviewed-by: Florian Scholdei <florian.scholdei@cloudogu.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 130 KiB |
@@ -52,11 +52,15 @@ Die Diffs können durch Klicken auf den blauen Balken schrittweise oder vollstä
|
||||
Falls sich Commit Links im Format "namespace/name@commitId" in der Changeset Beschreibung befinden, werden die zu relativen SCM-Manager Links erweitert.
|
||||
Beispielsweise wird der Text hitchhiker/HeartOfGold@1a2b3c4 zu einem Link zu dem Commit 1a2b3c4 im Repository hitchhiker/HeartOfGold umgewandelt.
|
||||
|
||||
In der Diff Ansicht gibt es mehrere Buttons.
|
||||
- Der erste Button von Links ermöglicht eine direkte Gegenüberstellung von den Änderungen.
|
||||
- Mit der Lupe kann man die Änderungen auf den ganzen Bildschirm betrachten.
|
||||
- Der nächste Button schaltet Leerzeichen und Tabs ein bzw. aus.
|
||||
- Der letzte Button bringt Sie zur Quelldatei.
|
||||
Für das Changeset gibt es zwei Buttons:
|
||||
- Mit dem ersten Button können die Whitespaces-Änderungen ein- und ausgeblendet werden.
|
||||
- Der zweite ermöglicht das Ein- und Ausblenden aller Changesets.
|
||||
|
||||
Jeder Changeset Diff hat mehrere Buttons:
|
||||
- Der erste Button von Links ermöglicht einen direkten Vergleich der Änderungen.
|
||||
- Mit der Lupe können die Änderungen über die gesamte Breite des Fensters betrachtet werden.
|
||||
- Der nächste Button schaltet Leerzeichen und Tabs ein und aus.
|
||||
- Der letzte Button führt zur Quelldatei.
|
||||
|
||||

|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 130 KiB |
@@ -54,10 +54,14 @@ You can expand the diffs gradually or completely by clicking on the blue bars.
|
||||
If commit links formatted like "namespace/name@commitId" are used in the changeset description they will be rendered to internal links.
|
||||
For example the text hitchhiker/HeartOfGold@1a2b3c4 will be transformed to a link directing to the commit 1a2b3c4 of the repository hitchhiker/heartOfGold.
|
||||
|
||||
The details view has several buttons.
|
||||
There are two buttons for the changeset:
|
||||
- The first button show and hide the whitespace changes.
|
||||
- The second button can collapse all changesets.
|
||||
|
||||
Every changeset diff has several buttons:
|
||||
- The first button on the left allows a direct comparison of the changes.
|
||||
- With the magnifying glass you can view the changes on the entire screen.
|
||||
- The next button turns whitespaces and tabs on or off.
|
||||
- With the magnifying glass you can view the changes across the width of the window.
|
||||
- The next button switches spaces and tabs on and off.
|
||||
- The last button takes you to the source file.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user