Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Sorry for beeing so slow on this one, but I actually think this is a good idea. I've been hesitant due to the big breaking change and uglier syntax, but...

I'm gonna pick this up and try to get it up-to-date

Closed in favor of https://github.com/emilk/egui/pull/2625

I think one problem here is the [`multiple_apps.html`](web_demo/multiple_apps.html) example/test. I'm not sure trunk supports that use case

I think adding a `Key::NumpadEnter` makes sense, and then also check for that wherever we currently check for `Key::Enter`

* https://github.com/emilk/egui/pull/3649 does not help on Mac :(

I have given this some thought, and I think that a multi-pass immediate GUI library should be designed for that from the start. It should probably be _only_ multipass as...

Yeah, for now I've created my own NextLine based on Separator - that kind of works =) I feel push/pop is more descriptive iff nesting is supported. I'm all for...

Good find! Could you please make a minimal reproducing example?

You could keep bisecting in the commits in that table PR (#2369), and/or make a [minimal reproduce](https://en.wikipedia.org/wiki/Minimal_reproducible_example)