mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Fixed constExprs with ints, hover for enum values, _ for enums
This commit is contained in:
parent
4087bf8e2a
commit
4dcd7f9c6a
21 changed files with 293 additions and 142 deletions
|
@ -39,7 +39,7 @@ namespace IDE.Compiler
|
|||
GetFixits,
|
||||
GetTypeDefList,
|
||||
GetTypeDefInto,
|
||||
GetVarType
|
||||
GetResultString
|
||||
}
|
||||
|
||||
public class ResolveParams
|
||||
|
@ -62,6 +62,7 @@ namespace IDE.Compiler
|
|||
public int32 mOutLineChar;
|
||||
public String mNavigationData ~ delete _;
|
||||
public String mAutocompleteInfo ~ delete _;
|
||||
public String mResultString ~ delete _;
|
||||
public WaitEvent mWaitEvent ~ delete _;
|
||||
|
||||
public BfPassInstance mPassInstance ~ delete _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue