mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added 'SelfOuter' special type
This commit is contained in:
parent
061ca6acd7
commit
cf9890349d
3 changed files with 100 additions and 74 deletions
|
@ -1245,6 +1245,9 @@ void BfAutoComplete::AddTopLevelTypes(BfAstNode* identifierNode, bool onlyAttrib
|
|||
if ((AddEntry(AutoCompleteEntry("valuetype", systemTypeDef->mName->mString.mPtr), filter)) && (mIsGetDefinition))
|
||||
showTypeDef = systemTypeDef;
|
||||
}
|
||||
AddEntry(AutoCompleteEntry("valuetype", "SelfBase"), filter);
|
||||
AddEntry(AutoCompleteEntry("valuetype", "SelfOuter"), filter);
|
||||
|
||||
if (showTypeDef != NULL)
|
||||
{
|
||||
auto showType = mModule->ResolveTypeDef(showTypeDef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue