Custom DSL Editor
Hello! Firstly sorry because this should be a new different thread but it was impossible to me to ask in this forum (the listbox to select forum doesn't contain dsl tools forum, or I'm getting...
View ArticleCustom DSL Editor
That approach won’t be simple neither and the question becomes a T4 and WPF question, but I’ll try to answer without digging into details:If your WPF will represent an xml model as visual elements,...
View ArticleCustom DSL Editor
You say that, "we didn't intend the customer to use WPF minimal language to create a fully-fledged editor and as a result it can be quite difficult (although possible)." What if I just skip the DSL...
View ArticleCustom DSL Editor
You can use the DSL tools in VS2010 in order to create a Minimal WPF language designer that will consist of all the model elements you require (classes, properties and etc.) and will be WPF-databinding...
View ArticleCustom DSL Editor
I want to create a custom graphical editor that generates classes, properties, attributes, etc. for a specific type of project. I want complete freedom over the graphial modeler which I plan to...
View Article