godot/modules/visual_script
Andreas Haas 8361b1ce07 Add ability to use custom script templates.
Templates will be loaded from .godot/script_templates
For now they're disabled for GDNative.

Ideas for further improvements:

- Add a "Save as Template" option to the script editor, as it can normally only save to res://
- Support more placeholders / custom placeholders
2017-06-13 20:03:08 +00:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
register_types.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
register_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
visual_script.cpp Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
visual_script.h Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
visual_script_builtin_funcs.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script_builtin_funcs.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script_editor.cpp Merge pull request #9038 from AlexHolly/rect2-rename-pos 2017-06-05 15:52:05 +02:00
visual_script_editor.h Added members overview 2017-05-29 12:56:33 +01:00
visual_script_expression.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script_expression.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script_flow_control.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_flow_control.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_func_nodes.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_func_nodes.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_nodes.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_nodes.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
visual_script_yield_nodes.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script_yield_nodes.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00