Sonny Piers
Sonny Piers
The goals of the Library are: 1. "How do I?" 2. Discover capabilities of the GNOME platform 3. Serve as quick reference - "snippets" - "cheat sheet" We should have...
A UI definition can have multiple top-level objects. Right now Workbench previews the first one that is an instance of GtkWidget. We should allow the user to choose which one...
`Ctrl+/` would be neat (VSCode) But also Builder's shortcuts
Going from `modal: true` to `modal: false` does not work.
1. Make it easy to make a demo 2. Make it easy to submit a demo 3. Explain how to and invite users to submit demos
* [ ] Add a filter to the console to allow changing log level https://valadoc.org/glib-2.0/GLib.LogLevelFlags.html * [ ] Make `Registered handler xxx trigger for signal xxx on xxx` a debug...
See https://github.com/sonnyp/Workbench/issues/17 In https://github.com/sonnyp/Workbench/pull/38 - we added Vala support It was done quickly and with the least possible changes to prove the case. However, adding new languages shouldn't require fiddling...
When using Vala, the code and preview runs in a separate process. So far, we were unable to use [actions](https://developer.gnome.org/documentation/tutorials/actions.html) there so we had to disable/downgrade demos for Vala. See...
Similar to internal / JS previewer but for Vala * [ ] root properties (JS: https://github.com/sonnyp/Workbench/pull/115) * [ ] root type (JS: https://github.com/sonnyp/Workbench/pull/119)
https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/125