Kit Bishop

Results 20 issues of Kit Bishop

- requires https://github.com/godotengine/godot/pull/88003 - closes https://github.com/godotengine/godot-proposals/issues/8206 - related https://github.com/godotengine/godot-proposals/issues/1441 - related https://github.com/godotengine/godot-proposals/issues/7233 Docks can be closed through their context menu, and reopened through the new `Window` menu. If a dock...

enhancement
topic:editor

- fixes https://github.com/godotengine/godot/issues/81764 The horizontal scrollbar part was fixed in https://github.com/godotengine/godot/pull/83286 This makes sure that the vertical scroll bar won't be shown when fit to content height. This fixes the...

- redo of #90816 - fixes https://github.com/godotengine/godot/issues/90654 Made the `edit(nullptr)` in `NOTIFICATION_PREDELETE` not run when exiting, since it doesn't need to clean up anything if exiting. The object was apparently...

bug
topic:editor
regression

- related #73471 - fixes #86863 (all issues except [reload script](https://github.com/godotengine/godot/issues/86863#reload-scripts) and [goto line](https://github.com/godotengine/godot/issues/86863#goto-line)) - fixes #83410 - fixes #72797 - probably fixes #74400 (can't reproduce, related to other issues...

bug
enhancement
topic:editor
topic:gui

- closes https://github.com/godotengine/godot-proposals/issues/1357 (unless any other types need it) - salvages #50504 - related #50493 Arrays use Vector list initialization to set its internal Vector. Variant becomes an array type....

enhancement
topic:core

Fixes the EditorSpinSlider in rtl layout. The up/down arrows input area was on the wrong side and the LineEdit opened to the side. Before: ![godot rtl editorspinslider issue](https://github.com/godotengine/godot/assets/10054226/f39ae3b1-3ffd-4f2e-95a4-8c33a28741f5) Fixes caret...

bug
topic:editor

- fixes https://github.com/godotengine/godot/issues/87310 - fixes https://github.com/godotengine/godot/issues/71217 Applies to both `add_selection_for_next_occurrence` (ctrl+d) and `skip_selection_for_next_occurrence` (ctrl+alt+d). Uses the selection from line in the search, this way if multiple lines are selected nothing...

bug
topic:gui

- originally a part of #86978 Changes Goto Line Dialog to be a popup, since it should be transient. Uses an EditorSpinSlider instead of just a LineEdit, so expressions are...

enhancement
topic:gdscript
topic:editor

- related #83359 SplitContainers can now work with more than two children. Set the main editor HSplit and the script editor debugger to use this, so they are resized consistently....

enhancement
topic:gui

Default and custom word separators affect all word-related actions, not just `ctrl+left/right`. These can be rebound, so I mention the action instead of the shortcut. I don't mention all of...

enhancement
documentation