godot/core
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
..
config
crypto
debugger
error
extension Add extension support for argument count to ScriptInstance 2024-03-13 22:40:09 +01:00
input Add 'Skip to next (text) occurrence' feature to text editor 2024-03-25 11:12:28 +01:00
io Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-script-editor 2024-03-24 01:15:23 +01:00
math Merge pull request #89619 from AThousandShips/rand_fix 2024-03-24 01:19:20 +01:00
object Merge pull request #89451 from AThousandShips/emit_fix 2024-03-24 01:15:52 +01:00
os Merge pull request #89229 from akien-mga/main-refactor-os-exit-code 2024-03-24 01:15:06 +01:00
string Merge pull request #89671 from alesliehughes/string_underrun 2024-03-24 01:21:12 +01:00
templates Fixed Timestep Interpolation (2D) 2024-03-23 12:28:36 +01:00
variant Fix sorting of files/dirs in dialogs 2024-03-20 13:45:47 +01:00
core_bind.cpp
core_bind.h
core_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
core_constants.cpp
core_constants.h
core_globals.cpp
core_globals.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp
register_core_types.h
SCsub
typedefs.h
version.h