C# Class AGS.Editor.DialogEditor

Inheritance: AGS.Types.EditorContentPanel
Afficher le fichier Open project: adventuregamestudio/ags

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCommandClick ( string command ) : void
OnGetHelpKeyword ( ) : string
OnKeyPressed ( Keys keyData ) : void

Private Methods

Méthode 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 méthode

public DialogEditor ( AGS.Types.Dialog dialogToEdit, AGSEditor agsEditor ) : System
dialogToEdit AGS.Types.Dialog
agsEditor AGSEditor
Résultat System

GoToScriptLine() public méthode

public GoToScriptLine ( AGS.Editor.ZoomToFileEventArgs evArgs ) : void
evArgs AGS.Editor.ZoomToFileEventArgs
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

OnCommandClick() protected méthode

protected OnCommandClick ( string command ) : void
command string
Résultat void

OnFirstInit() public méthode

public OnFirstInit ( ) : void
Résultat void

OnGetHelpKeyword() protected méthode

protected OnGetHelpKeyword ( ) : string
Résultat string

OnKeyPressed() protected méthode

protected OnKeyPressed ( Keys keyData ) : void
keyData Keys
Résultat void

RemoveExecutionPointMarker() public méthode

public RemoveExecutionPointMarker ( ) : void
Résultat void

SaveData() public méthode

public SaveData ( ) : void
Résultat void