Hello,
how to remove the actions “delete file” and “delete folder” from the dropdown menu by clicking on a dir/file in the side bar?
I need this to avoid accidental clicks.
Thank’s a lot
Hello,
how to remove the actions “delete file” and “delete folder” from the dropdown menu by clicking on a dir/file in the side bar?
I need this to avoid accidental clicks.
Thank’s a lot
Override the Default package with an edited “Side Bar.sublime-menu” file, that’s where those items are defined.
You can also you FileManager: It removes the default options, and, among others, adds a Delete option that sends to the trash instead of definitely removing.
It does work, you just didn’t do it right. Admittedly it’s more compilated than installing the plugin mentioned.