Questions tagged [dsl-tools]

74 questions
0
votes
1 answer

How do I Trace a Dsl/DslPackage at run-time (Visual Studio VS2012)

How do I trace a VS2012 DSL/DSL Package VSIX at run-time. I have an odd bug with an error message, "Value of 'null' is not valid for 'stream'" and I guess it's something to do with deserializing the XML written by the DSL. Although I can add…
jradxl
  • 535
  • 1
  • 4
  • 20
0
votes
0 answers

Visual Studio Experimental Instance loading too slow?

I am working on an new visual studio extension and when testing I'm using a vsix project to run the experimental instance, however this takes about 5 minutes just to boot up. I have resharper and devexpress installed on my development instance of…
Donald N. Mafa
  • 5,131
  • 10
  • 39
  • 56
0
votes
1 answer

DSL Toolkit: How can I get correct elements written in this scenario?

Info: C# , VS2010 Beta 2 , DSL ToolKit Beta 2 I am trying to create the following generated XML in my DSL Diagram when used ...
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
1 answer

Adding resources to solution explorer in experimental hive

I'm currently working on a project using DSL tools in Visual Studio 2008. Is there a way to automatically add a resource into the solution explorer of the experimental hive at runtime? I'm creating new diagrams based on what is on screen, and saving…
user221083
0
votes
1 answer

How do you include ProjectItem when deploying DSL?

I am using Visual Studio 2010 Beta 2, I want to package and deploy my completed DSL along with the generated ProjectItem. I can see everything has been compiled correctly. I have my VSIX file but that does not include the Zipped Project Item.
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
1 answer

XText: How to create parser for multiple target language

I defined my DSL in XText and it automatically have Java version of language parser and code generation skeleton generated, which is really cool. The problem is that my DSL is intended to be consumed by projects that are implements with multiple…
Jay Zhu
  • 1,636
  • 13
  • 17
0
votes
2 answers

What is the best IDE/GUI for my .NET DSL?

As a learning exercise I'm building a basic scientific computation environment based on .NET. I'd like the GUI of the app to be much like matlab, in that I have an interactive window, an objects window and the facility to spawn visualisation…
Alex
  • 3,099
  • 6
  • 41
  • 56
0
votes
1 answer

DSL Beta 2 - Connector Moniker - Why is it not in the diagram file?

I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am not sure why it is not in the Diagram file automatically as that seems…
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
1 answer

Troubleshooting Plk Verification for Visual Studio Package in a VSIP Development Edition

I have a custom domain specific language project which was developed a while back, was deployed and run on the same machine inside the normal Visual Studio hive with no problems. Server has been reinstalled and I'm trying to setup the environment…
Alex Duggleby
  • 7,948
  • 5
  • 37
  • 44
0
votes
1 answer

DSL Tools: Create a new Diagram in custom code

I am using DSL Tools for Visual Studio 2005. I have a DSL where at a certain point I would like to create a new Diagram using custom code. So far, I was able to create a new Diagram by overwriting the current, already opened diagram. Code…
Luis Filipe
  • 8,488
  • 7
  • 48
  • 76
0
votes
2 answers

DSL Custom Constructor - only calling when created not loading

Info: VS2010, DSL Toolkit, C# I have a custom constructor on one of my domain classes which adds some child elements. I have an issue as I only want this to run when the domain class element is created , not every time the diagram is opened (which…
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
1 answer

Domain Property as Element and Hiding Default Value Properties

I have two questions How do I achieve the following, I have a domain class called 'Property' - Property has two properties 'Type' and 'Value' it is currently being serialized as the following:
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
2 answers

DSL Add Root Element to Serialization

I am looking for help to achieve the following The Diagram represents a car, users can add engine and colour when I view the XML it looks like this: BigEngine Pink What I would like to do is to…
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
0
votes
2 answers

Visual Studio DSL Tools and Server Explorer

Is it possible to enable users to drag and drop a Table from the Visual Studio Server Explorer onto my own DSL Diagram? I can drop custom Domain Classes I have created but want to make use of the build in funcationality. I am working in Visual…
Phill Duffy
  • 2,805
  • 3
  • 33
  • 45
1 2 3 4
5