You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Add expression history to evaluator
This commit is contained in:
@@ -52,6 +52,10 @@ private:
|
||||
|
||||
EditorDebuggerInspector *inspector = nullptr;
|
||||
|
||||
LocalVector<String> expression_history;
|
||||
int expression_index = -1;
|
||||
|
||||
void _line_edit_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _evaluate();
|
||||
void _clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user