Eric M

Results 27 comments of Eric M

Yes that is the case, and I think it is correct. The GPL format does not seem to store alpha values - see source code from GIMP here: https://gitlab.gnome.org/GNOME/gimp/-/blob/gimp-2-10/app/core/gimppalette-load.c#L39

Hello, I had a lot of trouble with getting my WPF views to work after upgrading from 7.1.2. Finally I found this: https://github.com/MvvmCross/MvvmCross-Samples/pull/159/files#diff-6e3eaf2bf0784ad72aa337c2e02e25023abb1fa10b0371fdcb5431c3af0ad679 Which seemed to indicate that I need...

I think something similar is built-in in Godot 4, I saw a pull request about it.

I think this is it https://github.com/godotengine/godot/pull/62910 If there is demand, sure, I will update for v4 :)

> The editor settings don't seem to pick up on the newly added shortcuts tldr: my idea for additions to this PR https://github.com/IgorKordiukiewicz/godot/compare/expose-editor-settings-shortcut-related-functions...EricEzaM:58585?expand=1 The added shortcut does get returned in...

Try using the system without that code - it doesn't work properly when you try customise the shortcut and keep that customisation between editor restarts. The _real_ add shortcut method...

It appears Rider also uses some combination. When there is no search 'parameter', it is in alphabetical but with members of the local class first (bold), then everything else (also...

I think my original PR #59633 was too complex for its own good. I think we only need two "Locations" for code completion purposes: Local, and Other. Local is all...

How is this progressing? This is a big QOL improvement for the script editor. I think this should be in one of the 4.0 betas, ideally.

Eh, don't let me push you one way or another, if there are other things you want to work on go for them. I was just following up as I...