|
89 | 89 | }, |
90 | 90 | "select_lines": { |
91 | 91 | "command_type": "text", |
92 | | - "doc_string": "Select the current or next line, if the full current line is selected.", |
| 92 | + "doc_string": "Adds a new selection (cursor) to the line above or below.", |
93 | 93 | "args": [ |
94 | 94 | { |
95 | 95 | "name": "forward", |
96 | | - "doc_string": null, |
| 96 | + "doc_string": "Whether to add the new selection (cursor) below the line.", |
97 | 97 | "type": "boolean" |
98 | 98 | } |
99 | 99 | ], |
|
105 | 105 | "args": [ |
106 | 106 | { |
107 | 107 | "name": "file", |
108 | | - "doc_string": "Accepts a 'Packages/' relative path to a sublime build file to set as the current build system. An empty string will set it to the Automatic option as seen in 'Tools -> Build System'.", |
| 108 | + "doc_string": "Accepts a 'Packages/' relative path to a sublime build file to set as the current build system. An empty string will set it to the 'Automatic' option as seen in 'Tools -> Build System'.", |
109 | 109 | "type": "string" |
110 | 110 | } |
111 | 111 | ], |
|
135 | 135 | }, |
136 | 136 | "set_file_type": { |
137 | 137 | "command_type": "text", |
138 | | - "doc_string": "Set the syntax for the view.", |
| 138 | + "doc_string": "Sets the syntax for the active view.", |
139 | 139 | "args": [ |
140 | 140 | { |
141 | 141 | "name": "syntax", |
142 | | - "doc_string": "The syntax to be set for the view. Can either be a package relative path like 'Packages/Foo/Bar.sublime-syntax' or 'scope:' prefixed syntax names.", |
| 142 | + "doc_string": "The syntax to be set for the active view. Can either be a package relative path like 'Packages/Foo/Bar.sublime-syntax' or 'scope:' prefixed syntax name.", |
143 | 143 | "type": "string" |
144 | 144 | } |
145 | 145 | ], |
146 | 146 | "type": "core" |
147 | 147 | }, |
148 | 148 | "set_line_ending": { |
149 | 149 | "command_type": "text", |
150 | | - "doc_string": "Set the line endings for the files.", |
| 150 | + "doc_string": "Sets the line endings for the files.", |
151 | 151 | "args": [ |
152 | 152 | { |
153 | 153 | "name": "type", |
|
191 | 191 | }, |
192 | 192 | "show_overlay": { |
193 | 193 | "command_type": "window", |
194 | | - "doc_string": "Show the overlay from the argument.", |
| 194 | + "doc_string": "Shows the overlay from the argument.", |
195 | 195 | "args": [ |
196 | 196 | { |
197 | 197 | "name": "overlay", |
|
210 | 210 | }, |
211 | 211 | { |
212 | 212 | "name": "command", |
213 | | - "doc_string": "The name of the command. Only makes sense when 'name' is set to 'command_palette'", |
| 213 | + "doc_string": "The name of the command. Only makes sense when 'overlay' is set to 'command_palette'", |
214 | 214 | "type": "string" |
215 | 215 | }, |
216 | 216 | { |
|
242 | 242 | }, |
243 | 243 | { |
244 | 244 | "name": "regex", |
245 | | - "doc_string": "Whether to activate the Regular Expression option.", |
| 245 | + "doc_string": "Whether to activate the 'Regular Expression' option.", |
246 | 246 | "type": "boolean" |
247 | 247 | }, |
248 | 248 | { |
249 | 249 | "name": "case_sensitive", |
250 | | - "doc_string": "Whether to activate the Case sensitive option.", |
| 250 | + "doc_string": "Whether to activate the 'Case sensitive' option.", |
251 | 251 | "type": "boolean" |
252 | 252 | }, |
253 | 253 | { |
254 | 254 | "name": "whole_word", |
255 | | - "doc_string": "Whether to activate the Whole word option.", |
| 255 | + "doc_string": "Whether to activate the 'Whole word' option.", |
256 | 256 | "type": "boolean" |
257 | 257 | }, |
258 | 258 | { |
259 | 259 | "name": "wrap", |
260 | | - "doc_string": "Whether to activate the Wrap option.", |
| 260 | + "doc_string": "Whether to activate the 'Wrap' option.", |
261 | 261 | "type": "boolean" |
262 | 262 | }, |
263 | 263 | { |
264 | 264 | "name": "in_selection", |
265 | | - "doc_string": "Whether to activate the In selection option.", |
| 265 | + "doc_string": "Whether to activate the 'In selection' option.", |
266 | 266 | "type": "boolean" |
267 | 267 | }, |
268 | 268 | { |
269 | 269 | "name": "highlight", |
270 | | - "doc_string": "Whether to activate the Highlight matches option.", |
| 270 | + "doc_string": "Whether to activate the 'Highlight matches' option.", |
271 | 271 | "type": "boolean" |
272 | 272 | }, |
273 | 273 | { |
274 | 274 | "name": "preserve_case", |
275 | | - "doc_string": "Whether to activate the Preserve Case option.", |
| 275 | + "doc_string": "Whether to activate the 'Preserve Case' option.", |
276 | 276 | "type": "boolean" |
277 | 277 | }, |
278 | 278 | { |
279 | 279 | "name": "show_context", |
280 | | - "doc_string": "Whether to activate the Show Context option.", |
| 280 | + "doc_string": "Whether to activate the 'Show Context' option.", |
281 | 281 | "type": "boolean" |
282 | 282 | }, |
283 | 283 | { |
284 | 284 | "name": "use_buffer", |
285 | | - "doc_string": "Whether to activate the Use Buffer option.", |
| 285 | + "doc_string": "Whether to activate the 'Use Buffer' option.", |
286 | 286 | "type": "boolean" |
287 | 287 | }, |
288 | 288 | { |
289 | 289 | "name": "use_gitignore", |
290 | | - "doc_string": "Whether to activate the Use gitignore option.", |
| 290 | + "doc_string": "Whether to activate the 'Use gitignore' option.", |
291 | 291 | "type": "boolean" |
292 | 292 | }, |
293 | 293 | { |
294 | 294 | "name": "where", |
295 | | - "doc_string": "The text to be put in the 'Where' field of Find in Files panel. Only makes sense when the 'panel' equals 'find_in_files'.", |
| 295 | + "doc_string": "The text to be put in the 'Where' field of 'Find in Files' panel. Only makes sense when the 'panel' equals 'find_in_files'.", |
296 | 296 | "type": "string" |
297 | 297 | } |
298 | 298 | ], |
|
306 | 306 | }, |
307 | 307 | "single_selection": { |
308 | 308 | "command_type": "text", |
309 | | - "doc_string": "Switch to only the first selection.", |
| 309 | + "doc_string": "Switches to the first selection.", |
310 | 310 | "type": "core" |
311 | 311 | }, |
312 | 312 | "slurp_find_string": { |
313 | 313 | "command_type": "window", |
314 | | - "doc_string": "Use the current selection as the find string.", |
| 314 | + "doc_string": "Uses the current selection as the find string.", |
315 | 315 | "type": "core" |
316 | 316 | }, |
317 | 317 | "slurp_replace_string": { |
318 | 318 | "command_type": "window", |
319 | | - "doc_string": "Use the current selection as the replacement string.", |
| 319 | + "doc_string": "Uses the current selection as the replacement string.", |
320 | 320 | "type": "core" |
321 | 321 | }, |
322 | 322 | "soft_redo": { |
|
504 | 504 | }, |
505 | 505 | "switch_file": { |
506 | 506 | "command_type": "window", |
507 | | - "doc_string": "", |
| 507 | + "doc_string": "Switches between files having the same name and the specified extensions, additionally opening the file if it's not already open.", |
508 | 508 | "args": [ |
509 | 509 | { |
510 | 510 | "name": "extensions", |
511 | | - "doc_string": null, |
| 511 | + "doc_string": "The list of allowed extensions.", |
512 | 512 | "type": "List[string]" |
513 | 513 | }, |
514 | 514 | { |
515 | 515 | "name": "side_by_side", |
516 | | - "doc_string": null, |
| 516 | + "doc_string": "Whether to add the file to the group's multiselected sheets while switching.", |
517 | 517 | "type": "boolean" |
518 | 518 | } |
519 | 519 | ], |
|
0 commit comments