?? vb.properties
字號:
# Define SciTE settings for VB files.# BAS: Module, FRM: Form, CLS: Class Module, CTL: User Control# PAG: Property Page, DSR: Data Report, DOB: User Documentfile.patterns.vb=*.vb;*.bas;*.frm;*.cls;*.ctl;*.pag;*.dsr;*.dob# VBS: VBScript, DSM: Visual[ex. Dev] Studio macrofile.patterns.wscript=*.vbs;*.dsm# VBP: VB Project, VBG: VB Project Group (ActiveX), MAK: old (VB3) project file, VBW: VB Workspacefilter.vb=VB (vb vbp vbs bas frm cls ctl pag dsr dob)|$(file.patterns.vb);$(file.patterns.wscript);*.vbp;*.vbg;*.mak;*.vbw|lexer.$(file.patterns.vb)=vblexer.$(file.patterns.wscript)=vbscript# Keywords, operators, statements, data types and some words in .frm fileskeywordclass.vb6=\addressof alias and as attribute base begin binary boolean byref byte byval call case compare \const currency date decimal declare defbool defbyte defint deflng defcur defsng defdbl defdec \defdate defstr defobj defvar dim do double each else elseif empty end enum eqv erase error \event exit explicit false for friend function get gosub goto if imp implements in input integer \is len let lib like load lock long loop lset me mid midb mod new next not nothing null object \on option optional or paramarray preserve print private property public raiseevent randomize \redim rem resume return rset seek select set single static step stop string sub then time to \true type typeof unload until variant wend while with withevents xor# html.properties picks up VB keywords from keywordclass.vbkeywordclass.vb=$(keywordclass.vb6)# Mostly system statements (files, registry, I/O...) that# I am not sure to include with the regular statements.keywordclass.vbotherstatements=\appactivate beep chdir chdrive close filecopy get input kill line unlock mkdir name \open print put reset rmdir savepicture savesetting seek sendkeys setattr width write# VBNet specific keywordskeywordclass.vbnet=\addhandler andalso as assembly auto catch cbool cbyte cchar cdate cdbl cdec char cint \class clng cobj cshort csng cstr ctype default delegate finally gettype handles imports \inherits interface mustinherit mustoverride mybase myclass namespace notinheritable \notoverridable orelse overloads overridable overrides protected readonly removehandler \shadows shared short structure synclock throw try unicode when writeonlykeywords.$(file.patterns.vb)=$(keywordclass.vb6) $(keywordclass.vbnet)keywords.$(file.patterns.wscript)=$(keywordclass.vb6)keywords2.$(file.patterns.vb)=$(keywordclass.vbotherstatements)comment.block.vb='~comment.block.vbscript='~# VB styles# Defaultstyle.vb.32=$(font.base)# White spacestyle.vb.0=# Commentstyle.vb.1=$(colour.code.comment.line),$(font.code.comment.line)# Numberstyle.vb.2=$(colour.number)# Keywordstyle.vb.3=$(colour.keyword)# Stringstyle.vb.4=$(colour.string)# Preprocessor (directives)style.vb.5=$(colour.preproc)# Operatorstyle.vb.6=$(colour.operator)# Identifierstyle.vb.7=# Datestyle.vb.8=$(colour.number)# End of line where string is not closedstyle.vb.9=$(style.stringeol)# Other keywords (bozo test colors :-)style.vb.10=$(style.vb.5),back:#D0FFD0style.vb.11=$(style.vb.5),back:#D0D0FFstyle.vb.12=$(style.vb.5),back:#FFD0D0# VBScript styles same as VB stylesstyle.vbscript.0=$(style.vb.0)style.vbscript.1=$(style.vb.1)style.vbscript.2=$(style.vb.2)style.vbscript.3=$(style.vb.3)style.vbscript.4=$(style.vb.4)style.vbscript.5=$(style.vb.5)style.vbscript.6=$(style.vb.6)style.vbscript.7=$(style.vb.7)style.vbscript.8=$(style.vb.8)style.vbscript.9=$(style.vb.9)style.vbscript.10=$(style.vb.10)style.vbscript.11=$(style.vb.11)style.vbscript.12=$(style.vb.12)# wscript# normal executecommand.go.$(file.patterns.wscript)="$(FilePath)"command.go.subsystem.$(file.patterns.wscript)=2# note we have no real "build"; rather "execute and capture# compiletime and runtime errors"command.build.$(file.patterns.wscript)=cscript "$(FilePath)"command.build.subsystem.$(file.patterns.wscript)=1command.help.$(file.patterns.wscript)=$(CurrentWord)!C:\Program Files\Microsoft Visual Studio\MSDN\2001OCT\1033\MSDN130.COLcommand.help.subsystem.$(file.patterns.wscript)=4command.help.$(file.patterns.vb)=$(CurrentWord)!C:\Program Files\Microsoft Visual Studio\MSDN\2001OCT\1033\MSDN130.COLcommand.help.subsystem.$(file.patterns.vb)=4
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -