forked from greghendershott/racket-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add list-racket-packages and describe-racket-package
Issue greghendershott#710 planted the idea. Largely follow the UX used by Emacs for its list-packages (a tabulated list view) and describe-package (a help buffer with details). In latter, "link all the things": can visit paths, URLs, and details of dependency packages. Append some general package system configuration. On the one hand this is weird, because the information is not details about a specific package. On the other hand, we distinguish it in the UX, and it seems easier (for users) to see it there than needing to discover and issue some additional command. Support package names as a distinct 'racket-package completion category, both to avoid things like marginalia mistakenly classifying and annotating our choices, as well as to allow users to customize completion styles. Do package operations in each back end, to support a mix of Racket version installations, both remote and local.
- Loading branch information
1 parent
924303f
commit 6d31d03
Showing
11 changed files
with
909 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.