[RTL] Add option to scroll follow visible characters.

This commit is contained in:
Pāvels Nadtočajevs
2025-07-08 11:12:23 +03:00
parent d7cc121e64
commit 45a564f4f8
3 changed files with 43 additions and 0 deletions

View File

@ -729,6 +729,9 @@
<member name="scroll_following" type="bool" setter="set_scroll_follow" getter="is_scroll_following" default="false">
If [code]true[/code], the window scrolls down to display new content automatically.
</member>
<member name="scroll_following_visible_characters" type="bool" setter="set_scroll_follow_visible_characters" getter="is_scroll_following_visible_characters" default="false">
If [code]true[/code], the window scrolls to display the last visible line when [member visible_characters] or [member visible_ratio] is changed.
</member>
<member name="selection_enabled" type="bool" setter="set_selection_enabled" getter="is_selection_enabled" default="false">
If [code]true[/code], the label allows text selection.
</member>