albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Option to view and remove installed packages #29

Closed navelpluisje closed 9 years ago

navelpluisje commented 9 years ago

Create a panel for listing and removing already installed packages

albertinad commented 9 years ago

Installed packages can be displayed in the DependenciesView.

navelpluisje commented 9 years ago

Why not showing both DependenciesView and ConfigurationView in one panel? They both do almost the same and I think it's pretty logical to have them together. Create a InstalledPackagesView for the already installed packages. Makes more sense to me.

albertinad commented 9 years ago

Right now makes sense what you said, but I have planned t use the ConfigurationView to also display to populate a list with the configuration available and edit the file through the UI, instead of only open the .bowerrc file in the active editor.

navelpluisje commented 9 years ago

Ok. But doesn't it make sense to do the same for json file also? And create an extra panel?

albertinad commented 9 years ago

Yes, that's planned for the future, but that's ok if you want to implement this feature in an extra panel. I will make a few changes:

albertinad commented 9 years ago

I'm changing the way PanelView handle its panels, so don't worry about some bad behavior when switching panels. It's under current development, in a few hours I will push those changes, since they are necessary I'm doing it in the master branch, keep your fork in sync.