C# Class Ripe.SharpDev.EditorTabPage

Inheritance: ICSharpCode.TextEditor.TextEditorControl
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
ClearAllBreakPoints ( ) : void
EditorTabPage ( ScriptDocument doc, Action help_cb ) : System
ProcessKeyDown ( System e ) : void
SetActiveBreakPoint ( int line ) : void
SetIntellisense ( RhinoDLR_Python isense ) : void
ToggleBreakPoint ( ) : void
ToggleBreakPoint ( int line ) : void

Méthodes protégées

Méthode Description
OnParentChanged ( EventArgs e ) : void

Private Methods

Méthode Description
CloseCodeCompletionWindow ( object sender, EventArgs e ) : void
Document_LineCountChanged ( object sender, ICSharpCode e ) : void
GetBreakPointLines ( ) : int[]
GetEditorText ( ) : string
IconBarMargin_MouseDown ( ICSharpCode sender, System mousepos, System mouseButtons ) : void
IconBarMargin_Painted ( ICSharpCode sender, System g, System rect ) : void
InitializeComponent ( ) : void
IsLineInsideRegion ( int top, int bottom, int regionTop, int regionBottom ) : bool
OnDocumentChanged ( object sender, ICSharpCode e ) : void
OnTimerTick ( object sender, EventArgs e ) : void
RepaintBookmarks ( ) : void
SetEditorText ( string text ) : void
TextAreaKeyEventHandler ( char key ) : bool

Return true to handle the keypress, return false to let the text area handle the keypress

TextArea_DoProcessDialogKey ( System keyData ) : bool

Method Details

ClearAllBreakPoints() public méthode

public ClearAllBreakPoints ( ) : void
Résultat void

EditorTabPage() public méthode

public EditorTabPage ( ScriptDocument doc, Action help_cb ) : System
doc ScriptEditor.Model.ScriptDocument
help_cb Action
Résultat System

OnParentChanged() protected méthode

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

ProcessKeyDown() public méthode

public ProcessKeyDown ( System e ) : void
e System
Résultat void

SetActiveBreakPoint() public méthode

public SetActiveBreakPoint ( int line ) : void
line int
Résultat void

SetIntellisense() public méthode

public SetIntellisense ( RhinoDLR_Python isense ) : void
isense RhinoDLR_Python
Résultat void

ToggleBreakPoint() public méthode

public ToggleBreakPoint ( ) : void
Résultat void

ToggleBreakPoint() public méthode

public ToggleBreakPoint ( int line ) : void
line int
Résultat void