|
| 1 | +--- |
| 2 | +permalink: colorsLegend.html |
| 3 | +layout: default |
| 4 | + |
| 5 | +# mainAnchor is used by Apple links |
| 6 | +mainAnchor: colorsLegend |
| 7 | +title: Colors Legend |
| 8 | +subtitle: Colors and icons used in folder and file comparison views |
| 9 | +--- |
| 10 | + |
| 11 | +# [Folder Colors](#folder_colors) |
| 12 | + |
| 13 | +Folders are shown using different colors to quickly visualize the file comparison results. |
| 14 | + |
| 15 | +<div class="folder-legend-grid"> |
| 16 | + <div class="folder-legend-card"> |
| 17 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-000.png" alt="Matched folder"> |
| 18 | + <strong>Matched</strong> |
| 19 | + <span>All files identical on both sides</span> |
| 20 | + </div> |
| 21 | + <div class="folder-legend-card"> |
| 22 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-001.png" alt="Has older files"> |
| 23 | + <strong>Has older</strong> |
| 24 | + <span>Contains files older than the other side</span> |
| 25 | + </div> |
| 26 | + <div class="folder-legend-card"> |
| 27 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-010.png" alt="Modified files"> |
| 28 | + <strong>Modified</strong> |
| 29 | + <span>Contains modified files</span> |
| 30 | + </div> |
| 31 | + <div class="folder-legend-card"> |
| 32 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-011.png" alt="Modified and older files"> |
| 33 | + <strong>Modified + older</strong> |
| 34 | + <span>Contains modified files and files older than the other side</span> |
| 35 | + </div> |
| 36 | + <div class="folder-legend-card"> |
| 37 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-100.png" alt="Orphan folder"> |
| 38 | + <strong>Orphan</strong> |
| 39 | + <span>Files only on one side</span> |
| 40 | + </div> |
| 41 | + <div class="folder-legend-card"> |
| 42 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-101.png" alt="Orphan and older files"> |
| 43 | + <strong>Orphan + older</strong> |
| 44 | + <span>Orphan files and files older than the other side</span> |
| 45 | + </div> |
| 46 | + <div class="folder-legend-card"> |
| 47 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-110.png" alt="Orphan and modified files"> |
| 48 | + <strong>Orphan + modified</strong> |
| 49 | + <span>Orphan files and modified files</span> |
| 50 | + </div> |
| 51 | + <div class="folder-legend-card"> |
| 52 | + <img src="{{ site.prefixDir }}img/screenshots/folder/view/folders/folder-999.png" alt="Filtered or empty folder"> |
| 53 | + <strong>Filtered / Empty</strong> |
| 54 | + <span>Matches active <a href="fileFilters.html#show_filtered_files">file filters</a> or is empty</span> |
| 55 | + </div> |
| 56 | +</div> |
| 57 | + |
| 58 | +# [File Colors](#file_colors) |
| 59 | + |
| 60 | +Line colors in the File Differ View are based on differences found. |
| 61 | + |
| 62 | +<div class="folder-legend-grid"> |
| 63 | + <div class="folder-legend-card"> |
| 64 | + <div class="file-legend-swatch file-legend-same"></div> |
| 65 | + <strong>Same</strong> |
| 66 | + <span>Left and right content is identical</span> |
| 67 | + </div> |
| 68 | + <div class="folder-legend-card"> |
| 69 | + <div class="file-legend-swatch file-legend-different"></div> |
| 70 | + <strong>Different</strong> |
| 71 | + <span>Left content differs from right</span> |
| 72 | + </div> |
| 73 | + <div class="folder-legend-card"> |
| 74 | + <div class="file-legend-swatch file-legend-missing-left"></div> |
| 75 | + <strong>Missing left</strong> |
| 76 | + <span>Line present only on the right; missing on the left</span> |
| 77 | + </div> |
| 78 | + <div class="folder-legend-card"> |
| 79 | + <div class="file-legend-swatch file-legend-missing-right"></div> |
| 80 | + <strong>Missing right</strong> |
| 81 | + <span>Line present only on the left; missing on the right</span> |
| 82 | + </div> |
| 83 | + <div class="folder-legend-card"> |
| 84 | + <div class="file-legend-swatch file-legend-merged"></div> |
| 85 | + <strong>Merged</strong> |
| 86 | + <span>Content copied from the other side; file is marked as edited</span> |
| 87 | + </div> |
| 88 | +</div> |
| 89 | + |
| 90 | +# [Difference Indicator](#difference_indicator) |
| 91 | + |
| 92 | +The narrow strip on the right side of the file diff view gives a bird's-eye view of all differences across the whole file. |
| 93 | + |
| 94 | +{:.wiki-img} |
| 95 | + |
| 96 | +Each colored mark corresponds to a difference section; the colors match those in the diff table. The current scroll position is shown as a highlighted band. Click anywhere on the indicator to jump directly to that part of the file. |
0 commit comments