virtualx-engine/modules/gdscript
geequlim 6687484958 Better user expirence with external text editors.
Implements open_in_external_editor for subclasses of ScriptLanguage.
Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
2017-06-27 12:55:16 +08:00
..
config.py
gd_compiler.cpp
gd_compiler.h
gd_editor.cpp Remove methods from code completion which are already exposed by properties, makes completion cleaner and more close to the documentation. 2017-06-23 15:10:46 -03:00
gd_function.cpp
gd_function.h
gd_functions.cpp
gd_functions.h
gd_parser.cpp
gd_parser.h
gd_script.cpp
gd_script.h Better user expirence with external text editors. 2017-06-27 12:55:16 +08:00
gd_tokenizer.cpp
gd_tokenizer.h
register_types.cpp
register_types.h
SCsub