Updated Spanish translation
[anjuta-git-plugin.git] / data / properties / nsis.properties
blob13f60e52456075d0e3fdb0568ae0b00452ab5d52
1 # Define SciTE settings for NSIS.
2 # contributed by Angelo Mandato <angelo at spaceblue dot com>
3 # Updated for NSIS v.2.02 / 2004-10-25 by flizebogen <flizebogen at gmx dot de>
5 filter.nsis=NSIS (nsi nsh)|*.nsi;*.nsh|
6 file.patterns.nsis=*.nsi;*.nsh
7 lexer.$(file.patterns.nsis)=nsis
9 # Advanced settings
10 nsis.uservars=1
11 #nsis.ignorecase=1
12 # Note: keywords below must all be lowercase in order for ignorecase=1 to function correctly
14 # Functions:
15 keywords.$(file.patterns.nsis)=!AddIncludeDir !AddPluginDir !cd !define !echo \
16 !else !endif !error !execute !ifdef !ifmacrodef !ifmacrondef !ifndef !include !insertmacro \
17 !macro !macroend !packhdr !system !undef !verbose !warning Abort \
18 AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow \
19 BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI \
20 CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck \
21 CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr \
22 DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirShow DirText \
23 DirVar DirVerify DisabledBitmap EnabledBitmap EnableWindow EnumRegKey \
24 EnumRegValue Exch Exec ExecShell ExecWait ExpandEnvStrings File \
25 FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileSeek \
26 FileWrite FileWriteByte FindClose FindFirst FindNext FindWindow FlushINI \
27 Function FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem \
28 GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal \
29 GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress \
30 GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists \
31 IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors \
32 InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText \
33 InstTypeSetText IntCmp IntCmpU IntFmt IntOp IsWindow LangString \
34 LangStringUP LicenseBkColor LicenseData LicenseForceSelection \
35 LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet \
36 LogText MessageBox MiscButtonText Name OutFile Page PageEx \
37 PageExEnd PluginDir Pop Push Quit ReadEnvStr ReadINIStr \
38 ReadRegDword ReadRegDWORD ReadRegStr Reboot RegDLL Rename \
39 ReserveFile Return RMDir SearchPath Section SectionDivider SectionEnd \
40 SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText \
41 SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize \
42 SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress \
43 SetCompressionLevel SetCompressor SetCompressorDictSize SetCtlColors \
44 SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView \
45 SetErrors SetErrorLevel SetFileAttributes SetFont SetOutPath SetOverwrite SetPluginUnload \
46 SetRebootFlag SetShellVarContext SetSilent SetStaticBkColor ShowInstDetails \
47 ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts \
48 StrCmp StrCpy StrLen SubCaption SubSection SubSectionEnd UninstallButtonText \
49 UninstallCaption UninstallEXEName UninstallIcon UninstallSubCaption UninstallText \
50 UninstPage UnRegDLL Var VIAddVersionKey VIProductVersion WindowIcon \
51 WriteINIStr WriteRegBin WriteRegDword WriteRegDWORD WriteRegExpandStr \
52 WriteRegStr WriteUninstaller XPStyle
55 # Variables:
56 keywords2.$(file.patterns.nsis)=$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 \
57 $R0 $R1 $R2 $R3 $R4 $R5 $R6 $R7 $R8 $R9 $CMDLINE $DESKTOP \
58 $EXEDIR $HWNDPARENT $INSTDIR $OUTDIR $PROGRAMFILES ${NSISDIR} $\n $\r \
59 $QUICKLAUNCH $SMPROGRAMS $SMSTARTUP $STARTMENU $SYSDIR $TEMP $WINDIR \
60 $COMMONFILES $DOCUMENTS $SENDTO $RECENT $FAVORITES $MUSIC $PICTURES \
61 $VIDEOS $NETHOOD $FONTS $TEMPLATES $APPDATA $PRINTHOOD $INTERNET_CACHE \
62 $COOKIES $HISTORY $PROFILE $ADMINTOOLS $RESOURCES $RESOURCES_LOCALIZED \
63 $CDBURN_AREA $PLUGINSDIR
66 # Lables:
67 keywords3.$(file.patterns.nsis)=ARCHIVE FILE_ATTRIBUTE_ARCHIVE FILE_ATTRIBUTE_HIDDEN \
68 FILE_ATTRIBUTE_NORMAL FILE_ATTRIBUTE_OFFLINE FILE_ATTRIBUTE_READONLY \
69 FILE_ATTRIBUTE_SYSTEM FILE_ATTRIBUTE_TEMPORARY HIDDEN HKCC HKCR HKCU \
70 HKDD HKEY_CLASSES_ROOT HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_DYN_DATA \
71 HKEY_LOCAL_MACHINE HKEY_PERFORMANCE_DATA HKEY_USERS HKLM HKPD HKU IDABORT \
72 IDCANCEL IDIGNORE IDNO IDOK IDRETRY IDYES MB_ABORTRETRYIGNORE MB_DEFBUTTON1 \
73 MB_DEFBUTTON2 MB_DEFBUTTON3 MB_DEFBUTTON4 MB_ICONEXCLAMATION \
74 MB_ICONINFORMATION MB_ICONQUESTION MB_ICONSTOP MB_OK MB_OKCANCEL \
75 MB_RETRYCANCEL MB_RIGHT MB_SETFOREGROUND MB_TOPMOST MB_YESNO MB_YESNOCANCEL \
76 NORMAL OFFLINE READONLY SW_SHOWMAXIMIZED SW_SHOWMINIMIZED SW_SHOWNORMAL \
77 SYSTEM TEMPORARY auto colored false force hide ifnewer nevershow normal \
78 off on show silent silentlog smooth true try lzma zlib bzip2 none listonly textonly both \
79 top left bottom right colored license components directory instfiles uninstConfirm \
80 custom all leave current ifdiff lastused
82 #User defined:
83 #keywords4.$(file.patterns.nsis)=MyFunction MySomethingElse
85 # Whitespace (SCE_NSIS_DEFAULT)
86 style.nsis.0=fore:#000000,$(font.base)
87 # Comment (SCE_NSIS_COMMENT)
88 style.nsis.1=fore:#007F00,$(font.comment)
89 # String double quote (SCE_NSIS_STRINGDQ)
90 style.nsis.2=fore:#999999,back:#EEEEEE
91 # String left quote (SCE_NSIS_STRINGLQ)
92 style.nsis.3=fore:#999999,back:#EEEEEE
93 # String right quote (SCE_NSIS_STRINGRQ)
94 style.nsis.4=fore:#999999,back:#EEEEEE
95 # Function (SCE_NSIS_FUNCTION)
96 style.nsis.5=fore:#00007F,bold
97 # fore:#0033CC,bold
98 # Variable (SCE_NSIS_VARIABLE)
99 style.nsis.6=fore:#CC3300
100 # Label (SCE_NSIS_LABEL)
101 style.nsis.7=fore:#FF9900
102 # User Defined (SCE_NSIS_USERDEFINED)
103 style.nsis.8=fore:#000000
104 # Section (SCE_NSIS_SECTIONDEF)
105 style.nsis.9=fore:#00007F,bold
106 # Sub section (SCE_NSIS_SUBSECTIONDEF)
107 style.nsis.10=fore:#00007F,bold
108 # If def (SCE_NSIS_IFDEFINEDEF)
109 style.nsis.11=fore:#00007F,bold
110 # Macro def (SCE_NSIS_MACRODEF)
111 style.nsis.12=fore:#00007F,bold
112 # Variable within string (SCE_NSIS_STRINGVAR)
113 style.nsis.13=fore:#CC3300,back:#EEEEEE
114 # Numbers (SCE_NSIS_NUMBER)
115 style.nsis.14=fore:#007F7F
119 # compiling/building simply checks for the correct symantics....
120 command.compile.$(file.patterns.nsis)=c:/program files/nsis/makensis.exe "$(FilePath)"
121 command.build.$(file.patterns.nsis)=c:/program files/nsis/makensis.exe "$(FilePath)"
123 command.help.$(file.patterns.nsis)=$(CurrentWord)!C:\Program files\NSIS\NSIS.chm
124 command.help.subsystem.$(file.patterns.nsis)=4
127 comment.block.nsis=;
128 comment.block.at.line.start.nsis=1
129 comment.stream.start.nsis=/*
130 comment.stream.end.nsis=*/
131 comment.box.start.nsis=/*
132 comment.box.middle.nsis=;
133 comment.box.end.nsis=*/