C# Class Typewriter.TemplateEditor.Controllers.FormattingController

Inheritance: IOleCommandTarget
Datei anzeigen Open project: AdaskoTheBeAsT/Typewriter

Public Methods

Method Description
Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System
QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int

Private Methods

Method Description
FormatSelection ( ) : void
FormatSpan ( int start, int length ) : void

Method Details

Exec() public method

public Exec ( Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup Guid
nCmdID uint
nCmdexecopt uint
pvaIn IntPtr
pvaOut IntPtr
return int

FormattingController() public method

public FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System
textViewAdapter IVsTextView
textView ITextView
return System

QueryStatus() public method

public QueryStatus ( Guid &pguidCmdGroup, uint cCmds, Array prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup Guid
cCmds uint
prgCmds Array
pCmdText IntPtr
return int