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:
parent
09e6564b3e
commit
9bbcb8eb5e
9 changed files with 130 additions and 68 deletions
|
@ -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)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue