godot/misc
Nolan Darilek 6304e9f876 Accessibility: Fix text field character count and line navigation
Two fixes for text field accessibility:

1. Fix character count being off by one due to trailing newline always
   being appended to the last line. Add `is_last_line` parameter to
   `accessibility_create_sub_text_edit_elements()` to control this.

2. Link adjacent TextRuns via `previous_on_line`/`next_on_line` so
   screen readers can properly navigate lines. Without these links,
   AccessKit treats each TextRun as a separate line, causing incorrect
   announcements when arrowing through multi-line text.
2025-12-03 07:19:05 -05:00
..
dist Disable some unsafe CLI arguments in template builds by default. 2025-11-03 12:21:42 +02:00
error_suppressions CI: Ensure prettier/clearer sanitizer output 2025-08-27 10:26:51 -05:00
extension_api_validation Accessibility: Fix text field character count and line navigation 2025-12-03 07:19:05 -05:00
msvs Revert "improve the Cpp dialect selection for Rider, when MSVC is not used" 2025-11-27 21:55:36 +01:00
scripts SCons: Integrate annotations where relevant 2025-11-22 13:22:31 -06:00
utility Merge pull request #105531 from Repiteo/style/specify-attribute-macros 2025-04-22 10:44:32 -05:00