Jerakin

Results 120 comments of Jerakin

This is an issue for me to on a Nordic layout, issues like this means I have to swap between layouts when using lazygit which isn't very user friendly :)...

`gui.is_enabled()` should have the second argument as optional. ![image](https://github.com/astrochili/defold-annotations/assets/5273682/80be06ae-6093-4ac5-9a10-472d761d3dba)

`gui.set_text()` should also accepts integers. ![image](https://github.com/astrochili/defold-annotations/assets/5273682/4f8e4ed8-678d-46e9-93bc-0d3d6199af94)

Can the "standard" functions within Defold be annotated? ![image](https://github.com/astrochili/defold-annotations/assets/5273682/3935c543-dda5-4a6a-8cf6-ccbb6a925fe6) I am using a my [template editor extension](https://github.com/Jerakin/editor-script-templates) currently when creating new files to get the annotations but would be neat...

`gui.set_parent(node, parent, keep_scene_transform)` should accepts `nil` as parent. Supplying nil "parents" it to the scene (i.e remove the parent). ![image](https://github.com/astrochili/defold-annotations/assets/5273682/0741d0f1-7cd6-4f57-b5cd-68ff24002dd0)

You can do this with View -> Toggle Component Guides

I agree, maybe change this/create new issue for adding it to the visibility filters?

Outline as in the folder structure view inside of Defold. It was simply a normal folder with some files in it, I think I had a file in the folder...

Happens _very_ frequently for me. Usually only takes ~10 tab switches for me for it to happen. Checked the logs and the behaviour doesn't cause additional logging to happen. ____...