Skip to content
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

Switch project enhancement #86

Closed
slaFFik opened this issue Jul 4, 2013 · 9 comments
Closed

Switch project enhancement #86

slaFFik opened this issue Jul 4, 2013 · 9 comments

Comments

@slaFFik
Copy link

slaFFik commented Jul 4, 2013

Press Alt+Ctrl+P. You will see the dialog box to switch the project.
Is it possible somehow to remove .sublime-project file extension on the 1st row? It's useless but make things harder to read.

@ghost
Copy link

ghost commented Jul 4, 2013

small workaround:
when you save the project file in the first place, don't give it a filetype.

ie instead of saving myproject.sublime-project,
save your project file as myproject.

Sublime will still recognise it as a project file.

@FichteFoll
Copy link
Collaborator

Not desireably though because ST won't be linked to those .sublime-project files then because they obviously don't have that extension in the first place.

@slaFFik
Copy link
Author

slaFFik commented Jul 4, 2013

Where can I find - is there some API for switching projects dialog? Perhaps
I can write some small plugin...

@slaFFik
Copy link
Author

slaFFik commented Jul 5, 2013

Didn't find such API here: http://www.sublimetext.com/docs/3/api_reference.html

@FichteFoll
Copy link
Collaborator

What do you want to do with the API? You can only open the dialog by calling the corresponding command.

@slaFFik
Copy link
Author

slaFFik commented Jul 5, 2013

Modify the way that dialog returns and display data.

@FichteFoll
Copy link
Collaborator

Not possible.

@ghost
Copy link

ghost commented Jul 11, 2013

  1. Save the project file somewhere without a filetype e.g. ../Sublime/Project Files/kis
  2. In Sublime Text, goto menu: Project - Open Project...
  3. Navigate to ../Sublime/Project Files/ and double-click on kis
  4. Anytime you press Alt+Ctrl+P, the project will be listed

Switching Projects

@FichteFoll
Copy link
Collaborator

Closing as a duplicate of the more precise issue #2353.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants