Your comments
Please try the context menu of the "Commits" view, not the "Files" view.
Does Eclipse documentation automatically occurs like a tooltip or is it triggered by a shortcut as in IDEA?
Please note that some commit messages in some repositories are indeed whole documents. Having a tooltip cover the whole screen seems not useful for me.
Just start typing the repository name.
The fonts and sizes are defined by the operating system.
The 18.1 preview will start soon.
Have you tried to select both commits in the log - the last commit and the remote commit?
Currently, you have 2 Options:
- create a tiny script that invokes git diff > patch and add this as external tool (https://stackoverflow.com/questions/5159185/create-a-git-patch-from-the-changes-in-the-current-working-directory#15438863)
- stash the changes and create the patch from the stash commits
Customer support service by UserEcho
Ctrl+click is a bad choice because it is used in a tree-control like the Branches view to toggle selection. I know that in some text editors it is used to open links, but a text editor is something different than a tree control.