mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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
|
@ -432,7 +432,7 @@ namespace IDE
|
|||
inSubtype ? (int32)SourceElementType.TypeRef : (int32)SourceElementType.Namespace
|
||||
];*/
|
||||
|
||||
uint32 color = SourceEditWidgetContent.sTextColors[(int32)SourceElementType.TypeRef];
|
||||
uint32 color = SourceEditWidgetContent.sTextColors[(int32)SourceElementType.Type];
|
||||
|
||||
/*if ((c == '+') || (c == '('))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue