mirror of
https://github.com/godotengine/godot
synced 2024-11-02 15:48:41 +00:00
8c36282feb
When using the script editor, if the keywords #region and #endregion where in a string and ate the start of the line, the editor would not ignore them and count them as the actual keywords, which when folded, would only fold until the first #endregion in a string, for example. By checking if these keywords were in a string, this commit now ensures the editor ignores strings and fold the section correctly. Fixes #89115. |
||
---|---|---|
.. | ||
test_animation.h | ||
test_arraymesh.h | ||
test_audio_stream_wav.h | ||
test_bit_map.h | ||
test_camera_3d.h | ||
test_code_edit.h | ||
test_color_picker.h | ||
test_control.h | ||
test_curve.h | ||
test_curve_2d.h | ||
test_curve_3d.h | ||
test_gradient.h | ||
test_image_texture.h | ||
test_navigation_agent_2d.h | ||
test_navigation_agent_3d.h | ||
test_navigation_obstacle_2d.h | ||
test_navigation_obstacle_3d.h | ||
test_navigation_region_2d.h | ||
test_navigation_region_3d.h | ||
test_node.h | ||
test_node_2d.h | ||
test_packed_scene.h | ||
test_path_2d.h | ||
test_path_3d.h | ||
test_path_follow_2d.h | ||
test_path_follow_3d.h | ||
test_primitives.h | ||
test_sprite_frames.h | ||
test_text_edit.h | ||
test_theme.h | ||
test_viewport.h | ||
test_visual_shader.h | ||
test_window.h |