godot/modules/gdscript
Karroffel e151b66127 fixed a bug where saving a GDScript file crashed the editor
I changed the loop in #8502, turns out it fixed the error I was facing but introduced a new one. This fixes both

(cherry picked from commit 67886bab1e)
2017-05-26 18:53:28 +02:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-02 22:29:36 +01:00
gd_compiler.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_compiler.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_editor.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_function.cpp Add extended check option to GDFunctionState::is_valid() 2017-05-17 14:47:17 +02:00
gd_function.h Add extended check option to GDFunctionState::is_valid() 2017-05-17 14:47:17 +02:00
gd_functions.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_functions.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_parser.cpp Fix typo in Parser Error message 2017-05-26 17:37:46 +02:00
gd_parser.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_script.cpp fixed a bug where saving a GDScript file crashed the editor 2017-05-26 18:53:28 +02:00
gd_script.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_tokenizer.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
gd_tokenizer.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
register_types.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
register_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:45:24 +02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00