From b29dae2ad0586212e810d2e3af0e05fff6225790 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 22 Mar 2021 18:33:35 +0100 Subject: [PATCH 1/3] Update GDL.sublime-completions --- Preferences/GDL.sublime-completions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Preferences/GDL.sublime-completions b/Preferences/GDL.sublime-completions index 3f9e954..1dc1784 100644 --- a/Preferences/GDL.sublime-completions +++ b/Preferences/GDL.sublime-completions @@ -36,11 +36,11 @@ "binaryprop", { "trigger": "bitset", "contents": "bitset(${1:x}, ${2:b})" }, { "trigger": "bittest", "contents": "bittest(${1:x}, ${2:b})" }, - "block", + { "trigger": "block", "contents": "block ${1:width}, ${2:depth}, ${3:height}" }, { "trigger": "body", "contents": "body ${1:status}" }, "bprism_", "breakpoint", - { "trigger": "brick", "contents": "brick ${1:a}, ${2:b}, ${3:c}" }, + { "trigger": "brick", "contents": "brick ${1:width}, ${2:depth}, ${3:height}" }, "bwall_", /* C C C C C C C C C C C C C C C C C C C C C C C C C C C */ @@ -108,7 +108,7 @@ /* E E E E E E E E E E E E E E E E E E E E E E E E E E E */ { "trigger": "edge", "contents": "edge ${1:vert1}, ${2:vert2}, ${3:pgon1}, ${4:pgon2}, ${5:status}" }, - { "trigger": "elbow", "contents": "elbow ${1:r1}, ${2:alpha}, ${3:r2}" }, + { "trigger": "elbow", "contents": "elbow ${1:radius_of_elbow}, ${2:angle}, ${3:radius_of_cross-section}" }, { "trigger": "ellips", "contents": "ellips ${1:h}, ${2:r}" }, "else", "end", From 7407cc5c58550efe7297db8bf93c048ec52b50c9 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 22 Mar 2021 18:33:44 +0100 Subject: [PATCH 2/3] Create DynHotspotLinear.sublime-snippet --- Snippets/DynHotspotLinear.sublime-snippet | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Snippets/DynHotspotLinear.sublime-snippet diff --git a/Snippets/DynHotspotLinear.sublime-snippet b/Snippets/DynHotspotLinear.sublime-snippet new file mode 100644 index 0000000..6e6a917 --- /dev/null +++ b/Snippets/DynHotspotLinear.sublime-snippet @@ -0,0 +1,10 @@ + + + linh + Dynamic Linear 2D Hotspot + source.gdl + From dd7a8362e86f3ac5a659f2afc0f795e11eaa27f0 Mon Sep 17 00:00:00 2001 From: Lucas Becker Date: Mon, 22 Mar 2021 18:34:04 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ece9eca..8b9f753 100644 --- a/README.md +++ b/README.md @@ -190,9 +190,6 @@ where `` is to be replaced. If you don't need it, you can leave it empty.   --> -## Getting started with Sublime Text -New to Sublime? Then I can recommend this excellent and free video tutorial by nettuts: [Perfect Workflow in Sublime Text](http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/). - ## Support Does this plugin help you in your daily work, or you just want to say thanks? Countless hours went into the development of GDL-Sublime.