-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package Browser could usefully show unloaded packages on disk #219
Comments
Funnily enough, I gave a Dolphin source code control demo yesterday and this was one of the comments/suggestions that came up. |
As I user I'd like to have also a list of package categories because there are a lot of packages and it's a little tedious to look at each pac looking for something in particular. Also new users are not aware of all the code and where to look for specific things. We can add a category or tags attribute to the packages but this forces us to read and compile before we can categorize. Another option is to look for a specific file, e.g. pacattributes.ini, with info related to the package. If you think that's a good idea I could do this together with #21 Bonus: Add the option/tool to clone Contributions with its submodules if not found |
Yes; originally the package folder hierarchy was adequate, but probably stopped being so some time ago. I don't think it would be unreasonable to attach additional metadata to the package. This can be read without actually loading the package.
|
Could you perhaps have a PackageManager>>loadDescription: aString method? Sorry I'm late to the party on this one. That way you could reserve the "loadPackage:" for actually loading the Pac/pax, and use the loadDescription: for grabbing what useful data you need without otherwise loading the package classes or methods. Just my NZ$0.02 |
i would like to be able to swap out version V1 of Package P and swap in a different version V2 of Package |
See also #1083, which has some related ideas |
The package browser currently shows only loaded packages. A useful enhancement would be to also represent the unloaded packages on disk in the folder hierarchy beneath the image, and offer appropriate operations on these such as loaded them. This would make it much easier to find and load packages that are not installed by default.
The text was updated successfully, but these errors were encountered: