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
gdscript_highlighter.h
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