1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00
Files
godot/doc/classes
Christophe Andral c988bec4b3 Add 'Skip to next (text) occurrence' feature to text editor
Adds `ui_text_skip_selection_for_next_occurrence` action and related implementation to text editor.
This action is bound `Ctrl+Alt+D` shorcut.

Used in conjonction with `ui_add_skip_selection_for_next_occurrence`, it gives the user the ability to select many occurrences of a selection
and avoid some of them.
Used without a previous selection, the action jumps to the next occurrence of the current word under the caret.
2024-03-25 11:12:28 +01:00
..
2024-01-16 19:20:17 +01:00
2024-02-18 21:54:21 +11:00
2024-03-23 12:28:36 +01:00
2024-03-23 12:28:36 +01:00
2024-02-18 21:54:21 +11:00
2024-02-18 21:54:21 +11:00
2023-12-18 15:13:09 +01:00
2024-02-19 16:43:42 +00:00
2024-01-24 16:53:09 +01:00
2024-02-27 19:51:59 -05:00