godot/modules/visual_script
Emmanuel Barroga 5c447cecd2 Add descriptive tooltips in VS editor
In the Visual Script editor, the override icon is not very clear what it's intended purpose is for. Currently, its tooltip just says: "Function:" which is the same tooltip as the "add new function" icon.

To resolve this issue, this PR adds descriptive tooltips to the following icons in the Visual Script editor: 
-Override Function
-Add Function
-Add Variable
-Add Signal
2019-07-31 20:10:19 -07:00
..
doc_classes doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
visual_script.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_builtin_funcs.cpp doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
visual_script_builtin_funcs.h Added lerp_angles built-in function 2019-07-20 12:59:41 +03:00
visual_script_editor.cpp Add descriptive tooltips in VS editor 2019-07-31 20:10:19 -07:00
visual_script_editor.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_expression.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
visual_script_expression.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_flow_control.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_script_flow_control.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_func_nodes.cpp Visualscript: Add types for base type get and set. 2019-07-19 00:04:46 -07:00
visual_script_func_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_nodes.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
visual_script_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_property_selector.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
visual_script_property_selector.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
visual_script_yield_nodes.cpp Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
visual_script_yield_nodes.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00