git-machete-intellij-plugin
git-machete-intellij-plugin copied to clipboard
Add some space at the end of Git Machete graph
For now (esp. for large graphs or when listing commits is enabled) the last branch name is very near the IDE tool window buttons:
That makes invoking actions on the last branch less comfortable and just looks less clear.
Probably adding one empty line at the end of the graph (or even better some Swing's spacing widget/component or just padding) solve this problem.
But how exactly do we imagine the graph table with "some space at the end"???
What do you mean by adding an extra line?
- If it is to be another row the "issue" will remain. One will be able to resize & scroll te graph table to the situation above.
- If it is to be some "sticky footer" we will get a strange scrollbar that does not fill the whole height of the window.
The same "issue" appears everywhere...
Debug:

Git Log:

Just simple visualization:
It should be something that is scrollable.
It should be something like in the main editor but smaller:
You can scroll down below the last line.
We decided to drop this idea.
- It is not that problematic. The table looks good overall.
- In most cases one can adjust the toolwindow height.