You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
When using non-English UI, there were `Index p_idx = -1 is out of bounds (items.size() = 2).` errors on on startup if any text file is open in the script editor. And clicking the Standard highlighter option does not check that menu item. This is caused by `TextEditor` searching for that menu item with unlocalized text. As already did in `ScriptTextEditor`, this PR stores and searches for menu item with `TTR`ed text.
28 KiB
28 KiB