sourcegit-scm / sourcegit

Windows/macOS/Linux GUI client for GIT users
MIT License
1.02k stars 102 forks source link

Make File browser easier to navigate #463

Open lamyergeier opened 6 days ago

lamyergeier commented 6 days ago

In the following image one needs to click precisely with mouse on black triangle to navigate down (which makes it quite time consuming), may be user could click anywhere on that row to browse under it, secondly use keyboard shortcuts like enter to navigate (currently pressing Enter does nothing)

Also, as reported in other issue there is an issue with unable to change (beyond a certain limit) column width and display of large filenames (may be users can choose to display the ending and beginning with ... in the middle for large filenames, or the files with longer filenames that don't fit the screen width, could flow from left to right as it happens on several file browser apps on Android:

image

love-linger commented 6 days ago

you can double click on the area that behind black triangle in the row

lamyergeier commented 6 days ago

Tried double clicking (look at the mouse pointer in the following image) but nothing happened:

image

love-linger commented 4 days ago

As I said, you can expand/collapse a tree node by two ways:

The reason why not use Enter key to expand/collapse tree node is that we have used it for Stage/Unstage operation in changes view. In order to unify the tree operation, the Enter key is no longer used as a shortcut for this operation.