Method |
Description |
|
ColumnNumber ( ) : int |
|
|
CursorHorizontalOffset ( ) : int |
|
|
CursorVerticalOffset ( ) : int |
|
|
DoWindow0 ( int windowID ) : void |
|
|
GetCursorPosition ( ) : int |
|
|
Init ( ) : void |
|
|
LineNumber ( ) : int |
|
|
NewLineBeforeCursor ( ) : int |
|
|
NumberOfNewLines ( string s ) : int |
|
|
OnApplicationQuit ( ) : void |
|
|
OnGUI ( ) : void |
|
|
SetInput ( IDEInput, input ) : void |
|
|
Start ( ) : void |
|
|
addStyle ( int number, string type ) : void |
|
|
adjustScroll ( ) : void |
|
|
catchTabs ( ) : void |
|
|
checkBackButton ( Rect r ) : void |
|
|
checkNewSpellButton ( Rect r ) : void |
|
|
checkRemoveButton ( Rect r ) : void |
|
|
clearStyles ( ) : void |
|
|
detectKeyboardActivity ( ) : void |
|
|
getCode ( ) : string |
|
|
getCurrentError ( ) : string |
|
|
getFileName ( ) : string |
|
|
getSpellName ( ) : string |
|
|
inputProcessing ( ) : void |
|
|
insertTab ( int tab_width ) : void |
|
|
logKeyboardActivity ( ) : void |
|
|
logNewErrors ( ) : void |
|
|
removeScript ( ) : void |
|
|
setErrorMessage ( string error ) : void |
|
|
show ( GameObject previous_state ) : void |
|
|
showCode ( ) : void |
|
|
showHighlightedCode ( ) : void |
|
|
suggestAutocompletes ( ) : void |
|
|
writeOut ( ) : void |
|
|