mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 08:44:40 +02:00
Add an option in installer to install COBOL autocomplete
follow-up to adae1922cf87979c4909a63503cc843a4f701e15 Close #9672
This commit is contained in:
parent
6834d796ab
commit
da61b1d949
@ -142,6 +142,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
||||
SetOutPath "$INSTDIR\autoCompletion"
|
||||
File ".\APIs\autoit.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "COBOL" COBOL
|
||||
SetOutPath "$INSTDIR\autoCompletion"
|
||||
File ".\APIs\cobol.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
@ -247,4 +252,8 @@ SectionGroup un.autoCompletionComponent
|
||||
Delete "$INSTDIR\autoCompletion\autoit.xml"
|
||||
SectionEnd
|
||||
|
||||
Section un.cobol
|
||||
Delete "$INSTDIR\autoCompletion\cobol.xml"
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user