Files
godot/scene/gui
Robin Ward b3e970dde8 Adds get_selection_line_offset to RichTextLabel
This new method allow you to get the line offset of the current
selection (returns -1 if nothing is selected.)

This is useful if you want to pop up a control or menu above the
currently selected text. Previously there was no accurate way to get
this information.

The logic is moved from the implementation of `scroll_to_selection`
verbatim, and that method has been adjusted to avoid repetition.
2024-12-12 16:02:21 -05:00
..
2024-11-04 12:11:06 -06:00
2024-11-22 21:42:50 +01:00
2024-12-02 14:39:16 +01:00
2024-10-01 21:39:16 +02:00
2024-10-01 21:39:16 +02:00
2024-05-30 22:54:50 +02:00
2024-11-26 12:58:02 +01:00
2024-11-04 12:11:06 -06:00