Remove auto-completion files from the old location while update
This commit is contained in:
parent
90c724ae43
commit
a76843cf65
@ -174,8 +174,6 @@
|
|||||||
<KeyWord name="expanded" />
|
<KeyWord name="expanded" />
|
||||||
<KeyWord name="extra-condensed" />
|
<KeyWord name="extra-condensed" />
|
||||||
<KeyWord name="extra-expanded" />
|
<KeyWord name="extra-expanded" />
|
||||||
<KeyWord name="far-left" />
|
|
||||||
<KeyWord name="far-right" />
|
|
||||||
<KeyWord name="fast" />
|
<KeyWord name="fast" />
|
||||||
<KeyWord name="faster" />
|
<KeyWord name="faster" />
|
||||||
<KeyWord name="fieldset" />
|
<KeyWord name="fieldset" />
|
||||||
|
@ -30,126 +30,151 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||||||
SetOverwrite off
|
SetOverwrite off
|
||||||
|
|
||||||
${MementoSection} "C" C
|
${MementoSection} "C" C
|
||||||
|
Delete "$INSTDIR\plugins\APIs\c.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\c.xml"
|
File ".\APIs\c.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "C++" C++
|
${MementoSection} "C++" C++
|
||||||
|
Delete "$INSTDIR\plugins\APIs\cpp.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\cpp.xml"
|
File ".\APIs\cpp.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Java" Java
|
${MementoSection} "Java" Java
|
||||||
|
Delete "$INSTDIR\plugins\APIs\java.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\java.xml"
|
File ".\APIs\java.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "C#" C#
|
${MementoSection} "C#" C#
|
||||||
|
Delete "$INSTDIR\plugins\APIs\cs.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\cs.xml"
|
File ".\APIs\cs.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "HTML" HTML
|
${MementoSection} "HTML" HTML
|
||||||
|
Delete "$INSTDIR\plugins\APIs\html.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\html.xml"
|
File ".\APIs\html.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "RC" RC
|
${MementoSection} "RC" RC
|
||||||
|
Delete "$INSTDIR\plugins\APIs\rc.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\rc.xml"
|
File ".\APIs\rc.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "SQL" SQL
|
${MementoSection} "SQL" SQL
|
||||||
|
Delete "$INSTDIR\plugins\APIs\sql.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\sql.xml"
|
File ".\APIs\sql.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "PHP" PHP
|
${MementoSection} "PHP" PHP
|
||||||
|
Delete "$INSTDIR\plugins\APIs\php.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\php.xml"
|
File ".\APIs\php.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "CSS" CSS
|
${MementoSection} "CSS" CSS
|
||||||
|
Delete "$INSTDIR\plugins\APIs\css.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\css.xml"
|
File ".\APIs\css.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "VB" VB
|
${MementoSection} "VB" VB
|
||||||
|
Delete "$INSTDIR\plugins\APIs\vb.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\vb.xml"
|
File ".\APIs\vb.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Perl" Perl
|
${MementoSection} "Perl" Perl
|
||||||
|
Delete "$INSTDIR\plugins\APIs\perl.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\perl.xml"
|
File ".\APIs\perl.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "JavaScript" JavaScript
|
${MementoSection} "JavaScript" JavaScript
|
||||||
|
Delete "$INSTDIR\plugins\APIs\javascript.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\javascript.xml"
|
File ".\APIs\javascript.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Python" Python
|
${MementoSection} "Python" Python
|
||||||
|
Delete "$INSTDIR\plugins\APIs\python.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\python.xml"
|
File ".\APIs\python.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "ActionScript" ActionScript
|
${MementoSection} "ActionScript" ActionScript
|
||||||
|
Delete "$INSTDIR\plugins\APIs\actionscript.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\actionscript.xml"
|
File ".\APIs\actionscript.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "LISP" LISP
|
${MementoSection} "LISP" LISP
|
||||||
|
Delete "$INSTDIR\plugins\APIs\lisp.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\lisp.xml"
|
File ".\APIs\lisp.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "VHDL" VHDL
|
${MementoSection} "VHDL" VHDL
|
||||||
|
Delete "$INSTDIR\plugins\APIs\vhdl.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\vhdl.xml"
|
File ".\APIs\vhdl.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "TeX" TeX
|
${MementoSection} "TeX" TeX
|
||||||
|
Delete "$INSTDIR\plugins\APIs\tex.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\tex.xml"
|
File ".\APIs\tex.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "DocBook" DocBook
|
${MementoSection} "DocBook" DocBook
|
||||||
|
Delete "$INSTDIR\plugins\APIs\xml.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\xml.xml"
|
File ".\APIs\xml.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "NSIS" NSIS
|
${MementoSection} "NSIS" NSIS
|
||||||
|
Delete "$INSTDIR\plugins\APIs\nsis.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\nsis.xml"
|
File ".\APIs\nsis.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "CMAKE" CMAKE
|
${MementoSection} "CMAKE" CMAKE
|
||||||
|
Delete "$INSTDIR\plugins\APIs\cmake.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\cmake.xml"
|
File ".\APIs\cmake.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "BATCH" BATCH
|
${MementoSection} "BATCH" BATCH
|
||||||
|
Delete "$INSTDIR\plugins\APIs\batch.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\batch.xml"
|
File ".\APIs\batch.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "CoffeeScript" CoffeeScript
|
${MementoSection} "CoffeeScript" CoffeeScript
|
||||||
|
Delete "$INSTDIR\plugins\APIs\coffee.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\coffee.xml"
|
File ".\APIs\coffee.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "BaanC" BaanC
|
${MementoSection} "BaanC" BaanC
|
||||||
|
Delete "$INSTDIR\plugins\APIs\baanc.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\baanc.xml"
|
File ".\APIs\baanc.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "Lua" Lua
|
${MementoSection} "Lua" Lua
|
||||||
|
Delete "$INSTDIR\plugins\APIs\lua.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\lua.xml"
|
File ".\APIs\lua.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
${MementoSection} "AutoIt" AutoIt
|
${MementoSection} "AutoIt" AutoIt
|
||||||
|
Delete "$INSTDIR\plugins\APIs\autoit.xml"
|
||||||
SetOutPath "$INSTDIR\autoCompletion"
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
File ".\APIs\autoit.xml"
|
File ".\APIs\autoit.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
Loading…
Reference in New Issue
Block a user