Tomasz Chabora

Results 934 comments of Tomasz Chabora

It displays as "Object ID: xxxxx", because it's property of type ObjectID, not Object.

You can inspect the object in debugger and see its path.

> When the value is at the extremity of the allowed range, one of the arrows is disabled When both are at extremity, both arrows should be disabled: ![image](https://github.com/godotengine/godot/assets/2223172/7d7031fb-3a37-47be-93b1-17d027907512) It...

So I looked at the list of added properties and I agree that there is too many of them. Configurability is nice, but do we even need **that much**? Every...

You didn't address all my comments though. https://github.com/godotengine/godot/pull/89265#issuecomment-2004233077 is still relevant. Also https://github.com/godotengine/godot/pull/89265#discussion_r1528803125

Seems like this breaks EditorSpinSliders. Integer properties no longer show arrows (e.g. `frame_coords` in Sprite2D): ![image](https://github.com/user-attachments/assets/fe16bc06-97d6-4d85-b2f7-967d0364baea) Correct: ![image](https://github.com/user-attachments/assets/08fff0c6-1baa-4de3-8d17-008ef56b6a2b)

> I have put a greater minimum button width than the icon itself in the editor & default themes to improve usability. Ah, I guess that justifies it. Though it...

What's the use for automatic reload? If the editor is not focused, you are not using it. And there is no way to save a file externally without unfocusing the...

Well according to the comment above, it does work in 4.2.1, so it should in 4.2.2 too. I just tried in 4.3 beta and the feature is also functional.