+4
Allow Projects to have a title that would replace "FOLDERS" if set
I'd actually like to see it reflected in the Side Bar in place of "FOLDERS".
It would be nice if the Project Name.sublime-project allowed for the folder to have an attribute of title like below and that would show up instead of "FOLDERS":
{
"title": "PROJECT NAME",
"folders":
[
"path": "/C/webdev/workspace/sites/base",
"name": "Base Folder"
]
}
CODE: SELECT ALL
It would be nice if the Project Name.sublime-project allowed for the folder to have an attribute of title like below and that would show up instead of "FOLDERS":
{
"title": "PROJECT NAME",
"folders":
[
"path": "/C/webdev/workspace/sites/base",
"name": "Base Folder"
]
}
CODE: SELECT ALL
Customer support service by UserEcho