Property | Type | Description | |
---|---|---|---|
ScriptInfo | LuaScriptFileInfo | ||
contentDocument | AGS.Types.ContentDocument |
Method | Description | |
---|---|---|
DoBraceMatching ( ) : void | ||
GetText ( ) : string | ||
LuaScriptEditPane ( |
||
Save ( ) : void | ||
Scintilla_CharAdded ( object sender, ScintillaNet.CharAddedEventArgs e ) : void | ||
Scintilla_UpdateUI ( object sender, ScintillaNet.NativeScintillaEventArgs e ) : void | ||
SetText ( string txt ) : void | ||
VerifySyntax ( ) : void |
Method | Description | |
---|---|---|
OnCommandClick ( string command ) : void |
Method | Description | |
---|---|---|
CommentBraceCheck ( int pos ) : bool | ||
LuaPane_Enter ( object sender, |
||
NonCommentBraceCheck ( int pos ) : bool | ||
ShowAutoComplete ( int charsTyped, string autoCompleteList ) : void |
public LuaScriptEditPane ( |
||
parentComponent | ||
owningEditor | IAGSEditor | |
scriptInfo | LuaScriptFileInfo | |
return | System |
protected OnCommandClick ( string command ) : void | ||
command | string | |
return | void |
public Scintilla_CharAdded ( object sender, ScintillaNet.CharAddedEventArgs e ) : void | ||
sender | object | |
e | ScintillaNet.CharAddedEventArgs | |
return | void |
public Scintilla_UpdateUI ( object sender, ScintillaNet.NativeScintillaEventArgs e ) : void | ||
sender | object | |
e | ScintillaNet.NativeScintillaEventArgs | |
return | void |