From 8cc7ce7d149b72ed2ab0fd39312c13a6ddaa7d67 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sat, 8 Nov 2025 18:13:45 +0100 Subject: [PATCH] Add forgotten rust autocompletion into installer --- PowerEditor/installer/nsisInclude/autoCompletion.nsh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PowerEditor/installer/nsisInclude/autoCompletion.nsh b/PowerEditor/installer/nsisInclude/autoCompletion.nsh index 3f1edba07..22a99e946 100644 --- a/PowerEditor/installer/nsisInclude/autoCompletion.nsh +++ b/PowerEditor/installer/nsisInclude/autoCompletion.nsh @@ -178,6 +178,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent File ".\APIs\sas.xml" ${MementoSectionEnd} + ${MementoSection} "Rust" Rust + SetOutPath "$INSTDIR\autoCompletion" + File ".\APIs\rust.xml" + ${MementoSectionEnd} + SectionGroupEnd @@ -310,5 +315,9 @@ SectionGroup un.autoCompletionComponent Section un.SAS Delete "$INSTDIR\autoCompletion\sas.xml" SectionEnd + + Section un.Rust + Delete "$INSTDIR\autoCompletion\rust.xml" + SectionEnd SectionGroupEnd