Updated Quick select project command#230
Updated Quick select project command#230spiralx wants to merge 1 commit intoguillermooo:sublime-text-3from spiralx:patch-1
Conversation
It's now `prompt_select_workspace` and not `prompt_select_project`.
|
Do you know when this was changed? If it was before ST3 it doesn't matter, but if it changed during the ST3 beta we would probably like to use |
|
Sorry for not responding sooner, it was changed in build 3103 on the 9th of February 2016 I think - the changelog says
which isn't very clear. It seems as though this was accomplished by changing the name of the command from Default (Linux).sublime-keymap ...
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" },
...https://forum.sublimetext.com/t/quick-switch-project-shortcut-doesnt-work-anymore/17261 |
|
This is still an issue. Can this be merged, please? @FichteFoll Perhaps add a note about the updated name and shortcut command, as well. |
It's now
prompt_select_workspaceand notprompt_select_project.