Christian Grasser 6 years ago committed by Don HO
parent
commit
6cdac077f2
  1. 16099
      PowerEditor/installer/APIs/autoit.xml
  2. 10
      PowerEditor/installer/nsisInclude/autoCompletion.nsh

16099
PowerEditor/installer/APIs/autoit.xml

File diff suppressed because it is too large Load Diff

10
PowerEditor/installer/nsisInclude/autoCompletion.nsh

@ -148,6 +148,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\lua.xml"
${MementoSectionEnd}
${MementoSection} "AutoIt" AutoIt
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\autoit.xml"
${MementoSectionEnd}
SectionGroupEnd
@ -249,4 +254,9 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\plugins\APIs\lua.xml"
SectionEnd
Section un.autoit
Delete "$INSTDIR\plugins\APIs\autoit.xml"
SectionEnd
SectionGroupEnd

Loading…
Cancel
Save