Open tobiasmelcher opened 2 days ago
This pull request changes some projects for the first time in this development cycle. Therefore the following files need a version increment:
team/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.
Further information are available in Common Build Issues - Missing version increments.
1 755 files ±0 1 755 suites ±0 1h 34m 12s ⏱️ - 4m 43s 4 170 tests ±0 4 148 ✅ ±0 22 💤 ±0 0 ❌ ±0 13 107 runs ±0 12 943 ✅ ±0 164 💤 ±0 0 ❌ ±0
Results for commit 925d2fd1. ± Comparison against base commit 6dd67323.
:recycle: This comment has been updated with latest results.
Issue was detected in an internal UX review. UX experts were asking us why the UI is not updated when an entry in the history list is selected. Question is absolutely valid from my point of view.
The "Replace With" -> "Local History ..." option in the source editor context menu launches a dialog that allows users to revert to a previous version. Initially, this dialog displays a list of all available revisions:
Previously, selecting an entry from the revision list did not trigger any action. Users had to double-click to view the differences.
This pull request enhances the behavior by displaying the differences upon a single click/selection.