mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Added a marker in text_edit that tells which row is executing.
This commit is contained in:
parent
886afa9b76
commit
9bfa63496a
18 changed files with 152 additions and 0 deletions
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue