C# Class AGS.Editor.DialogEditor

Inheritance: AGS.Types.EditorContentPanel
Show file Open project: adventuregamestudio/ags

Public Methods

Method Description
DialogEditor ( AGS.Types.Dialog dialogToEdit, AGSEditor agsEditor ) : System
GoToScriptLine ( AGS.Editor.ZoomToFileEventArgs evArgs ) : void
Init ( ) : void
OnFirstInit ( ) : void
RemoveExecutionPointMarker ( ) : void
SaveData ( ) : void

Protected Methods

Method Description
OnCommandClick ( string command ) : void
OnGetHelpKeyword ( ) : string
OnKeyPressed ( Keys keyData ) : void

Private Methods

Method Description
BuildCharacterKeywords ( ) : String
DockingContainer_DockStateChanged ( object sender, EventArgs e ) : void
InitScintilla ( ) : void
RegisterEvents ( ) : void
Reinitialize ( object state ) : void
ShowFindReplaceDialog ( bool showReplace, bool showAll ) : void
UnregisterEvents ( ) : void
btnDeleteOption_Click ( object sender, EventArgs e ) : void
btnNewOption_Click ( object sender, EventArgs e ) : void
scintillaEditor_IsModifiedChanged ( object sender, EventArgs e ) : void

Method Details

DialogEditor() public method

public DialogEditor ( AGS.Types.Dialog dialogToEdit, AGSEditor agsEditor ) : System
dialogToEdit AGS.Types.Dialog
agsEditor AGSEditor
return System

GoToScriptLine() public method

public GoToScriptLine ( AGS.Editor.ZoomToFileEventArgs evArgs ) : void
evArgs AGS.Editor.ZoomToFileEventArgs
return void

Init() public method

public Init ( ) : void
return void

OnCommandClick() protected method

protected OnCommandClick ( string command ) : void
command string
return void

OnFirstInit() public method

public OnFirstInit ( ) : void
return void

OnGetHelpKeyword() protected method

protected OnGetHelpKeyword ( ) : string
return string

OnKeyPressed() protected method

protected OnKeyPressed ( Keys keyData ) : void
keyData Keys
return void

RemoveExecutionPointMarker() public method

public RemoveExecutionPointMarker ( ) : void
return void

SaveData() public method

public SaveData ( ) : void
return void