-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 #21
V3 #21
Conversation
Fixes #13, fixes #14, fixes #19 Adds directory minimizing/maximizing, without moving into them, by putting the content below it. Adds file/directory renaming, creation, & deletion. Changes to read-only so you can't mess with the tree. Changes some keybindings to work safely with the tree view. Disable most keybindings that normally cause issues.
Fixes #15
Removed the png, will replace it with a gif in the future
I think it works without them, but it's better to be verbose.
Looks good but there is a problem with the left mouse clicking on long lists. (does not open or opens the wrong filename.) Needs looking in to. |
@tommyshem The exact issue is here https://github.com/sum01/filemanager-plugin/issues/8 |
Uses a new function in micro-1.3.5-dev.67
The mouseclick issue is fixed. |
@NicolaiSoeborg Can be pulled in if you are happy with it. |
So I completely understand if you don't want to merge this, as I basically rewrote the whole thing.
Note that while this PR requires Micro >= v1.3.5, I kept the old version in the
repo.json
so that people not on v1.3.5 can still use the previous version.Anyways, this PR brings:
Fixes
Adds
Changes
Enter
keybind was changed toTab
because read-only disables the enter key.Removed
I'm aware there's some dead code, and other little general weirdness, but I figure that for the most part my branch is finished. Sure things could be more clean and whatnot, but something > nothing.