diff options
-rw-r--r-- | src/Styles.c | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/src/Styles.c b/src/Styles.c index 640b6d1..6002688 100644 --- a/src/Styles.c +++ b/src/Styles.c @@ -987,27 +987,28 @@ KEYWORDLIST KeyWords_NSIS = { ".onverifyinstdir un.onguiend un.onguiinit un.oninit un.onrebootfailed un.onuninstfailed un.onuninstsuccess "
"un.onuserabort abort addbrandingimage addsize allowrootdirinstall allowskipfiles autoclosewindow "
"bannertrimpath bgfont bggradient brandingtext bringtofront call callinstdll caption changeui checkbitmap "
-"clearerrors completedtext componenttext copyfiles crccheck createdirectory createfont createshortcut delete "
-"deleteinisec deleteinistr deleteregkey deleteregvalue detailprint detailsbuttontext dirstate dirtext "
+"clearerrors completedtext componenttext copyfiles crccheck createdirectory createfont createshortcut "
+"delete deleteinisec deleteinistr deleteregkey deleteregvalue detailprint detailsbuttontext dirstate dirtext "
"dirvar dirverify enablewindow enumregkey enumregvalue exch exec execshell execwait expandenvstrings "
"file filebufsize fileclose fileerrortext fileopen fileread filereadbyte filereadutf16le filereadword "
"fileseek filewrite filewritebyte filewriteutf16le filewriteword findclose findfirst findnext findproc "
"findwindow flushini getcurinsttype getcurrentaddress getdlgitem getdllversion getdllversionlocal "
-"geterrorlevel getfiletime getfiletimelocal getfullpathname getfunctionaddress getinstdirerror "
-"getlabeladdress gettempfilename goto hidewindow icon ifabort iferrors iffileexists ifrebootflag "
-"ifsilent initpluginsdir installbuttontext installcolors installdir installdirregkey instprogressflags "
-"insttype insttypegettext insttypesettext intcmp intcmpu intfmt intop iswindow langstring licensebkcolor "
-"licensedata licenseforceselection licenselangstring licensetext loadlanguagefile lockwindow logset "
-"logtext messagebox miscbuttontext name nop outfile page pagecallbacks pop push quit readenvstr readinistr "
-"readregdword readregstr reboot regdll rename requestexecutionlevel reservefile return rmdir searchpath "
-"sectiongetflags sectiongetinsttypes sectiongetsize sectiongettext sectionin sectionsetflags sectionsetinsttypes "
-"sectionsetsize sectionsettext sendmessage setautoclose setbrandingimage setcompress setcompressionlevel "
-"setcompressor setcompressordictsize setctlcolors setcurinsttype setdatablockoptimize setdatesave setdetailsprint "
-"setdetailsview seterrorlevel seterrors setfileattributes setfont setoutpath setoverwrite setpluginunload "
-"setrebootflag setregview setshellvarcontext setsilent showinstdetails showuninstdetails showwindow silentinstall "
-"silentuninstall sleep spacetexts strcmp strcmps strcpy strlen subcaption uninstallbuttontext uninstallcaption "
-"uninstallicon uninstallsubcaption uninstalltext uninstpage unregdll var viaddversionkey viproductversion "
-"windowicon writeinistr writeregbin writeregdword writeregexpandstr writeregstr writeuninstaller xpstyle",
+"geterrorlevel getfiletime getfiletimelocal getfontname getfontnamelocal getfontversion getfontversionlocal "
+"getfullpathname getfunctionaddress getinstdirerror getlabeladdress gettempfilename goto hidewindow icon "
+"ifabort iferrors iffileexists ifrebootflag ifsilent initpluginsdir installbuttontext installcolors installdir "
+"installdirregkey instprogressflags insttype insttypegettext insttypesettext intcmp intcmpu intfmt intop "
+"iswindow langstring licensebkcolor licensedata licenseforceselection licenselangstring licensetext "
+"loadlanguagefile lockwindow logset logtext messagebox miscbuttontext name nop outfile page pagecallbacks pop "
+"push quit readenvstr readinistr readregdword readregstr reboot regdll rename requestexecutionlevel reservefile "
+"return rmdir searchpath sectiongetflags sectiongetinsttypes sectiongetsize sectiongettext sectionin "
+"sectionsetflags sectionsetinsttypes sectionsetsize sectionsettext sendmessage setautoclose setbrandingimage "
+"setcompress setcompressionlevel setcompressor setcompressordictsize setctlcolors setcurinsttype "
+"setdatablockoptimize setdatesave setdetailsprint setdetailsview seterrorlevel seterrors setfileattributes "
+"setfont setoutpath setoverwrite setpluginunload setrebootflag setregview setshellvarcontext setsilent "
+"showinstdetails showuninstdetails showwindow silentinstall silentuninstall sleep spacetexts strcmp strcmps "
+"strcpy strlen subcaption uninstallbuttontext uninstallcaption uninstallicon uninstallsubcaption uninstalltext "
+"uninstpage unregdll var viaddversionkey viproductversion windowicon writeinistr writeregbin writeregdword "
+"writeregexpandstr writeregstr writeuninstaller xpstyle",
"${nsisdir} $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $r0 $r1 $r2 $r3 $r4 $r5 $r6 $r7 $r8 $r9 $instdir $outdir $cmdline "
"$language $programfiles $programfiles32 $programfiles64 $commonfiles $commonfiles32 $commonfiles64 "
"$desktop $exedir $exefile $exepath $windir $sysdir $temp $startmenu $smprograms $smstartup $quicklaunch "
@@ -1025,9 +1026,10 @@ KEYWORDLIST KeyWords_NSIS = { "shell_context left right top bottom true false on off italic underline strike trimleft trimright trimcenter "
"idd_license idd_dir idd_selcom idd_inst idd_instfiles idd_uninst idd_verify force windows nocustom customstring "
"componentsonlyoncustom gray none user highest admin lang hide show nevershow normal silent silentlog solid final "
-"zlib bzip2 lzma try ifnewer ifdiff lastused manual alwaysoff normal file_attribute_normal file_attribute_archive hidden "
-"file_attribute_hidden offline file_attribute_offline readonly file_attribute_readonly system file_attribute_system "
-"temporary file_attribute_temporary custom license components directory instfiles uninstconfirm 32 64 enablecancel",
+"zlib bzip2 lzma try ifnewer ifdiff lastused manual alwaysoff normal file_attribute_normal file_attribute_archive "
+"hidden file_attribute_hidden offline file_attribute_offline readonly file_attribute_readonly system "
+"file_attribute_system temporary file_attribute_temporary custom license components directory instfiles "
+"uninstconfirm 32 64 enablecancel",
"", "", "", "", "", "" };
|