wbond / package_control

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

Is there a way/a command to quickly reopen install/upgrade messages of a package? #960

Open dubeg opened 9 years ago

dubeg commented 9 years ago

I quickly checked; there doesn' seem to be any way to reopen a message of a package. Sometimes, it can contain useful infos about a package that are easy to forget when time goes by.

wbond commented 9 years ago

No, there isn't other than visiting the package repository and looking for messages.

Can you think of how you would like such a feature to work? Would you want to see a list of all messages and be able to open them one at a time? Would you want it to automatically open all upgrade messages and the install message?

dubeg commented 9 years ago

Hm. I've been wondering how to achieve this. Perhaps when you execute the 'List Packages' command , then select a package entry, you could end up with a list its messages. From there, selecting one message would open it in the editor. What do you think?

EDIT: I guess PackageResourceViewer kinda provides the tools to nagivate through the bundles and open the messages inside. Knowing that, I don't know if it's still worth considering for PackageControl.