Matt Jakeman
Matt Jakeman
Yeah, I don't want to make it too complex, otherwise it negates the point of being a sample. I'd say it's maybe ~80% complete at the moment. I think there's...
I like this idea quite a bit. An example of how this could work: We currently suffix `Property` if there is a name clash for a property (think `Label` ->...
@na2axl This looks very good to me. Having interface properties generated already knocks one thing off this list. The next thing would be mapping between GInterfaces and their GTypes like...
Some example code: Assume we have a subclass which implements the `Orientable` interface. ```cs public class MySubclass : Gtk.Widget, Orientable { public Orientation Orientation { get => GetProperty(Orientable.OrientationProperty); set =>...
Maybe relevant: https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#g-type-add-interface-static
Ah that's a good point. This will take a bit of work so it won't make 0.4 but let's schedule this for the next version.
I've honestly never seen that before... Does installing extensions work via the website? That should help us narrow things down a bit.
@GoMapur Is this still an issue with 0.4? If so, can you attach the error that will (hopefully) be displayed?
Yes, this is something I couldn't quite figure out for 0.3, although I've never seen it look quite that bad 😅 I think this will require some custom widgetry to...
Odd. Is it still an issue now, rather than a temporary outage? It's probably some networking related issue we don't have debug output for right now. That will be fixed...