mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-08 06:24:47 +02:00
parent
fff5f9b24c
commit
de618df55f
@ -193,6 +193,11 @@ SectionGroup "Function List Files" functionListComponent
|
|||||||
File ".\functionList\gdscript.xml"
|
File ".\functionList\gdscript.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "Hollywood" Hollywood_FL
|
||||||
|
SetOutPath "$INSTDIR\functionList"
|
||||||
|
File ".\functionList\hollywood.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "NppExecScript" NppExecScript_FL
|
${MementoSection} "NppExecScript" NppExecScript_FL
|
||||||
SetOutPath "$INSTDIR\functionList"
|
SetOutPath "$INSTDIR\functionList"
|
||||||
File ".\functionList\nppexec.xml"
|
File ".\functionList\nppexec.xml"
|
||||||
@ -351,6 +356,10 @@ SectionGroup un.functionListComponent
|
|||||||
Section un.GDScript_FL
|
Section un.GDScript_FL
|
||||||
Delete "$INSTDIR\functionList\gdscript.xml"
|
Delete "$INSTDIR\functionList\gdscript.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.Hollywood_FL
|
||||||
|
Delete "$INSTDIR\functionList\hollywood.xml"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section un.NppExecScript_FL
|
Section un.NppExecScript_FL
|
||||||
Delete "$INSTDIR\functionList\nppexec.xml"
|
Delete "$INSTDIR\functionList\nppexec.xml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user