Embedding Support for template and blueprint files#1480
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR is on hold for now. The build process is very project specific. Adding this complicates the situation with the extension projects. 0.8.0 already improved the template situation a lot. Improving the situation further in regard to the build process should be delayed to keep things simple.
notes from matrix:
i wanted to create a two step process, the PR is step one:
For step two I considered placing the generated UI files next to the blueprint ones. Requiring users of that functionality to add ui files to gitignore if they should not be under version control.
I thought this would be nice because it should be relatively straight forward to understand what happens.
I wanted to compile a file like "selection.blp" to "selection.blp.ui" in this way it would be possile to only add generated files to gitignore. And to reference the name in code it would be "selection.blp.ui", too.