Tomek

Results 76 issues of Tomek

I needed this in 4.0, so did some initial port: [editor_icon_previewer.zip](https://github.com/Xrayez/godot-editor-icons-previewer/files/8459829/editor_icon_previewer.zip) Not everything works, but it does the job at least: ![image](https://user-images.githubusercontent.com/2223172/162637985-01eb7df6-3dfc-4aa7-9f8f-ad26b4c124e5.png)

enhancement

### Godot version 4.0 d26442e and probably 3.5 ### System information Windows 10 x64 ### Issue description ![godot windows tools 64_tcUNg4okTS](https://user-images.githubusercontent.com/2223172/178154080-5a16e3fe-19e3-4c34-bc9d-0df2d99c4164.gif) This is caused by `update_script_classes()` triggering when you focus...

bug
topic:editor
confirmed

~~This is just a proof-of-concept, but looks promising so far:~~ (it's finished, just needs bugfixing) ![godot windows tools 64_OKGXXfXsYF](https://user-images.githubusercontent.com/2223172/160259882-9b9968e5-8596-44a1-b5c9-2504d755372a.gif) Right now implemented only in scene tree dock and everything is...

enhancement
topic:core
topic:editor
usability
needs testing

Attempt to solve the long-standing issue of not being able to move nodes inside another viewport. At first glance it works great: ![godot windows tools 64_TsolVuywxr](https://user-images.githubusercontent.com/2223172/172970120-955ac4be-f264-481b-97b7-a941d9fa2f49.gif) Things fall apart when...

bug
enhancement
topic:editor
topic:2d

I use `enum.keys().find(key)` to reverse-lookup an enum value saved as string. The problem is that `keys()` dumps all keys into an array, so `keys().find()` first extracts the array and then...

enhancement
topic:core
cherrypick:3.x

- added functional theme properties that existed in editor theme, but not default theme: GraphEdit `title_h_offset`, OptionButton `modulate_arrow` - removed unused properties: LineEdit `read_only`, TooltipLabel `font_color_shadow` - fixed `modulate_arrow` displaying...

enhancement
topic:gui

### Godot version 255e077 ### System information Windows 10 x64 ### Issue description ![zqN1U9VC1I](https://user-images.githubusercontent.com/2223172/182833830-21b172d1-33c0-49ea-872c-e33f2cef7d1d.gif) Dragging the value is not possible. You need to press Escape or click somewhere away to...

bug
topic:editor
confirmed
topic:gui

Follow-up to #63959 Supersedes #60053 and #60054 Right now it doesn't compile, because it depends on #63959 being merged first.

enhancement
topic:core
breaks compat
topic:codestyle

This PR adressess concerns raised in #16317 and #52601 Editor will now measure the time during restoring scenes. If it takes longer than ~~30~~ 15 seconds, a dialog will appear...

enhancement
topic:editor
usability

**Your Godot version:** 3.4.1 **Issue description:** From time to time, I keep seeing people confused about order of lifetime methods. Recently there was a bug report, where it turned out...

enhancement