C# Class Typewriter.TemplateEditor.Controllers.FormattingController

Inheritance: IOleCommandTarget
Afficher le fichier Open project: AdaskoTheBeAsT/Typewriter

Méthodes publiques

Méthode 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

Méthode Description
FormatSelection ( ) : void
FormatSpan ( int start, int length ) : void

Method Details

Exec() public méthode

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

FormattingController() public méthode

public FormattingController ( IVsTextView textViewAdapter, ITextView textView ) : System
textViewAdapter IVsTextView
textView ITextView
Résultat System

QueryStatus() public méthode

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