Method | Description | |
---|---|---|
ActivateTextEditor ( ) : void | ||
AddBreakpoint ( int lineNumber ) : void | ||
CanCutAndCopy ( ) : bool | ||
CanPaste ( ) : bool | ||
CanRedo ( ) : bool | ||
CanUndo ( ) : bool | ||
Copy ( ) : void | ||
Cut ( ) : void | ||
DeactivateTextEditor ( ) : void | ||
EnableLineNumbers ( ) : void | ||
FindFunctionAtCurrentPosition ( ) : ScriptFunction | ||
FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct | ||
FindLineNumberForCharacterIndex ( int pos ) : int | ||
FindLineNumberForText ( string text ) : int | ||
FindNextOccurrence ( string text, bool caseSensitive, bool jumpToStart ) : AGS.Types.AutoComplete.ScriptTokenReference | ||
GetFullTypeNameAtCursor ( ) : string | ||
GetFullTypeNameAtPosition ( int charIndex ) : string | ||
GetLineNumbersForAllBreakpoints ( ) : int[] | ||
GetListOfLocalVariablesForCurrentPosition ( bool searchWholeFunction ) : List |
||
GetListOfLocalVariablesForCurrentPosition ( bool searchWholeFunction, int currentPos ) : List |
||
GetText ( ) : string | ||
GetTextForLine ( int lineNumber ) : string | ||
GetTokenReferenceForCurrentState ( ) : ScriptTokenReference | ||
GoToLine ( int lineNum ) : void | ||
GoToPosition ( int newPos ) : void | ||
HideCurrentExecutionPoint ( ) : void | ||
HideErrorMessagePopup ( ) : void | ||
InsideStringOrComment ( bool charJustAdded, int position ) : bool | ||
IsBreakpointOnLine ( int lineNumber ) : bool | ||
IsSomeSelectedText ( ) : bool | ||
ModifyText ( string newText ) : void | ||
OnSavePointLeft ( object sender, EventArgs e ) : void | ||
OnSavePointReached ( object sender, EventArgs e ) : void | ||
Paste ( ) : void | ||
Redo ( ) : void | ||
RemoveBreakpoint ( int lineNumber ) : void | ||
ReplaceSelectedText ( string withText ) : void | ||
ResetSelection ( ) : void | ||
ScintillaWrapper ( ) : System | ||
SelectCurrentLine ( ) : void | ||
SetAsDialog ( ) : void | ||
SetAutoCompleteKeyWords ( string keyWords ) : void | ||
SetAutoCompleteSource ( IScript script ) : void | ||
SetClassNamesList ( string classNames ) : void | ||
SetFillupKeys ( string fillupKeys ) : void | ||
SetKeyWords ( string keyWords ) : void | ||
SetSavePoint ( ) : void | ||
SetSelection ( int pos, int length ) : void | ||
SetText ( string newText ) : void | ||
SetText ( string newText, bool clearModified ) : void | ||
SetTextModified ( string newText ) : void | ||
ShowAutocompleteNow ( ) : void | ||
ShowCurrentExecutionPoint ( int lineNumber ) : void | ||
ShowErrorMessagePopup ( string errorMessage ) : void | ||
ShowMatchingBrace ( bool beforeAndAfterCursor ) : void | ||
ShowMatchingBrace ( bool beforeAndAfterCursor, bool alignIndentation ) : void | ||
Undo ( ) : void | ||
UndoLastModification ( ) : void |
Method | Description | |
---|---|---|
AddEnumValuesToAutocompleteList ( List |
||
AddFunctionParametersToVariableList ( ScriptFunction func, List |
||
AddGlobalsFromScript ( List |
||
AddMembersOfStruct ( List |
||
AlignIndentation ( int posToAlign, int posToAlignWith ) : void | ||
CheckForAndShowEnumAutocomplete ( int checkAtPos ) : bool | ||
CheckFunctionForLocalVariables ( int currentPos, ScriptFunction func, string scriptExtract, bool searchWholeFunction ) : List |
||
ConstructAndShowCalltip ( int currentPos, int selectedParameter, AGS.Types.AutoComplete.ScriptStruct owningStruct, AGS.Types.AutoComplete.ScriptToken func ) : void | ||
ConstructFunctionCalltipText ( ScriptFunction func, AGS.Types.AutoComplete.ScriptStruct owningStruct, int selectedParameter, int &selectionStart, int &selectionEnd ) : string | ||
ConstructScintillaAutocompleteList ( List |
||
ConstructVariableCalltipText ( AGS.Types.AutoComplete.ScriptVariable variable, AGS.Types.AutoComplete.ScriptStruct owningStruct ) : string | ||
ContextMenuChooseOption ( object sender, |
||
ConvertAutocompleteListToScintillaFormat ( List |
||
FindEndOfCurrentWord ( int currentPos ) : int | ||
FindGlobalFunction ( string name ) : ScriptFunction | ||
FindGlobalVariableOrType ( string type, bool &staticAccess ) : AGS.Types.AutoComplete.ScriptStruct | ||
FindLocalVariableWithName ( int startAtPos, string nameToFind ) : AGS.Types.AutoComplete.ScriptVariable | ||
FindStartOfFunctionCall ( int currentPos, int ¶meterIndex ) : int | ||
FindTypeForThis ( int startAtPos ) : string | ||
GetAPIVersionFromString ( String s ) : ScriptAPIVersion? | ||
GetAllStructsWithMatchingName ( string structName ) : List |
||
GetAutoCompleteScriptList ( ) : IList |
||
GetFinalPartOfExpression ( int currentPos, ScriptStruct &memberOfStruct, bool functionsOnly ) : ScriptToken | ||
GetPreviousPathedExpression ( int startAtPos, bool skipSpacesBeforeCursor ) : string | ||
GetPreviousWord ( ) : string | ||
IScriptEditorControl ( int position ) : int | ||
IScriptEditorControl ( ) : string | ||
IScriptEditorControl ( ) : void | ||
IgnoringCurrentLine ( ) : bool | ||
InsideStringOrComment ( bool charJustAdded ) : bool |
Checks whether the cursor is inside a string literal or a comment.
|
|
OnCharAdded ( object sender, Scintilla e ) : void | ||
OnModifyAttemptOnReadOnly ( object sender, EventArgs e ) : void | ||
OnUpdateUI ( object sender, EventArgs e ) : void | ||
ParsePreviousExpression ( int startAtPos, string &charactersAfterDot, bool &staticAccess, bool &isThis ) : ScriptStruct | ||
ReadNextWord ( string &pathedExpression ) : string | ||
ScintillaWrapper_MouseUp ( object sender, MouseEventArgs e ) : void | ||
ShouldShowThis ( ScriptToken token, List |
||
ShowAutoComplete ( int charsTyped, string autoCompleteList ) : void | ||
ShowAutoCompleteForEnum ( string typeName ) : bool | ||
ShowAutoCompleteIfAppropriate ( int minimumLength ) : void | ||
ShowCalltip ( int openingBracketPos, int parameterIndex, bool functionsOnly ) : void | ||
ShowEnumForParameterIfAppropriate ( string parameter ) : bool | ||
ShowFunctionCalltip ( ) : void | ||
ShowStructMemberAutoComplete ( ) : void | ||
scintillaControl1_DwellEnd ( object sender, EventArgs e ) : void | ||
scintillaControl1_DwellStart ( object sender, Scintilla e ) : void | ||
scintillaControl1_MarginClick ( object sender, Scintilla e ) : void | ||
scintillaControl1_TextModified ( object sender, Scintilla e ) : void |
public AddBreakpoint ( int lineNumber ) : void | ||
lineNumber | int | |
return | void |
public FindFunctionAtCurrentPosition ( ) : ScriptFunction | ||
return | ScriptFunction |
public FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct | ||
type | string | |
return | AGS.Types.AutoComplete.ScriptStruct |
public FindLineNumberForCharacterIndex ( int pos ) : int | ||
pos | int | |
return | int |
public FindLineNumberForText ( string text ) : int | ||
text | string | |
return | int |
public FindNextOccurrence ( string text, bool caseSensitive, bool jumpToStart ) : AGS.Types.AutoComplete.ScriptTokenReference | ||
text | string | |
caseSensitive | bool | |
jumpToStart | bool | |
return | AGS.Types.AutoComplete.ScriptTokenReference |
public GetFullTypeNameAtPosition ( int charIndex ) : string | ||
charIndex | int | |
return | string |
public GetLineNumbersForAllBreakpoints ( ) : int[] | ||
return | int[] |
public GetListOfLocalVariablesForCurrentPosition ( bool searchWholeFunction ) : List |
||
searchWholeFunction | bool | |
return | List |
public GetListOfLocalVariablesForCurrentPosition ( bool searchWholeFunction, int currentPos ) : List |
||
searchWholeFunction | bool | |
currentPos | int | |
return | List |
public GetTextForLine ( int lineNumber ) : string | ||
lineNumber | int | |
return | string |
public GetTokenReferenceForCurrentState ( ) : ScriptTokenReference | ||
return | ScriptTokenReference |
public InsideStringOrComment ( bool charJustAdded, int position ) : bool | ||
charJustAdded | bool | |
position | int | |
return | bool |
public IsBreakpointOnLine ( int lineNumber ) : bool | ||
lineNumber | int | |
return | bool |
public OnSavePointLeft ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public OnSavePointReached ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public RemoveBreakpoint ( int lineNumber ) : void | ||
lineNumber | int | |
return | void |
public ReplaceSelectedText ( string withText ) : void | ||
withText | string | |
return | void |
public SetAutoCompleteKeyWords ( string keyWords ) : void | ||
keyWords | string | |
return | void |
public SetAutoCompleteSource ( IScript script ) : void | ||
script | IScript | |
return | void |
public SetClassNamesList ( string classNames ) : void | ||
classNames | string | |
return | void |
public SetFillupKeys ( string fillupKeys ) : void | ||
fillupKeys | string | |
return | void |
public SetKeyWords ( string keyWords ) : void | ||
keyWords | string | |
return | void |
public SetSelection ( int pos, int length ) : void | ||
pos | int | |
length | int | |
return | void |
public SetText ( string newText, bool clearModified ) : void | ||
newText | string | |
clearModified | bool | |
return | void |
public SetTextModified ( string newText ) : void | ||
newText | string | |
return | void |
public ShowCurrentExecutionPoint ( int lineNumber ) : void | ||
lineNumber | int | |
return | void |
public ShowErrorMessagePopup ( string errorMessage ) : void | ||
errorMessage | string | |
return | void |
public ShowMatchingBrace ( bool beforeAndAfterCursor ) : void | ||
beforeAndAfterCursor | bool | |
return | void |
public ShowMatchingBrace ( bool beforeAndAfterCursor, bool alignIndentation ) : void | ||
beforeAndAfterCursor | bool | |
alignIndentation | bool | |
return | void |