Tomasz Chabora

Results 934 comments of Tomasz Chabora

Input system just propagates all received events. It has no way to know whether they will be handled or now. If an event corresponds to action it doesn't mean the...

Create Folder button toggles appending the project name to path: https://github.com/user-attachments/assets/11c7bd79-5628-402c-bb2c-aa4f1bb9a08c The project name is appended automatically when you Browse path: https://github.com/user-attachments/assets/8413bbd6-5cd3-4d07-b99b-7d99c934cc1f The only case when it "doesn't work" is...

The project name appended to path follows the project naming style set in editor settings. Thus having a preview of the name is needed, otherwise users would be confused why...

> The generated folder name should be shown in the path You mean like it does currently? The problem is that the path can be changed to an existing, non-empty...

LineEdit has no signal for pasting text from clipboard, so manually appending something would make it impossible to write in the field (the text would change each time you type...

![image](https://github.com/user-attachments/assets/e89e9680-3022-4c5e-bc66-db128ae2aeb7)

> example usecase: a panel enables a previously hidden sub-panel, so focus needs to move there. `autofocus` is not a complete solution for this case, assuming you want the 2...

> When a scene is open in the editor, changes I make via tool script are not saved into the scene file. The editor will detect external scene changes when...

> Ease of Use: The ConfigFile class requires developers to write additional boilerplate code to load and parse the configuration file. ConfigFile is already very easy to use though. ```GDScript...

Looks like ItemList has something similar, but the tooltip is disabled per-item and regardless of tooltip text. Configuring auto behavior for the whole node makes more sense.