You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Added a marker in text_edit that tells which row is executing.
This commit is contained in:
@@ -2101,6 +2101,14 @@ void VisualScriptEditor::goto_line(int p_line, bool p_with_error) {
|
||||
}
|
||||
}
|
||||
|
||||
void VisualScriptEditor::set_executing_line(int p_line) {
|
||||
// todo: add a way to show which node is executing right now.
|
||||
}
|
||||
|
||||
void VisualScriptEditor::clear_executing_line() {
|
||||
// todo: add a way to show which node is executing right now.
|
||||
}
|
||||
|
||||
void VisualScriptEditor::trim_trailing_whitespace() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user