C# 클래스 AGS.Plugin.Lua.LuaScriptEditPane

상속: AGS.Types.EditorContentPanel
파일 보기 프로젝트 열기: duncanc/Lua-for-AGS

공개 프로퍼티들

프로퍼티 타입 설명
ScriptInfo LuaScriptFileInfo
contentDocument AGS.Types.ContentDocument

공개 메소드들

메소드 설명
DoBraceMatching ( ) : void
GetText ( ) : string
LuaScriptEditPane ( LuaForAGSEditorComponent parentComponent, IAGSEditor owningEditor, LuaScriptFileInfo scriptInfo ) : System
Save ( ) : void
Scintilla_CharAdded ( object sender, ScintillaNet.CharAddedEventArgs e ) : void
Scintilla_UpdateUI ( object sender, ScintillaNet.NativeScintillaEventArgs e ) : void
SetText ( string txt ) : void
VerifySyntax ( ) : void

보호된 메소드들

메소드 설명
OnCommandClick ( string command ) : void

비공개 메소드들

메소드 설명
CommentBraceCheck ( int pos ) : bool
LuaPane_Enter ( object sender, EventArgs e ) : void
NonCommentBraceCheck ( int pos ) : bool
ShowAutoComplete ( int charsTyped, string autoCompleteList ) : void

메소드 상세

DoBraceMatching() 공개 메소드

public DoBraceMatching ( ) : void
리턴 void

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

LuaScriptEditPane() 공개 메소드

public LuaScriptEditPane ( LuaForAGSEditorComponent parentComponent, IAGSEditor owningEditor, LuaScriptFileInfo scriptInfo ) : System
parentComponent LuaForAGSEditorComponent
owningEditor IAGSEditor
scriptInfo LuaScriptFileInfo
리턴 System

OnCommandClick() 보호된 메소드

protected OnCommandClick ( string command ) : void
command string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Scintilla_CharAdded() 공개 메소드

public Scintilla_CharAdded ( object sender, ScintillaNet.CharAddedEventArgs e ) : void
sender object
e ScintillaNet.CharAddedEventArgs
리턴 void

Scintilla_UpdateUI() 공개 메소드

public Scintilla_UpdateUI ( object sender, ScintillaNet.NativeScintillaEventArgs e ) : void
sender object
e ScintillaNet.NativeScintillaEventArgs
리턴 void

SetText() 공개 메소드

public SetText ( string txt ) : void
txt string
리턴 void

VerifySyntax() 공개 메소드

public VerifySyntax ( ) : void
리턴 void

프로퍼티 상세

ScriptInfo 공개적으로 프로퍼티

public LuaScriptFileInfo ScriptInfo
리턴 LuaScriptFileInfo

contentDocument 공개적으로 프로퍼티

public ContentDocument,AGS.Types contentDocument
리턴 AGS.Types.ContentDocument