Свойство | Тип | Описание | |
---|---|---|---|
DisableAutoList | bool | ||
DisableFindForm | bool | ||
DisableInfoTip | bool | ||
DisableIntelliMouse | bool |
Свойство | Тип | Описание | |
---|---|---|---|
InitGraphics | void | ||
InitializeComponent | void | ||
ParseTimer_Tick | void | ||
Redraw | void | ||
View_CaretChanged | void | ||
View_Click | void | ||
View_ClipboardUpdated | void | ||
View_DoubleClick | void | ||
View_DragDrop | void | ||
View_DragEnter | void | ||
View_DragLeave | void | ||
View_DragOver | void | ||
View_InfoTipSelectedIndexChanged | void | ||
View_KeyDown | void | ||
View_KeyPress | void | ||
View_KeyUp | void | ||
View_MouseDown | void | ||
View_MouseEnter | void | ||
View_MouseHover | void | ||
View_MouseLeave | void | ||
View_MouseMove | void | ||
View_MouseUp | void | ||
View_RowClick | void | ||
View_RowDoubleClick | void | ||
View_RowMouseDown | void | ||
View_RowMouseMove | void | ||
View_RowMouseUp | void | ||
View_SelectionChanged | void |
Метод | Описание | |
---|---|---|
AttachDocument ( |
||
AutoListAdd ( string text, int ImageIndex ) : void |
Adds an item to the autolist control.
|
|
AutoListAdd ( string text, string InsertText, int ImageIndex ) : void |
Adds an item to the autolist control.
|
|
AutoListAdd ( string text, string InsertText, string ToolTip, int ImageIndex ) : void |
Adds an item to the autolist control.
|
|
AutoListBeginLoad ( ) : void |
Disables painting while loading data into the Autolist
|
|
AutoListClear ( ) : void |
Clears the content in the autolist.
|
|
AutoListEndLoad ( ) : void |
Resumes painting and autosizes the Autolist.
|
|
AutoListInsertSelectedText ( ) : void | ||
CharFromPixel ( int x, int y ) : |
Converts a Client pixel coordinate into a TextPoint (Column/Row)
|
|
ClearSelection ( ) : void |
Clears the selection in the active view.
|
|
ConvertSpacesToTabs ( ) : void |
Converts all spaces the size of .TabSize in the Document to tabs.
|
|
ConvertTabsToSpaces ( ) : void |
Converts all tabs to spaces the size of .TabSize in the Document.
|
|
Copy ( ) : void |
Executes a Copy action on the selection in the active view.
|
|
Cut ( ) : void |
Executes a Cut action on the selection in the active view.
|
|
CutClear ( ) : void | ||
Delete ( ) : void |
Executes a Delete action on the selection in the active view.
|
|
FindNext ( ) : void |
Finds the next occurance of the pattern in the find/replace dialog
|
|
FindNext ( string Pattern, bool MatchCase, bool WholeWords, bool UseRegEx ) : void |
Selects the next word (from the current caret position) that matches the parameter criterias.
|
|
GotoLine ( int RowIndex ) : void |
Moves the caret of the active view to a specific row.
|
|
GotoNextBookmark ( ) : void |
Moves the caret of the active view to the next bookmark.
|
|
GotoPreviousBookmark ( ) : void |
Moves the caret of the active view to the previous bookmark.
|
|
IsOverSelection ( int x, int y ) : bool |
Takes a pixel position and returns true if that position is inside the selected text.
|
|
OnRenderRow ( |
||
OnWordMouseDown ( |
||
OnWordMouseHover ( |
||
Open ( string filename ) : void | ||
Paste ( ) : void |
Execute a Paste action if possible.
|
|
Redo ( ) : void |
Execute a ReDo action if possible.
|
|
RemoveCurrentRow ( ) : void | ||
Save ( string filename ) : void | ||
ScrollIntoView ( ) : void |
Makes the caret in the active view visible on screen.
|
|
ScrollIntoView ( |
Scrolls the active view to a specific position.
|
|
ScrollIntoView ( int RowIndex ) : void | ||
SelectAll ( ) : void |
Select all the text in the active view.
|
|
ShowFind ( ) : void |
Shows the Find dialog
|
|
ShowGotoLine ( ) : void |
Shows the default GotoLine dialog.
|
|
ShowReplace ( ) : void |
Shows the Replace dialog
|
|
ShowSettings ( ) : void |
Not yet implemented
|
|
SyntaxBoxControl ( ) : System |
Default constructor for the SyntaxBoxControl
|
|
ToggleBookmark ( ) : void |
Toggles a bookmark on the active row of the active view.
|
|
Undo ( ) : void |
Executes an undo action if possible.
|
Метод | Описание | |
---|---|---|
CreateViews ( ) : void | ||
Dispose ( bool disposing ) : void |
|
|
GetNewView ( ) : |
||
OnCaretChange ( object sender ) : void | ||
OnChange ( object Sender, |
||
OnClipboardUpdated ( |
||
OnEnter ( |
|
|
OnImeModeChanged ( |
||
OnInfoTipSelectedIndexChanged ( ) : void | ||
OnLoad ( |
||
OnParse ( object Sender, |
||
OnParsingCompleted ( object Sender, |
||
OnRowClick ( |
||
OnRowDoubleClick ( |
||
OnRowMouseDown ( |
||
OnRowMouseMove ( |
||
OnRowMouseUp ( |
||
OnSelectionChange ( object sender ) : void |
Метод | Описание | |
---|---|---|
InitGraphics ( ) : void | ||
InitializeComponent ( ) : void | ||
ParseTimer_Tick ( object sender, |
||
Redraw ( ) : void | ||
View_CaretChanged ( object s, |
||
View_Click ( object sender, |
||
View_ClipboardUpdated ( object sender, |
||
View_DoubleClick ( object sender, |
||
View_DragDrop ( object sender, |
||
View_DragEnter ( object sender, |
||
View_DragLeave ( object sender, |
||
View_DragOver ( object sender, |
||
View_InfoTipSelectedIndexChanged ( object sender, |
||
View_KeyDown ( object sender, |
||
View_KeyPress ( object sender, |
||
View_KeyUp ( object sender, |
||
View_MouseDown ( object sender, MouseEventArgs e ) : void | ||
View_MouseEnter ( object sender, |
||
View_MouseHover ( object sender, |
||
View_MouseLeave ( object sender, |
||
View_MouseMove ( object sender, MouseEventArgs e ) : void | ||
View_MouseUp ( object sender, MouseEventArgs e ) : void | ||
View_RowClick ( object sender, |
||
View_RowDoubleClick ( object sender, |
||
View_RowMouseDown ( object sender, |
||
View_RowMouseMove ( object sender, |
||
View_RowMouseUp ( object sender, |
||
View_SelectionChanged ( object s, |
public AttachDocument ( |
||
document | ||
Результат | void |
public AutoListAdd ( string text, int ImageIndex ) : void | ||
text | string | The text to display in the autolist |
ImageIndex | int | The image index in the AutoListIcons |
Результат | void |
public AutoListAdd ( string text, string InsertText, int ImageIndex ) : void | ||
text | string | The text to display in the autolist |
InsertText | string | The text to insert in the code |
ImageIndex | int | The image index in the AutoListIcons |
Результат | void |
public AutoListAdd ( string text, string InsertText, string ToolTip, int ImageIndex ) : void | ||
text | string | The text to display in the autolist |
InsertText | string | The text to insert in the code |
ToolTip | string | |
ImageIndex | int | The image index in the AutoListIcons |
Результат | void |
public AutoListInsertSelectedText ( ) : void | ||
Результат | void |
public CharFromPixel ( int x, int y ) : |
||
x | int | Pixel x position |
y | int | Pixel y position |
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public FindNext ( string Pattern, bool MatchCase, bool WholeWords, bool UseRegEx ) : void | ||
Pattern | string | The pattern to find |
MatchCase | bool | Match case , true/false |
WholeWords | bool | Match whole words only , true/false |
UseRegEx | bool | To be implemented |
Результат | void |
protected GetNewView ( ) : |
||
Результат |
public GotoLine ( int RowIndex ) : void | ||
RowIndex | int | the row to jump to |
Результат | void |
public IsOverSelection ( int x, int y ) : bool | ||
x | int | Pixel x position. |
y | int | Pixel y position |
Результат | bool |
protected OnCaretChange ( object sender ) : void | ||
sender | object | |
Результат | void |
protected OnChange ( object Sender, |
||
Sender | object | |
e | ||
Результат | void |
protected OnClipboardUpdated ( |
||
e | ||
Результат | void |
protected OnEnter ( |
||
e | ||
Результат | void |
protected OnImeModeChanged ( |
||
e | ||
Результат | void |
protected OnInfoTipSelectedIndexChanged ( ) : void | ||
Результат | void |
protected OnParse ( object Sender, |
||
Sender | object | |
e | ||
Результат | void |
protected OnParsingCompleted ( object Sender, |
||
Sender | object | |
e | ||
Результат | void |
public OnRenderRow ( |
||
e | ||
Результат | void |
protected OnRowClick ( |
||
e | ||
Результат | void |
protected OnRowDoubleClick ( |
||
e | ||
Результат | void |
protected OnRowMouseDown ( |
||
e | ||
Результат | void |
protected OnRowMouseMove ( |
||
e | ||
Результат | void |
protected OnRowMouseUp ( |
||
e | ||
Результат | void |
protected OnSelectionChange ( object sender ) : void | ||
sender | object | |
Результат | void |
public OnWordMouseDown ( |
||
e | ||
Результат | void |
public OnWordMouseHover ( |
||
e | ||
Результат | void |
public ScrollIntoView ( |
||
Pos | ||
Результат | void |
public ScrollIntoView ( int RowIndex ) : void | ||
RowIndex | int | |
Результат | void |