Description: Create new projects and open any existing projects for the Sublime Text 2 editor. It does require that you copy or link all of your .sublime-project files into a single directory since there is no central db for projects like Kate has. As project files are created and deleted, they are added and removed from the list. It needs absolute paths to the executable and project file directories set.Last changelog:
So if when you click on a project name in the list, instead of launching Sublime Text and opening the project it is just letting you edit the name, it usually means that the path to the sublime_text executable is not found. Make sure that the full path to the executable (no bash expansion characters like ~) is saved correctly in the settings and you can launch it using the same string from a terminal.
For example:
/home/user/Sublime Text 2/sublime_text
If this is set correctly you should be able to just single click on the project name and it will launch.
Ratings & Comments
2 Comments
How can i launch it? when i click it just let me edit the name of the project
So if when you click on a project name in the list, instead of launching Sublime Text and opening the project it is just letting you edit the name, it usually means that the path to the sublime_text executable is not found. Make sure that the full path to the executable (no bash expansion characters like ~) is saved correctly in the settings and you can launch it using the same string from a terminal. For example: /home/user/Sublime Text 2/sublime_text If this is set correctly you should be able to just single click on the project name and it will launch.