wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.8k stars 818 forks source link

[Feature request] Hide default packages into «Disable Packages» #1218

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Request

It would be nice, if would be possible hide default packages, when user want to disable package use Package Control.

2. Justification

Often I need check, how Sublime Text plugins worked without other plugins, avoid conflicts between the plugins. Ctrl+Shift+PPackage Control: Disable Package → quick panel open for me:

PC Quick panel

I see many default packages, but I want to disable only installed packages. I have to spend my time, that to find installed packages among default packages.

3. Desirable behavior

I add parameter "hide_default_packages_in_disabled_packages_list" in User\Package Control.sublime-settings file. If value is true, default packages not will be shown in disabled packages list.

Thanks.

FichteFoll commented 7 years ago

I would provide this as a separate command palette entry instead (via command parameters).