godot/modules/visual_script
Andrii Doroshenko (Xrayez) 7247247522 Make unsaved scripts in the script editor more user-friendly
Unsaved scripts were previously displayed with blank tabs, which are
mostly a result of deleted or improperly moved scripts.

This patch makes sure that those kind of scripts are displayed as
"[unsaved]" now, and ensures that scripts are removed from the list
while deleting scripts from the filesystem dock preventing the unsaved
tabs to appear in the first place (a user is already prompted with
"no undo" warning while deleting any file).

A user is always prompted to save those "[unsaved]" scripts if they
attempt to close them without saving in any case except as described
above.
2020-07-26 16:05:44 +03:00
..
doc_classes DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
icons
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
register_types.cpp
register_types.h
SCsub
visual_script_builtin_funcs.cpp
visual_script_builtin_funcs.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_editor.cpp Make unsaved scripts in the script editor more user-friendly 2020-07-26 16:05:44 +03:00
visual_script_editor.h Optimized ScriptEditor initialization when many scripts are loaded 2020-07-17 09:02:24 +02:00
visual_script_expression.cpp
visual_script_expression.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_flow_control.cpp
visual_script_flow_control.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_func_nodes.cpp
visual_script_func_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_nodes.cpp
visual_script_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script_property_selector.cpp
visual_script_property_selector.h
visual_script_yield_nodes.cpp
visual_script_yield_nodes.h Add override keywords. 2020-07-10 13:56:54 +01:00
visual_script.cpp VisualScript: Fix -Wduplicate-branches warning 2020-07-22 16:57:28 +02:00
visual_script.h Add override keywords. 2020-07-10 13:56:54 +01:00