Skip to content

Commit d2b04ca

Browse files
committed
nicer completions
1 parent 7405ba8 commit d2b04ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Preferences/GDL.sublime-completions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{ "trigger": "close", "contents": "close ${1:channel}" },
5252
"columns",
5353
"component",
54-
{ "trigger": "cone", "contents": "cone ${1:h}, ${2:r1}, ${3:r2}, ${4:alpha1}, ${5:alpha2}" },
54+
{ "trigger": "cone", "contents": "cone ${1:height}, ${2:rad_bottom}, ${3:rad_top}, ${4:angle_bottom}, ${5:angle_top}" },
5555
"coons",
5656
"coor{3}",
5757
{ "trigger": "cos", "contents": "cos(${1:x})" },
@@ -344,7 +344,7 @@
344344
{ "trigger": "str", "contents": "str(${1:numeric_expression}, ${2:length}, ${3:fractions})" },
345345
{ "trigger": "str{2}", "contents": "str{2}(${1:format_string}, ${2:numeric_expression})" },
346346
{ "trigger": "strlen", "contents": "strlen(${1:string_expression})" },
347-
{ "trigger": "strstr", "contents": "strstr(${1:string_expression1}, ${2:string_expression2})" },
347+
{ "trigger": "strstr", "contents": "strstr(${1:base_string}, ${2:string_to_look_for})" },
348348
{ "trigger": "strsub", "contents": "strsub(${1:string_expression}, ${2:start_pos}, ${3:char_number})" },
349349
{ "trigger": "str to lower", "contents": "strtolower(${1:string_expression})" },
350350
{ "trigger": "STR TO UPPER", "contents": "strtoupper(${1:string_expression})" },

0 commit comments

Comments
 (0)