Skip to content

Commit 5d44a53

Browse files
committed
ac 21 commands
1 parent bc88d19 commit 5d44a53

File tree

3 files changed

+173
-39
lines changed

3 files changed

+173
-39
lines changed

Preferences/GDL.sublime-completions

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"CUSTOM",
5959
"CUTFORM",
6060
"CUTFORM{2}",
61-
"CUTPLANE",
6261
{ "trigger": "CUTPLANE", "contents": "CUTPLANE ${1:angle}" },
6362
"CUTPLANE{3}",
6463
"CUTPOLY",
@@ -148,6 +147,7 @@
148147
"MASS",
149148
"MASS{2}",
150149
{ "trigger": "MATERIAL", "contents": "MATERIAL ${1:name or index}" },
150+
{ "trigger": "BUILDING_MATERIAL", "contents": "BUILDING_MATERIAL ${1:name or index}" },
151151
{ "trigger": "MAX", "contents": "MAX(${1:x1}, ${2:x2})" },
152152
"MESH",
153153
"MESHES",
@@ -193,6 +193,7 @@
193193
"POLY2_B{3}",
194194
"POLY2_B{4}",
195195
"POLY2_B{5}",
196+
"POLY2_B{6}",
196197
"POLYROOF",
197198
"POLYROOF{3}",
198199
{ "trigger": "POSITION", "contents": "POSITION ${1:position_keyword}" },
@@ -215,7 +216,9 @@
215216
{ "trigger": "REPEAT … UNTIL", "contents": "REPEAT ${1:staement},\n\t${2:statement2}\nUNTIL ${3:condition}" },
216217
{ "trigger": "REQ", "contents": "REQ(${1:parameter_string})" },
217218
{ "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})" },
219222
{ "trigger": "RESOL", "contents": "RESOL ${1:n}" },
220223
"RETURN",
221224
"RETURNED_PARAMETERS",
@@ -240,9 +243,11 @@
240243
{ "trigger": "ROUND_INT", "contents": "ROUND_INT(${1:x})" },
241244
"RULED",
242245
"RULED{2}",
246+
"RULEDSEGMENTED",
243247
"RULEDSHELL",
244248
"RULEDSHELL{2}",
245249
{ "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}" },
246251
{ "trigger": "SECT_FILL", "contents": "SECT_FILL ${1:fill}, ${2:fill_background_pen}, ${3:fill_pen}, ${4:contour_pen}" },
247252
"SEPARATOR",
248253
{ "trigger": "Set Migration GUID", "contents": "SETMIGRATIONGUID ${1:guid}" },
@@ -291,6 +296,7 @@
291296
{ "trigger": "TOLER", "contents": "TOLER ${1:d}" },
292297
"TUBE",
293298
"TUBEA",
299+
"TUBE{2}",
294300
{ "trigger": "UI_BUTTON", "contents": "UI_BUTTON ${1:type}, ${2:text}, ${3:x}, ${4:y}, ${5:width}, ${6:height}" },
295301
"UI_CANCEL",
296302
{ "trigger": "UI_COLORPICKER", "contents": "UI_COLORPICKER \"${1:redParamName}\", \"${2:greenParamName}\", \"${3:blueParamName}\", ${4:x0}, ${5:y9}, ${6:width}, ${6:height}" },

0 commit comments

Comments
 (0)