|
58 | 58 | "CUSTOM", |
59 | 59 | "CUTFORM", |
60 | 60 | "CUTFORM{2}", |
61 | | - "CUTPLANE", |
62 | 61 | { "trigger": "CUTPLANE", "contents": "CUTPLANE ${1:angle}" }, |
63 | 62 | "CUTPLANE{3}", |
64 | 63 | "CUTPOLY", |
|
148 | 147 | "MASS", |
149 | 148 | "MASS{2}", |
150 | 149 | { "trigger": "MATERIAL", "contents": "MATERIAL ${1:name or index}" }, |
| 150 | + { "trigger": "BUILDING_MATERIAL", "contents": "BUILDING_MATERIAL ${1:name or index}" }, |
151 | 151 | { "trigger": "MAX", "contents": "MAX(${1:x1}, ${2:x2})" }, |
152 | 152 | "MESH", |
153 | 153 | "MESHES", |
|
193 | 193 | "POLY2_B{3}", |
194 | 194 | "POLY2_B{4}", |
195 | 195 | "POLY2_B{5}", |
| 196 | + "POLY2_B{6}", |
196 | 197 | "POLYROOF", |
197 | 198 | "POLYROOF{3}", |
198 | 199 | { "trigger": "POSITION", "contents": "POSITION ${1:position_keyword}" }, |
|
215 | 216 | { "trigger": "REPEAT … UNTIL", "contents": "REPEAT ${1:staement},\n\t${2:statement2}\nUNTIL ${3:condition}" }, |
216 | 217 | { "trigger": "REQ", "contents": "REQ(${1:parameter_string})" }, |
217 | 218 | { "trigger": "REQUEST", "contents": "REQUEST(${1:question_name}, ${2:name})" }, |
218 | | - "REQUEST{2}", |
| 219 | + { "trigger": "REQUEST{2}", "contents": "REQUEST{2}(${1:question_name}, ${2:name_or_index}, ${3:name})" }, |
| 220 | + { "trigger": "REQUEST{3}", "contents": "REQUEST{3}(${1:question_name}, ${2:name_or_index_array})" }, |
| 221 | + { "trigger": "REQUEST{4}", "contents": "REQUEST{4}(${1:question_name}, ${2:name_or_index}, ${3:index}, ${4:name})" }, |
219 | 222 | { "trigger": "RESOL", "contents": "RESOL ${1:n}" }, |
220 | 223 | "RETURN", |
221 | 224 | "RETURNED_PARAMETERS", |
|
240 | 243 | { "trigger": "ROUND_INT", "contents": "ROUND_INT(${1:x})" }, |
241 | 244 | "RULED", |
242 | 245 | "RULED{2}", |
| 246 | + "RULEDSEGMENTED", |
243 | 247 | "RULEDSHELL", |
244 | 248 | "RULEDSHELL{2}", |
245 | 249 | { "trigger": "SECT_ATTRS", "contents": "SECT_ATTRS ${1:fill}, ${2:fill_background_pen}, ${3:fill_pen}, ${4:contour_pen}" }, |
| 250 | + { "trigger": "SECT_ATTRS{2}", "contents": "SECT_ATTRS{2} ${1:contour_pen}" }, |
246 | 251 | { "trigger": "SECT_FILL", "contents": "SECT_FILL ${1:fill}, ${2:fill_background_pen}, ${3:fill_pen}, ${4:contour_pen}" }, |
247 | 252 | "SEPARATOR", |
248 | 253 | { "trigger": "Set Migration GUID", "contents": "SETMIGRATIONGUID ${1:guid}" }, |
|
291 | 296 | { "trigger": "TOLER", "contents": "TOLER ${1:d}" }, |
292 | 297 | "TUBE", |
293 | 298 | "TUBEA", |
| 299 | + "TUBE{2}", |
294 | 300 | { "trigger": "UI_BUTTON", "contents": "UI_BUTTON ${1:type}, ${2:text}, ${3:x}, ${4:y}, ${5:width}, ${6:height}" }, |
295 | 301 | "UI_CANCEL", |
296 | 302 | { "trigger": "UI_COLORPICKER", "contents": "UI_COLORPICKER \"${1:redParamName}\", \"${2:greenParamName}\", \"${3:blueParamName}\", ${4:x0}, ${5:y9}, ${6:width}, ${6:height}" }, |
|
0 commit comments