C# Class ATMLCommonLibrary.controls.awb.AWBEditor

Inheritance: ScintillaNET.Scintilla
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
AWBEditor_DocumentChange void
AWBEditor_DoubleClick void
AWBEditor_Load void
GetAttributeValueFromPosition string
GotoNextBookmark void
InitializeComponent void
OnSelectionChanged void
ToggleBookmark void

Méthodes publiques

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

Méthodes protégées

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

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

public AWBEditor ( ) : System
Résultat System

Dispose() protected méthode

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

FoldAll() public méthode

public FoldAll ( ) : void
Résultat void

FoldAll() public méthode

public FoldAll ( string target ) : void
target string
Résultat void

GetCommentForCurrentPosition() public méthode

public GetCommentForCurrentPosition ( ) : string
Résultat string

InitForATLAS() public méthode

public InitForATLAS ( ) : void
Résultat void

InitForText() public méthode

public InitForText ( ) : void
Résultat void

InitForXML() public méthode

public InitForXML ( ) : void
Résultat void

OnDragDrop() protected méthode

protected OnDragDrop ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() protected méthode

protected OnDragEnter ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnDragOver() protected méthode

protected OnDragOver ( DragEventArgs drgevent ) : void
drgevent System.Windows.Forms.DragEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
Résultat void

SaveDocument() public méthode

public SaveDocument ( ) : void
Résultat void

ToggleWordWrap() public méthode

public ToggleWordWrap ( ) : bool
Résultat bool

UnfoldAll() public méthode

public UnfoldAll ( ) : void
Résultat void

UnfoldAll() public méthode

public UnfoldAll ( string target ) : void
target string
Résultat void