From 5cf0292dade580707c99bbf52f6b658e9d8dbcff Mon Sep 17 00:00:00 2001 From: Shreyas jejurkar Date: Sun, 10 Dec 2017 13:12:37 +0530 Subject: [PATCH] Added keywords auto-completion for CoffeeScript Closes #3977 --- PowerEditor/installer/APIs/coffee.xml | 54 +++++++++++++++++++ .../installer/nsisInclude/autoCompletion.nsh | 9 ++++ 2 files changed, 63 insertions(+) create mode 100644 PowerEditor/installer/APIs/coffee.xml diff --git a/PowerEditor/installer/APIs/coffee.xml b/PowerEditor/installer/APIs/coffee.xml new file mode 100644 index 000000000..dc6636a74 --- /dev/null +++ b/PowerEditor/installer/APIs/coffee.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PowerEditor/installer/nsisInclude/autoCompletion.nsh b/PowerEditor/installer/nsisInclude/autoCompletion.nsh index 1806b400a..a039e41d1 100644 --- a/PowerEditor/installer/nsisInclude/autoCompletion.nsh +++ b/PowerEditor/installer/nsisInclude/autoCompletion.nsh @@ -133,6 +133,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent SetOutPath "$INSTDIR\plugins\APIs" File ".\APIs\batch.xml" ${MementoSectionEnd} + + ${MementoSection} "CoffeeScript" CoffeeScript + SetOutPath "$INSTDIR\plugins\APIs" + File ".\APIs\coffee.xml" + ${MementoSectionEnd} SectionGroupEnd @@ -221,4 +226,8 @@ SectionGroup un.autoCompletionComponent Section un.BATCH Delete "$INSTDIR\plugins\APIs\batch.xml" SectionEnd + + Section un.CoffeeScript + Delete "$INSTDIR\plugins\APIs\coffee.xml" + SectionEnd SectionGroupEnd