You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slight problem is that if we don't disable the default command, then
it shows up before the `New` command, which isn't right.
So, instead, we enable the default (rename_path), but hide it
(is_visible() -> False). Then, we create our own little command
(fm_rename_path) that calls rename_path. Like this, we control where
fm_rename_path shows up in the context menu.
File Manager: Rename has been removed from the command palette (use
Rename File).
fm_rename now prints a deprecation warning. We don't use Python's
warning module because warnings aren't enabled by default, and I don't
want to change the defaults for everyone.
ref #49
0 commit comments