2016-09-21 18:55:10 +00:00
|
|
|
; this file is part of installer for Notepad++
|
|
|
|
; Copyright (C)2016 Don HO <don.h@free.fr>
|
|
|
|
;
|
|
|
|
; This program is free software; you can redistribute it and/or
|
|
|
|
; modify it under the terms of the GNU General Public License
|
|
|
|
; as published by the Free Software Foundation; either
|
|
|
|
; version 2 of the License, or (at your option) any later version.
|
|
|
|
;
|
|
|
|
; Note that the GPL places important restrictions on "derived works", yet
|
|
|
|
; it does not provide a detailed definition of that term. To avoid
|
|
|
|
; misunderstandings, we consider an application to constitute a
|
|
|
|
; "derivative work" for the purpose of this license if it does any of the
|
|
|
|
; following:
|
|
|
|
; 1. Integrates source code from Notepad++.
|
|
|
|
; 2. Integrates/includes/aggregates Notepad++ into a proprietary executable
|
|
|
|
; installer, such as those produced by InstallShield.
|
|
|
|
; 3. Links to a library or executes a program that does any of the above.
|
|
|
|
;
|
|
|
|
; This program is distributed in the hope that it will be useful,
|
|
|
|
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
; GNU General Public License for more details.
|
|
|
|
;
|
|
|
|
; You should have received a copy of the GNU General Public License
|
|
|
|
; along with this program; if not, write to the Free Software
|
|
|
|
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
|
|
|
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionGroup "Auto-completion Files" autoCompletionComponent
|
|
|
|
SetOverwrite off
|
|
|
|
|
|
|
|
${MementoSection} "C" C
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\c.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "C++" C++
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\cpp.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Java" Java
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\java.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "C#" C#
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\cs.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "HTML" HTML
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\html.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "RC" RC
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\rc.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "SQL" SQL
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\sql.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "PHP" PHP
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\php.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "CSS" CSS
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\css.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "VB" VB
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\vb.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Perl" Perl
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\perl.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "JavaScript" JavaScript
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\javascript.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Python" Python
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\python.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "ActionScript" ActionScript
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\actionscript.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "LISP" LISP
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\lisp.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "VHDL" VHDL
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\vhdl.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "TeX" TeX
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\tex.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "DocBook" DocBook
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\xml.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "NSIS" NSIS
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\nsis.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "CMAKE" CMAKE
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\APIs\cmake.xml"
|
|
|
|
${MementoSectionEnd}
|
2017-08-30 09:07:25 +00:00
|
|
|
|
|
|
|
${MementoSection} "BATCH" BATCH
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2017-08-30 09:07:25 +00:00
|
|
|
File ".\APIs\batch.xml"
|
|
|
|
${MementoSectionEnd}
|
2017-12-10 07:42:37 +00:00
|
|
|
|
|
|
|
${MementoSection} "CoffeeScript" CoffeeScript
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2017-12-10 07:42:37 +00:00
|
|
|
File ".\APIs\coffee.xml"
|
|
|
|
${MementoSectionEnd}
|
2017-12-28 22:26:02 +00:00
|
|
|
|
|
|
|
${MementoSection} "BaanC" BaanC
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2017-12-28 22:26:02 +00:00
|
|
|
File ".\APIs\baanc.xml"
|
|
|
|
${MementoSectionEnd}
|
2018-10-31 21:19:29 +00:00
|
|
|
|
|
|
|
${MementoSection} "Lua" Lua
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2018-10-31 21:19:29 +00:00
|
|
|
File ".\APIs\lua.xml"
|
|
|
|
${MementoSectionEnd}
|
2018-10-31 21:04:11 +00:00
|
|
|
|
|
|
|
${MementoSection} "AutoIt" AutoIt
|
2018-12-23 03:27:56 +00:00
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
2018-10-31 21:04:11 +00:00
|
|
|
File ".\APIs\autoit.xml"
|
|
|
|
${MementoSectionEnd}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SectionGroup un.autoCompletionComponent
|
|
|
|
Section un.PHP
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\php.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.CSS
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\css.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.HTML
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\html.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.SQL
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\sql.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.RC
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\rc.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.VB
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\vb.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Perl
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\perl.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.C
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\c.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.C++
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\cpp.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Java
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\java.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.C#
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\cs.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.JavaScript
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\javascript.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Python
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\python.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.ActionScript
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\actionscript.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.LISP
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\lisp.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.VHDL
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\vhdl.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.TeX
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\tex.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.DocBook
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\xml.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.NSIS
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\nsis.xml"
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.CMAKE
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\cmake.xml"
|
2017-08-30 09:07:25 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.BATCH
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\batch.xml"
|
2017-08-30 09:07:25 +00:00
|
|
|
SectionEnd
|
2017-12-10 07:42:37 +00:00
|
|
|
|
|
|
|
Section un.CoffeeScript
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\coffee.xml"
|
2017-12-10 07:42:37 +00:00
|
|
|
SectionEnd
|
2017-12-28 22:26:02 +00:00
|
|
|
|
|
|
|
Section un.BaanC
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\baanc.xml"
|
2017-12-28 22:26:02 +00:00
|
|
|
SectionEnd
|
2018-10-31 21:19:29 +00:00
|
|
|
|
2018-10-31 21:04:11 +00:00
|
|
|
Section un.Lua
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\lua.xml"
|
2018-10-31 21:19:29 +00:00
|
|
|
SectionEnd
|
|
|
|
|
2018-10-31 21:04:11 +00:00
|
|
|
Section un.autoit
|
2018-12-23 03:27:56 +00:00
|
|
|
Delete "$INSTDIR\autoCompletion\autoit.xml"
|
2018-10-31 21:04:11 +00:00
|
|
|
SectionEnd
|
|
|
|
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionGroupEnd
|