[Question] Potential PRs for theming, and non-singleton readonly gestures
i want to query if you'd be open for PR to merge the following potential changes seperatly upstream later this year (maybe around october):
- per nodify control gesturemapping (allowing multiple readonly states, combined with writeable states in same process)
- adjusted naming of all too general theming colors and brushes. (atm a lot of internally used theming references just reference e.g. 'Foreground' instead 'Nodify.Foreground'. This PR would adjust all such and similar occurences in all shared samples and Nodify code. The reason for this is resource naming conflicts with existing applications that use Foreground, Background and similar general brushes/color resource keys seperatly from nodify.
- Adding a TextBackground Binding and rect to the connection (Allows for slight transparent bg rectangle, making connection text better readable)
It will sadly take a while still, because of a few implementation differences in other areas (vertical ports/selectable connections, maybe more) that occured over time which also need to be resolved.
Thanks for your feedback
Hi, I'm open to reviewing and merging new PRs. I would prefer to have a separate PR for each new feature, if that's possible. I also did a bit of investigation on gesture mappings per editor and I didn't find a solution to implement without breaking changes. I am curious how you approach this.
Thanks for your contributions.