1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-17 15:46:05 +02:00

Add "Time Autocomplete" internal IDE flag

This commit is contained in:
Brian Fiete 2021-12-27 14:25:34 -05:00
parent 1d30beb2d2
commit b57ac935e5
4 changed files with 13 additions and 0 deletions

View file

@ -78,6 +78,7 @@ namespace IDE.Compiler
public bool mCancelled;
public int32 mTextVersion = -1;
public bool mIsUserRequested;
public Stopwatch mStopwatch ~ delete _;
}
public class BfParser : ILeakIdentifiable