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 Print errors when tab indent found in [codeblock] 2019-10-01 23:39:45 +09:00
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 Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02:00
gdscript.h
gdscript_compiler.cpp Merge pull request #32150 from luzpaz/typos 2019-09-20 17:09:05 +02:00
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