1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Shortcuts for script switching in script Mode

This commit is contained in:
Daniel J. Ramirez
2016-06-25 19:02:17 -05:00
parent 620da09b87
commit 8f259ff5ca
3 changed files with 24 additions and 1 deletions

View File

@@ -279,6 +279,8 @@ class ScriptEditor : public VBoxContainer {
void _script_split_dragged(float);
void _unhandled_input(const InputEvent& p_event);
void _history_forward();
void _history_back();