Basic Glade UI support is in place. I can add new widgets to the canvas, but existing ones are not shown -.-
@inizan-yannick I mostly copied your code from valama to valamang. Could you please look into it?
The relevant file is src/Ui/Editors/Editor_GladeUi.vala , everything you need should be in there.
The editor's UI is quite rudimentary so far (scrolled windows missing etc). It would be great if you could improve that too :)
Edit: Maybe the UI improvements can be done using Glade UI templates, as in Editor_Info.vala for example
Basic Glade UI support is in place. I can add new widgets to the canvas, but existing ones are not shown -.- @inizan-yannick I mostly copied your code from valama to valamang. Could you please look into it? The relevant file is src/Ui/Editors/Editor_GladeUi.vala , everything you need should be in there. The editor's UI is quite rudimentary so far (scrolled windows missing etc). It would be great if you could improve that too :) Edit: Maybe the UI improvements can be done using Glade UI templates, as in Editor_Info.vala for example