C# Class ATMLCommonLibrary.controls.awb.AWBEditor

Inheritance: ScintillaNET.Scintilla
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description
AWBEditor_DocumentChange void
AWBEditor_DoubleClick void
AWBEditor_Load void
GetAttributeValueFromPosition string
GotoNextBookmark void
InitializeComponent void
OnSelectionChanged void
ToggleBookmark void

Public Methods

Method Description
AWBEditor ( ) : System
FoldAll ( ) : void
FoldAll ( string target ) : void
GetCommentForCurrentPosition ( ) : string
InitForATLAS ( ) : void
InitForText ( ) : void
InitForXML ( ) : void
SaveDocument ( ) : void
ToggleWordWrap ( ) : bool
UnfoldAll ( ) : void
UnfoldAll ( string target ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDragDrop ( DragEventArgs drgevent ) : void
OnDragEnter ( DragEventArgs drgevent ) : void
OnDragOver ( DragEventArgs drgevent ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void

Private Methods

Method Description
AWBEditor_DocumentChange ( object sender, NativeScintillaEventArgs e ) : void
AWBEditor_DoubleClick ( object sender, MouseEventArgs e ) : void
AWBEditor_Load ( object sender, EventArgs e ) : void
GetAttributeValueFromPosition ( string attributeValue ) : string
GotoNextBookmark ( ) : void
InitializeComponent ( ) : void

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

OnSelectionChanged ( object sender, EventArgs eventArgs ) : void
ToggleBookmark ( ) : void

Method Details

AWBEditor() public method

public AWBEditor ( ) : 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

FoldAll() public method

public FoldAll ( ) : void
return void

FoldAll() public method

public FoldAll ( string target ) : void
target string
return void

GetCommentForCurrentPosition() public method

public GetCommentForCurrentPosition ( ) : string
return string

InitForATLAS() public method

public InitForATLAS ( ) : void
return void

InitForText() public method

public InitForText ( ) : void
return void

InitForXML() public method

public InitForXML ( ) : void
return void

OnDragDrop() protected method

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
return void

OnDragEnter() protected method

protected OnDragEnter ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
return void

OnDragOver() protected method

protected OnDragOver ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDoubleClick() protected method

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
return void

SaveDocument() public method

public SaveDocument ( ) : void
return void

ToggleWordWrap() public method

public ToggleWordWrap ( ) : bool
return bool

UnfoldAll() public method

public UnfoldAll ( ) : void
return void

UnfoldAll() public method

public UnfoldAll ( string target ) : void
target string
return void