C# 클래스 Visual64TassEditor.Formatter.Visual64TassCommandTarget

상속: IOleCommandTarget
파일 보기 프로젝트 열기: moozzyk/VintageStudio

공개 메소드들

메소드 설명
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
Visual64TassCommandTarget ( IWpfTextView wpfTextView, IVsTextView textViewAdapter ) : System

비공개 메소드들

메소드 설명
CommentSelection ( ) : void
FormatCode ( ) : void
FormatLine ( Tokenizer tokenizer, string rawLine ) : string
FormatLine ( ) : void
PadToColumn ( StringBuilder line, int column ) : StringBuilder
RunSelectionAction ( Func func ) : void
SetCaret ( ) : void
UncommentSelection ( ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid
nCmdID uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
리턴 int

QueryStatus() 공개 메소드

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
리턴 int

Visual64TassCommandTarget() 공개 메소드

public Visual64TassCommandTarget ( IWpfTextView wpfTextView, IVsTextView textViewAdapter ) : System
wpfTextView IWpfTextView
textViewAdapter IVsTextView
리턴 System