Workbench icon indicating copy to clipboard operation
Workbench copied to clipboard

Export to GNOME Builder

Open sonnyp opened this issue 3 years ago • 4 comments

Once an idea is mature - it would be neat to export and open it in GNOME Builder.

sonnyp avatar Feb 04 '22 18:02 sonnyp

This would need a project template with the build system, license, etc. Where the code, XML and css files get copies into. Also git should be initialized maybe.

Maybe gnome-builders template (engine) could be used. There is the idea to source that out into a command line tool. https://github.com/vala-lang/valdo/issues/21#issuecomment-1119139839

lw64 avatar May 12 '22 12:05 lw64

We should also optionally have Blueprint, and libportal in the exported project

sonnyp avatar Mar 08 '23 13:03 sonnyp

@sonnyp and me discussed that today. We concured that we parse the source code (via regex or something that parses to an AST), adapt it to remove the Workbench specific parts and export that.

Hofer-Julian avatar Feb 03 '24 17:02 Hofer-Julian