From d967656950c468f3d2f3afac791b05b7f6019f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 29 Mar 2019 17:24:52 +0800 Subject: =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/Auto Completion.gif | Bin 0 -> 117716 bytes images/Diagnostics.gif | Bin 0 -> 78349 bytes images/Find All References.gif | Bin 0 -> 149153 bytes images/Goto Definition.gif | Bin 0 -> 258315 bytes images/Hover.gif | Bin 0 -> 128217 bytes images/Rename.gif | Bin 0 -> 51698 bytes images/Signature Help.gif | Bin 0 -> 120741 bytes server/locale/en-US/script.lni | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 images/Auto Completion.gif create mode 100644 images/Diagnostics.gif create mode 100644 images/Find All References.gif create mode 100644 images/Goto Definition.gif create mode 100644 images/Hover.gif create mode 100644 images/Rename.gif create mode 100644 images/Signature Help.gif diff --git a/images/Auto Completion.gif b/images/Auto Completion.gif new file mode 100644 index 00000000..5e8be0b2 Binary files /dev/null and b/images/Auto Completion.gif differ diff --git a/images/Diagnostics.gif b/images/Diagnostics.gif new file mode 100644 index 00000000..e56b0878 Binary files /dev/null and b/images/Diagnostics.gif differ diff --git a/images/Find All References.gif b/images/Find All References.gif new file mode 100644 index 00000000..2bb4e2b6 Binary files /dev/null and b/images/Find All References.gif differ diff --git a/images/Goto Definition.gif b/images/Goto Definition.gif new file mode 100644 index 00000000..4925f86b Binary files /dev/null and b/images/Goto Definition.gif differ diff --git a/images/Hover.gif b/images/Hover.gif new file mode 100644 index 00000000..75ae38c3 Binary files /dev/null and b/images/Hover.gif differ diff --git a/images/Rename.gif b/images/Rename.gif new file mode 100644 index 00000000..0f274b30 Binary files /dev/null and b/images/Rename.gif differ diff --git a/images/Signature Help.gif b/images/Signature Help.gif new file mode 100644 index 00000000..0f96815f Binary files /dev/null and b/images/Signature Help.gif differ diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 7d98e52d..7d54a46f 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -8,7 +8,7 @@ DIAG_UNUSED_LABEL = 'Unused label `{}`.' DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.' DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' -DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add a bracket.' +DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add brackets.' DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial' DIAG_DIAGNOSTICS = 'Diagnostics' DIAG_SYNTAX_CHECK = 'Syntax Check' -- cgit v1.2.3