-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
Description
There are few default compare in Eclipse which I always change in every workspace since years.
#3775 reminded me about them.
I believe the defaults can be improved.
- Show structural changes in the Outline (feature introduced via https://bugs.eclipse.org/bugs/show_bug.cgi?id=45247).
By default is is off, which wastes almost 1/3 of the compare editor. That is exact the reason why it makes sense to enable the feature, so the space is not wasted.
Default:
Proposed:
- Connect ranges with single line. This is very old, it seem that the option was introduced at 2.1 Eclipse via https://bugs.eclipse.org/bugs/show_bug.cgi?id=31357 and just no one cared to enable it by default. Single line is harder to see, so the "line ranges" (no idea how that is officially named) is visually more appealing and helps better identify flow of the changes.
Default:
Proposed:
- Change default diff panes order to follow "usual" diff order - left is base/original, right is local/modified.
Default in Eclipse is the opposite, I believe from the CVS times where there were no new/old but local/server, and someone arbitrary decided that local should be left. That was probably OK at that time, but now where everyone uses git it is awkward to see diff panes shown in "wrong" order by default in Eclipse, where rest of the world does the opposite. See for example https://www.jetbrains.com/help/idea/comparing-file-versions.html.
The possibility to change the order was introduced via https://bugs.eclipse.org/bugs/show_bug.cgi?id=213780). The request to change the default is https://bugs.eclipse.org/bugs/show_bug.cgi?id=501752, but there were some test fixes needed, no time and no one continued the work. I believe now we should finally do that change.
Default:
Proposed:
All together
Default:
Proposed:

Reactions are currently unavailable