Merge pull request #89690 from Calinou/editor-improve-native-shader-inspector

Improve the editor native shader source visualizer
This commit is contained in:
Rémi Verschelde 2024-03-24 01:21:42 +01:00
commit 77cc2501e1
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 94 additions and 8 deletions

View file

@ -1038,7 +1038,7 @@ void CodeTextEditor::update_editor_settings() {
text_editor->set_v_scroll_speed(EDITOR_GET("text_editor/behavior/navigation/v_scroll_speed"));
text_editor->set_drag_and_drop_selection_enabled(EDITOR_GET("text_editor/behavior/navigation/drag_and_drop_selection"));
// Behavior: indent
// Behavior: Indent
set_indent_using_spaces(EDITOR_GET("text_editor/behavior/indent/type"));
text_editor->set_indent_size(EDITOR_GET("text_editor/behavior/indent/size"));
text_editor->set_auto_indent_enabled(EDITOR_GET("text_editor/behavior/indent/auto_indent"));