godot/modules/gdscript
Rémi Verschelde c43c3747cf
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25 23:16:04 +02:00
..
doc_classes
editor Tweak the default function definition color when using a dark theme 2019-10-02 09:36:47 +02:00
icons
language_server Small fixes to redundand code, copy paste bugs 2019-10-14 11:40:55 +02:00
config.py
gdscript.cpp
gdscript.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_editor.cpp Fix autocompletion for singletons 2019-10-17 10:48:13 +02:00
gdscript_function.cpp Fixed some obvious typos in error messages 2019-10-05 15:33:30 +02:00
gdscript_function.h
gdscript_functions.cpp
gdscript_functions.h
gdscript_parser.cpp Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing 2019-10-25 23:16:04 +02:00
gdscript_parser.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
gdscript_tokenizer.cpp Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing 2019-10-25 23:16:04 +02:00
gdscript_tokenizer.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
register_types.cpp
register_types.h
SCsub