1
0
Fork 0
godot/modules/gdscript/editor
Onebit d223b0ccbc Fix GDScript translation parser for FileDialog.add_filter() two-parameter format
The parser only handled the single-parameter semicolon format and thew
an error with two-parameter format. This fix supports both formats.

Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
2025-10-08 19:45:21 +02:00
..
script_templates Add `_enable`/`_disable_plugin` to plugin script template 2025-03-06 11:41:21 +01:00
gdscript_docgen.cpp GDScript: Fix call hint appearance for complex callees 2025-06-23 19:28:48 +03:00
gdscript_docgen.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
gdscript_highlighter.cpp Merge pull request #108577 from YYF233333/global_class_list 2025-09-30 11:19:10 -05:00
gdscript_highlighter.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
gdscript_translation_parser_plugin.cpp Fix GDScript translation parser for FileDialog.add_filter() two-parameter format 2025-10-08 19:45:21 +02:00
gdscript_translation_parser_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00