|
42 | 42 | "children": |
43 | 43 | [ |
44 | 44 | { |
45 | | - "command": "open_file", |
| 45 | + "command": "edit_settings", |
46 | 46 | "args": { |
47 | | - "file": "${packages}/TrailingSpaces/README.md", |
48 | | - "platform": "Windows" |
| 47 | + "base_file": "${packages}/TrailingSpaces/trailing_spaces.sublime-settings", |
| 48 | + "default": "// Settings in here override those in \"TrailingSpaces/trailing_spaces.sublime-settings\"\n\n{\n\t$0\n}\n", |
49 | 49 | }, |
50 | | - "caption": "Help" |
51 | | - }, |
52 | | - { |
53 | | - "command": "open_file", |
54 | | - "args": { |
55 | | - "file": "${packages}/TrailingSpaces/README.md", |
56 | | - "platform": "OSX" |
57 | | - }, |
58 | | - "caption": "Help" |
| 50 | + "caption": "Settings" |
59 | 51 | }, |
| 52 | + { "caption": "-" }, |
60 | 53 | { |
61 | 54 | "command": "open_file", |
62 | 55 | "args": { |
63 | 56 | "file": "${packages}/TrailingSpaces/README.md", |
64 | | - "platform": "Linux" |
65 | 57 | }, |
66 | 58 | "caption": "Help" |
67 | 59 | }, |
68 | | - { "caption": "-" }, |
69 | | - { |
70 | | - "command": "open_file", |
71 | | - "args": { |
72 | | - "file": "${packages}/TrailingSpaces/trailing_spaces.sublime-settings", |
73 | | - "platform": "Windows" |
74 | | - }, |
75 | | - "caption": "Settings - Default" |
76 | | - }, |
77 | | - { |
78 | | - "command": "open_file", |
79 | | - "args": { |
80 | | - "file": "${packages}/TrailingSpaces/trailing_spaces.sublime-settings", |
81 | | - "platform": "OSX" |
82 | | - }, |
83 | | - "caption": "Settings - Default" |
84 | | - }, |
85 | | - { |
86 | | - "command": "open_file", |
87 | | - "args": { |
88 | | - "file": "${packages}/TrailingSpaces/trailing_spaces.sublime-settings", |
89 | | - "platform": "Linux" |
90 | | - }, |
91 | | - "caption": "Settings - Default" |
92 | | - }, |
93 | | - { |
94 | | - "command": "open_file", |
95 | | - "args": { |
96 | | - "file": "${packages}/User/trailing_spaces.sublime-settings", |
97 | | - "platform": "Windows" |
98 | | - }, |
99 | | - "caption": "Settings - User" |
100 | | - }, |
101 | | - { |
102 | | - "command": "open_file", |
103 | | - "args": { |
104 | | - "file": "${packages}/User/trailing_spaces.sublime-settings", |
105 | | - "platform": "OSX" |
106 | | - }, |
107 | | - "caption": "Settings - User" |
108 | | - }, |
109 | | - { |
110 | | - "command": "open_file", |
111 | | - "args": { |
112 | | - "file": "${packages}/User/trailing_spaces.sublime-settings", |
113 | | - "platform": "Linux" |
114 | | - }, |
115 | | - "caption": "Settings - User" |
116 | | - } |
117 | 60 | ] |
118 | 61 | } |
119 | 62 | ] |
|
0 commit comments