C# Класс AGS.Editor.ScriptEditor

Наследование: AGS.Types.EditorContentPanel, IScriptEditor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ActivateTextEditor ( ) : void
ActivateWindow ( ) : void
Clear ( ) : void
DeactivateTextEditor ( ) : void
FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct
FindTokenAsLocalVariable ( string memberName, bool searchWholeFunction ) : AGS.Types.AutoComplete.ScriptToken
GetLineNumberForText ( string text ) : int
GoToLine ( int lineNumber ) : void
GoToLine ( int lineNumber, bool selectLine, bool goToLineAfterOpeningBrace ) : void
GoToLineOfCharacterPosition ( int position ) : void
GoToLineOfCharacterPosition ( int position, bool selectLine ) : void
Init ( Script scriptToEdit ) : void
InitScintilla ( ) : void
RemoveExecutionPointMarker ( ) : void
SaveChanges ( ) : void
ScriptEditor ( Script scriptToEdit, AGSEditor agsEditor, Action