mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Add property name style toggle to Inspector
This commit is contained in:
parent
6b2481fcfe
commit
ccde2bf66f
18 changed files with 200 additions and 57 deletions
|
|
@ -1763,7 +1763,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
|
|||
inspector = memnew(EditorDebuggerInspector);
|
||||
inspector->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
inspector->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
inspector->set_enable_capitalize_paths(false);
|
||||
inspector->set_property_name_style(EditorPropertyNameProcessor::STYLE_RAW);
|
||||
inspector->set_read_only(true);
|
||||
inspector->connect("object_selected", callable_mp(this, &ScriptEditorDebugger::_remote_object_selected));
|
||||
inspector->connect("object_edited", callable_mp(this, &ScriptEditorDebugger::_remote_object_edited));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue