mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed right-click menu
This commit is contained in:
parent
64b62c09be
commit
2e69fa1b9e
1 changed files with 10 additions and 8 deletions
|
@ -16,13 +16,15 @@ namespace IDE.Compiler
|
||||||
public enum BfSourceElementType : uint8
|
public enum BfSourceElementType : uint8
|
||||||
{
|
{
|
||||||
Normal,
|
Normal,
|
||||||
Keyword,
|
Keyword,
|
||||||
Literal,
|
Literal,
|
||||||
Identifier,
|
Identifier,
|
||||||
Type,
|
Comment,
|
||||||
Comment,
|
Method,
|
||||||
Method,
|
Type,
|
||||||
TypeRef
|
RefType,
|
||||||
|
Interface,
|
||||||
|
Namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ResolveType
|
public enum ResolveType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue