Tomasz Chabora

Results 934 comments of Tomasz Chabora

In split mode if you have a folder selected, but none of the files, the returned list is empty. If no file is selected, maybe the selected directory should be...

Actions are now tracked per event id (after #84685 and #84943) to improve their reliability. This means that to release an action you need to release all its assigned events.

Judging from the OP's activity with other PRs, this is not going to happen unless someone else takes over.

Seems like it's Ctrl+W on MacOS https://github.com/godotengine/godot/blob/1bd740d18d714f815486b04bf4c6154ef6c355d9/editor/editor_node.cpp#L7152-L7153

The `current_value` in `popup_property_selector()` seems to do nothing. Nothing is selected no matter what I tried to use.

Well, you added a new argument and it didn't require any compatibility code, so looks like adding arguments in the future is not a problem. I think this can be...

We could say in the docs to say that the argument is unused 🤔 And then change it once it's fixed.

Check `.compat.inc` files and the PRs that added them.

Selecting property now works, but it would be nice if the dialog scrolled to the selected item.

Almost. The view is not centered on the property, but awkwardly cut at the top: ![image](https://github.com/user-attachments/assets/1be11097-3b37-485f-bf6b-64d7a8bca38a)