This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from bfeeca9113 Merge pull request #4181 from hansva/4035
add 29305a1030 Enhanced file explorer perspective #2437 - Add drag and
drop in the file tree and from the file system - Add F3 shortcut to open
selected file - Add Show/Hide hidden files and folders - Add copy name/path in
context menu - Delete or rename a file don't need a full refresh - Update some
icons
new 2028484f26 Merge pull request #4123 from nadment/2437
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/hop/git/GitGuiPlugin.java | 57 ++-
plugins/misc/git/src/main/resources/git-add.svg | 44 +--
plugins/misc/git/src/main/resources/git-commit.svg | 15 +-
.../hop/git/messages/messages_en_US.properties | 4 +
plugins/misc/git/src/main/resources/pull.svg | 65 ++--
plugins/misc/git/src/main/resources/push.svg | 61 +---
.../main/java/org/apache/hop/ui/hopgui/HopGui.java | 2 +
.../perspective/explorer/ExplorerPerspective.java | 392 +++++++++++++++++++--
.../explorer/messages/messages_en_US.properties | 6 +
9 files changed, 502 insertions(+), 144 deletions(-)