Method | Description | |
---|---|---|
ArticleTextBox ( ) : System | ||
Find ( string strRegex, bool isRegex, bool caseSensitive, string articleName ) : void |
Finds the next match of the search regex in the page text Applies article keywords prior to search
|
|
FindAll ( string strRegex, bool isRegex, bool caseSensitive, string articleName ) : int>.Dictionary |
Finds all the matches of the search regex in the page text Applies article keywords prior to search
|
|
HighlightSyntax ( ) : void |
Applies syntax highlighting to the input ArticleTextBox
|
|
ResetFind ( ) : void |
Resets the Find Objects
|
|
SetEditBoxSelection ( int inputIndex, int inputLength ) : void | ||
SetEditBoxSelection ( int inputIndex, int inputLength, bool scrollToCaret ) : void |
|
Method | Description | |
---|---|---|
OnEnter ( EventArgs e ) : void | ||
OnHandleCreated ( EventArgs e ) : void | ||
OnTextChanged ( EventArgs e ) : void |
Method | Description | |
---|---|---|
FormatRegex ( string strRegex, string articleName, bool isRegex ) : string |
Applies keywords to search text, formats newlines to support \n as newline
|
|
InitializeComponent ( ) : void |
public Find ( string strRegex, bool isRegex, bool caseSensitive, string articleName ) : void | ||
strRegex | string | Search string |
isRegex | bool | Whether search string is a regex |
caseSensitive | bool | Whether search string is to be case sensitive |
articleName | string | Wiki page name |
return | void |
public FindAll ( string strRegex, bool isRegex, bool caseSensitive, string articleName ) : int>.Dictionary |
||
strRegex | string | Search string |
isRegex | bool | Whether search string is a regex |
caseSensitive | bool | Whether search string is to be case sensitive |
articleName | string | Wiki page name |
return | int>.Dictionary |
protected OnHandleCreated ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnTextChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
public SetEditBoxSelection ( int inputIndex, int inputLength ) : void | ||
inputIndex | int | |
inputLength | int | |
return | void |
public SetEditBoxSelection ( int inputIndex, int inputLength, bool scrollToCaret ) : void | ||
inputIndex | int | |
inputLength | int | |
scrollToCaret | bool | |
return | void |