🚸 Command option to directly open project#97
Open
roblav96 wants to merge 2 commits intorandy3k:masterfrom
Open
🚸 Command option to directly open project#97roblav96 wants to merge 2 commits intorandy3k:masterfrom
roblav96 wants to merge 2 commits intorandy3k:masterfrom
Conversation
tukusejssirs
suggested changes
Dec 3, 2020
| sublime.status_message("'%s' project not found" % project) | ||
| elif action is None: | ||
| self.show_options() | ||
| self.show_options() |
There was a problem hiding this comment.
I think you need to remove the duplicate line.
7b864e8 to
e16c77d
Compare
|
I'd love if we fixed this up and got it merged but the time it's been open makes me think the plugin maintenance may be dead now. @randy3k, is this project still active or have you moved on? |
Owner
|
It is still alive. There's not much recent updates mainly because I think it is mature enough. |
Valentin-Guillet
added a commit
to Valentin-Guillet/ProjectManager
that referenced
this pull request
Jun 4, 2022
Integration of the PR on Randy3k's repository (randy3k#97) + Modifications to specify the workspace to open
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
So one can directly open a project via
.sublime-keymap{ "keys": ["shift+alt+super+d"], "command": "project_manager", "args": { "project": "Dotfiles" } },