godot/modules/gdscript
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
gd_compiler.cpp GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
gd_compiler.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gd_editor.cpp Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
gd_function.cpp GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
gd_function.h Add extended check option to GDFunctionState::is_valid() 2017-05-17 14:55:59 +02:00
gd_functions.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gd_functions.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gd_parser.cpp GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
gd_parser.h GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
gd_script.cpp Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
gd_script.h Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
gd_tokenizer.cpp GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
gd_tokenizer.h GDScript: Use "is" keyword for type checking. 2017-05-27 10:59:59 +02:00
register_types.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02: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