+3

How do I specify a folder name in a project?

Jon Culver 13 лет назад обновлен Remy Bach 12 лет назад 1
Exactly as mentioned here, from the original FAQ:


Can I specify a 'name' for my project folder directories?
+3
I totally agree... something like the following would be good for the .sublime-project files:

{
    "folders":
    [
        {
            "path": "PATH",
            "name": "NAME THAT WILL APPEAR IN SIDEBAR",
            "file_exclude_patterns":[
                "PATTERN"
            ]
        }
    ]
}

Сервис поддержки клиентов работает на платформе UserEcho