guillermooo / sublime-undocs

Sublime Text Unofficial Documentation
http://docs.sublimetext.info
Other
605 stars 332 forks source link

Updated Quick select project command #230

Open spiralx opened 7 years ago

spiralx commented 7 years ago

It's now prompt_select_workspace and not prompt_select_project.

FichteFoll commented 7 years ago

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 versionadded and versionremoved rules.

spiralx commented 7 years ago

Sorry for not responding sooner, it was changed in build 3103 on the 9th of February 2016 I think - the changelog says

Windows: ctrl+alt+p is no longer bound by default, due to compatibility issues with some keyboard layouts

which isn't very clear. It seems as though this was accomplished by changing the name of the command from prompt_select_project to prompt_select_workspace and changing the default keymaps for Linux and OS X to use the new command - presumably so that it will affect existing Windows users.

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

CaitlinWeb commented 7 years ago

This is still an issue. Can this be merged, please? @FichteFoll

Perhaps add a note about the updated name and shortcut command, as well.