godot/modules/visual_script
Hugo Locurcio a38b447413
Highlight control flow keywords with a different color
This makes them easier to distinguish from other keywords.
2021-05-25 00:31:39 +02:00
..
doc_classes doc: Update classref headers with 3.4 version 2021-04-26 13:15:29 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
register_types.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
visual_script.cpp Highlight control flow keywords with a different color 2021-05-25 00:31:39 +02:00
visual_script.h Highlight control flow keywords with a different color 2021-05-25 00:31:39 +02:00
visual_script_builtin_funcs.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_builtin_funcs.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_editor.cpp VisualScript: Fix wrongly setting default value on property hint change 2021-05-13 22:37:31 +02:00
visual_script_editor.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_expression.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_expression.h Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_flow_control.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_flow_control.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_func_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_func_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
visual_script_property_selector.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_property_selector.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_script_yield_nodes.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
visual_script_yield_nodes.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00