1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +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

@ -1128,6 +1128,7 @@ namespace IDE.ui
}
}
public Stopwatch mStopwatch ~ delete _;
public EditWidget mTargetEditWidget;
public Event<Action> mOnAutoCompleteInserted ~ _.Dispose();
public Event<Action> mOnClosed ~ _.Dispose();