Method |
Description |
|
AddEnumValue ( ScriptEnum insideEnumDefinition, FastString script, string lastWord ) : void |
|
|
AddFunctionDeclaration ( List functions, FastString &script, string thisWord, AGS.Editor.AutoCompleteParserState state, bool isExtenderMethod, bool isStatic, bool isStaticOnly ) : bool |
|
|
AddVariableDeclaration ( List variables, FastString &script, string thisWord, AGS.Editor.AutoCompleteParserState state ) : void |
|
|
AdjustFunctionListForExtenderFunction ( List structs, List &functionList, FastString &script ) : void |
|
|
AutoComplete ( ) : System |
|
|
ConstructCache ( Script scriptToCache, bool isBackgroundThread ) : void |
|
|
CreateInheritedStruct ( ScriptStruct baseStruct, AGS.Editor.AutoCompleteParserState state ) : ScriptStruct |
|
|
DoesCurrentLineHaveToken ( FastString script, string tokenToCheckFor ) : bool |
|
|
GetNextWord ( FastString &script ) : string |
|
|
GoToNextLine ( FastString &script ) : void |
|
|
IncrementIndexToSkipAnyComments ( FastString script, int &index ) : bool |
|
|
OnBackgroundCacheUpdateStatusChanged ( BackgroundAutoCompleteStatus status, Exception errorDetails ) : void |
|
|
PeekNextWord ( FastString script ) : string |
|
|
ProcessPreProcessorDirective ( List defines, FastString &script, AGS.Editor.AutoCompleteParserState state ) : void |
|
|
SkipUntilMatchingClosingBrace ( FastString &script ) : void |
|
|
SkipWhitespace ( FastString &script ) : void |
|
|
UpdateAutocompleteCacheThread ( ) : void |
|
|