mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
Add autoit autoCompletion
Add autoit.xml autoCompletion from http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#A -> http://notepad-plus.sourceforge.net/commun/userDefinedLang/Autoit.xml Close #4977
This commit is contained in:
parent
bfb7e863cc
commit
6cdac077f2
16099
PowerEditor/installer/APIs/autoit.xml
Normal file
16099
PowerEditor/installer/APIs/autoit.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -148,6 +148,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||||||
SetOutPath "$INSTDIR\plugins\APIs"
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
File ".\APIs\lua.xml"
|
File ".\APIs\lua.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "AutoIt" AutoIt
|
||||||
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
|
File ".\APIs\autoit.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
@ -249,4 +254,9 @@ SectionGroup un.autoCompletionComponent
|
|||||||
Delete "$INSTDIR\plugins\APIs\lua.xml"
|
Delete "$INSTDIR\plugins\APIs\lua.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
|
Section un.autoit
|
||||||
|
Delete "$INSTDIR\plugins\APIs\autoit.xml"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user