Questions tagged [dsl-tools]
74 questions
0
votes
1 answer
Center a DSL shape on diagram screen
First, sorry my english.
I'm developing a DSL. In the main window I have two panels: a list of shapes and the diagram itself. I would like, when clicking on an item in the list, to center its shape on the screen (diagram panel).
I don't want to move…

Max Dolabella
- 25
- 5
0
votes
1 answer
dslVersion - How to increment but still support older versions?
Tech: Visual Studio 2010, Visual Studio Visualization & Modeling SDK
We have a commercial Visual Studio 2010 DSL, when we release a new version we want to increment the version number. I open the DslDefinition.dsl and update the version number as…

Phill Duffy
- 2,805
- 3
- 33
- 45
0
votes
1 answer
How to add multi line string property on DSL
I am developing a workflow designer by DSL tools (Domain Specific Language) in Visual Studio,
I want to add a multi line string property as a domain property on one of my domain classes.
When I add it as string, it's only 1 line of string.
This is…

Reza
- 18,865
- 13
- 88
- 163
0
votes
2 answers
Do you know what are the best Domain Specific Languages(DSL) tools for .NET 4.0?
I would like to know what are the best DSL tools created to be used in .NET.? I have googled a bit, but, as I have no experience, I just want to be sure that the one I'm going to use is the best or it is among the best ones. Thanks in advance.

Ramon Araujo
- 1,743
- 22
- 31
0
votes
1 answer
VS2010 Project Template + VMSDK
For the life of me, I can't get my DSL project to be exported as a template, other than the default ItemTemplate (as in Add New Item)
Does anyone happen to have a summary of what has to be done to be able to create a new project? VSTemplate follows.…

hb.
- 1,705
- 5
- 22
- 43
0
votes
1 answer
"Cannot load resource" in Visual Studio 2015 toolbar with a DSL
Since converting a DSL-tools language to Visual Studio 2015, the toolbox options are gone, there are no options to add model elements to the DSL editor.
If I select the "Show All" option in the Visual Studio 2015 toolbox I see a strange "Cannot load…

Hugo Quintela Ribeiro
- 769
- 5
- 26
0
votes
2 answers
DSL Tools: How to create the DLL as weak-named
I have a DSL Tools solution.
I need to add a weak-named reference to this project.
Because the DSL Tools project DLL is strong-named i cannot used the weak-named DLL.
I cannot make the DLL strong-named because i cannot recompile it.
I tried to make…

Luis Filipe
- 8,488
- 7
- 48
- 76
0
votes
1 answer
Using DSL , How to add a child element by rule while adding a parent element
Using DSL, How to add an element based on adding someother element?

user361121
- 1
- 1
0
votes
1 answer
Expand / Collapse Swimlane (Domain Specific Language) C#
I have multiple swimlanes on the surface, Is it possible to have expand / collapse functionality to these swimlanes?. My swimlanes are going to contain different shapes (Image Shapes), Geometry shape etc.
I have tried the nesting of a geometry…

Tejas
- 181
- 5
- 19
0
votes
2 answers
Testing Domain specific languages
I have developed a graphical domain specific language. I want to use this for model based design. I have a number of graphical components which have abstract information about the domain and these components are used to implement my algorithms.
Can…

sjaymj62
- 386
- 2
- 18
0
votes
1 answer
Working with parsed model in Xtend validator
I want to know how I can access the parsed model of my program. I have a validation check written in xtend which accepts a rule A as it parameter. however I want to search the entire parsed tree and make sure that any other reference to this…

user804723
- 329
- 1
- 3
- 9
0
votes
1 answer
Why is the 'Named Domain Class' tool missing in the DSL Designer category in the toolbox?
I have the Domain-Specific development with VS DSL Tools book by Cook, Jones, et.all
The book and various tutorials online mention a NamedDomainClass tool that should be present in the DSL Designer toolbox. I have installed VS 2010 beta 2 on Win XP…

Gishu
- 134,492
- 47
- 225
- 308
0
votes
1 answer
Selection of a property in a compartment shape
I have a problem with selecting a property on a compartmentshape of a dsl. What I want to do is:
I have a DSL with one compartmentshape which has many properties in one compartment. Each of this properties has a textfield which is used for saving c#…

Maniga
- 43
- 1
- 7
0
votes
1 answer
Parsing Documents with a DSL
I'm trying to come up with a way to go through about a million documents which are formal documents (for arguments sake, they are Thesis documents). They are not all standardized but close enough. They are Titles, sections, paragraphs etc. There are…

AboutDev
- 1,923
- 1
- 23
- 33
0
votes
1 answer
Visual Modelling SDK VS 2013 - MinimalLanguage template does not run
If I create the basic example using the MinimalLanguage template in VS2013 it does not run when debugging in the Exp Instance. When I open Sample.mydsl1 it fails on line 234 of CommandSet.cs, with error "Operation is not valid due to the current…

jradxl
- 535
- 1
- 4
- 20