godot/modules/gdscript/editor
Hugo Locurcio 180e5d3028
Remove RES and REF typedefs in favor of spelled out Ref<>
These typedefs don't save much typing compared to the full `Ref<Resource>`
and `Ref<RefCounted>`, yet they sometimes introduce confusion among
new contributors.
2022-05-03 01:43:50 +02:00
..
script_templates Refactor GDScript/C# script templates logic to be editor-only 2022-03-28 16:21:00 +02:00
gdscript_highlighter.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
gdscript_highlighter.h Improvments for SyntaxHighlighters 2022-01-15 15:39:55 +00:00
gdscript_translation_parser_plugin.cpp Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
gdscript_translation_parser_plugin.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00