Merge pull request #105724 from dugramen/recovery/split-commit

Add inline color pickers to script editor
This commit is contained in:
Thaddeus Crews
2025-05-14 09:44:16 -05:00
8 changed files with 458 additions and 5 deletions
+2
View File
@@ -694,6 +694,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
_load_godot2_text_editor_theme();
// Appearance
EDITOR_SETTING_BASIC(Variant::BOOL, PROPERTY_HINT_NONE, "text_editor/appearance/enable_inline_color_picker", true, "");
// Appearance: Caret
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "text_editor/appearance/caret/type", 0, "Line,Block")
_initial_set("text_editor/appearance/caret/caret_blink", true, true);