?? nsis.lng.bak
字號:
# Lexer - Python in this case. One day may want to develop a custom NSIS Lexer
Lexer=2
Keywords0=ifdef SetCompress SetOutPath File !system !include !cd !define !ifndef !ifdef !endif !else !packhdr TDIR $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $PROGRAMFILES $DESKTOP $EXEDIR $WINDIR $SYSDIR $TEMP $STARTMENU $SMPROGRAMS $SMSTARTUP $QUICKLAUNCH $HWNDPARENT MessageBox OutFile Name Caption Icon BGGradient SilentInstall CRCCheck InstallDir InstallDirRegKey LicenseText LicenseData ComponentText InstType EnabledBitmap DisabledBitmap DirShow DirText InstallColors AutoCloseWindow ShowInstDetails UninstallText UninstallExeName UninstallIcon SetOverwrite SetCompress SetDatablockOptimize SetDateSave Section SectionIn SectionEnd SectionDivider Function FunctionEnd IfErrors IfFileExists StrCmp Exec ExecWait ExecShell Rename Delete RMDir WriteRegStr WriteRegDword WriteRegBin WriteINIStr ReadRegStr ReadINIStr DeleteRegValue DeleteRegKey DeleteINISec DeleteINIStr CreateDirectory CopyFiles SetFileAttributes CreateShortCut RegDLL UnRegDLL InstNSPlug DeleteNSPlug GetFullDLLPath Nop Goto Call ClearErrors FindWindow FindWindowByTitle CompareDLLVersions CompareFileTimes Abort SetDetailsView SetAutoClose DetailPrint Sleep BringToFront HideWindow GetParentDir
# NSIS Styles
# White space
style0=0,16777215,0,0,"Courier New",11,noeol
# Comment
style1=4227072,16777215,0,0,"Courier New",11,noeol
# Numbers
style2=255,16777215,0,0,"Courier New",11,noeol
# String
style3=8388736,16777215,0,0,"Courier New",11,noeol
# String
style4=8388736,16777215,0,0,"Courier New",11,noeol
# Keyword
style5=8388608,16777215,0,0,"Courier New",11,noeol
# Operator
style6=0,16777215,1,0,"Courier New",11,noeol
# Date
style8=255,16777215,1,0,"Courier New",11,noeol
# Default
style32=0,16777215,0,0,"Courier New",11,noeol
# Gutter
style33=0,13554646,0,0,"Courier New",11,noeol
# Brace Match
style34=16711680,16777215,1,0,"Courier New",11,noeol
# Brace Bad Highlight
style35=255,16777215,1,0,"Courier New",11,noeol
# Margin Styling
margin1=0,35,0,0
margin2=0,14,$FE000000,1
# Properties. These are generic. Just put property. + the property. Then =value.
property.fold=1
property.fold.compact=1
# Folding Styles
Fold=0
FoldFlags=16
Brace=6
Comment=;~ %d
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -