Sublime Forum

Location of theme and its settings inside the Packages/User folder

#1

How can I place all the relevant files in the folder MaxScript within the User directory below without putting all files in the root directory.

This is the folder I would like to store the settings:

W:\Apps (Portable)\Sublime Text 3\Data\Packages\User\MaxScript

Here are the files that are in there:

...\Data\Packages\User\MaxScript\MaxScript.tmTheme
...\Data\Packages\User\MaxScript\MaxScript.sublime-settings

The .sublime-settings file has this:

// These settings override both User and Default settings for the MaxScript syntax
{

  "highlight_line": true,
  "color_scheme": "Packages/User/MaxScript/MaxScript.tmTheme",
  "extensions": [ "ms" ]

}

It doesn’t work until those two files are in the ...\Data\Packages\User\ folder.

It is possible to structure the folders this way placing all the relevant files together to keep things sort of organised?

0 Likes