C# Class Castle.VisualStudio.NVelocityLanguageService.DebugWindow.DebugForm

ファイルを表示 Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method Description
DebugForm ( ) : System
UpdateUI ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddItemsFromScope ( TemplateNode templateNode, int cursorLine, int cursorCol ) : void
AddNodesToTree ( AstNode parentAstNode, TreeNode parentTreeNode ) : void
ApplyFormattingToTreeNodes ( TreeNodeCollection treeNodes, int line, int pos ) : void
BuildTreeViewFromAst ( TemplateNode templateNode ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateUIInUIThread ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void

Method Details

DebugForm() public method

public DebugForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

UpdateUI() public method

public UpdateUI ( int cursorLine, int cursorCol, TemplateNode templateNode ) : void
cursorLine int
cursorCol int
templateNode TemplateNode
return void