1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Added a RefType colorization type

This commit is contained in:
Brian Fiete 2020-08-13 06:28:31 -07:00
parent 09e6564b3e
commit 9bbcb8eb5e
9 changed files with 130 additions and 68 deletions

View file

@ -27,10 +27,10 @@ namespace IDE.ui
Keyword,
Literal,
Identifier,
Type,
Comment,
Method,
TypeRef,
Type,
RefType,
Namespace,
Disassembly_Text,
@ -4273,7 +4273,7 @@ namespace IDE.ui
// Autocomplete beat us to it
destText[destIdx].mDisplayPassId = (uint8)SourceDisplayId.Cleared;
}
else if (charData[srcIdx].mDisplayTypeId == (uint8)SourceDisplayId.SkipResult)
else if (charData[srcIdx].mDisplayPassId == (uint8)SourceDisplayId.SkipResult)
{
//
}