Sign In
Jean-Marc Prieur's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
DSL Tools
T4
Visual Studio 2010
VS2010
VSTS2010
VSX
Archive
Archives
February 2011
(1)
August 2010
(1)
June 2010
(1)
May 2010
(4)
April 2010
(5)
February 2010
(3)
December 2009
(1)
October 2009
(3)
September 2009
(1)
July 2009
(7)
June 2009
(3)
May 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(1)
November 2008
(2)
September 2008
(1)
August 2008
(1)
May 2008
(1)
April 2008
(3)
MSDN Blogs
>
Jean-Marc Prieur's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jean-Marc Prieur's Blog
How to get a unique name for connectors across a whole model?
Posted
over 1 year ago
by
Jean-Marc Prieur
0
Comments
Joeul asks an interesting question in his forum post . reference relationships' names are not normally unique across the whole model, but only to the 2 elements they link. How to change this behavior? Here is how to do to get unique name for reference...
Jean-Marc Prieur's Blog
New improved documents and sample available
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
If you don’t know it already, you’ll be pleased to learn that Alan has posted yesterday a news on the VsVmSdk forum about the documentation improvements for the DSL Tools. New improved documents and sample available
Jean-Marc Prieur's Blog
Working around a bug in the ProvideCodeGeneratorAttribute
Posted
over 2 years ago
by
Jean-Marc Prieur
1
Comments
Summary There is a bug in the ProvideCodeGeneratorAttribute, which breaks VSIX deployment because it generates absolute codebase in .pkgdef instead of Codebase relative to $PackageFolder$. This bug can be worked-around by not using the ProvideCodeGeneratorAttribute...
Jean-Marc Prieur's Blog
Enabling your DSL for MEF extensions
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
One month ago, I described an extension to the DslDesigner to author modelbus. This is a real life example of what could be a MEF extension to our authoring tool. Writing such an extension is easy as shown in the “ How to: extend the Domain-Specific Language...
Jean-Marc Prieur's Blog
A nice article from NetFxFactory about using WPF-databinding feature in the DSL Tools 2010
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
Pascal and Anthony from the NetFxFactory community have just published another great article presenting a WPF based diagram that they ported to VS2010 using the new WPF (and Windows-Forms) form-based features present in the DSL Tools. And, since, “ it...
Jean-Marc Prieur's Blog
I just fixed a bug in the DslDesignerExtensionForModelBus sample
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
After my attention was drawn by a question on the forum ( StateKind Enumeration ), I discovered a bug in the DslDesignerExtensionForModelBus sample. Apparently there is no relationship between a problem on the DSL Tools Lab, and the DslDesignerExtensionForModelBus...
Jean-Marc Prieur's Blog
How to: Deploy the XML schema describing the serialization of your DSL?
Posted
over 2 years ago
by
Jean-Marc Prieur
2
Comments
The problem If you build a DSL and deploy it on a different machine by double-clicking on a VSIX, everything should be fine, except that you will get warnings "Cannot find a schema..." each time you open an instance of your DSL. This is because...
Jean-Marc Prieur's Blog
What’s new in T4 in Visual Studio 2010
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
Gareth posted a list of new features for T4 in Visual Studio 2010: http://blogs.msdn.com/garethj/archive/2010/04/15/what-s-new-in-t4-in-visual-studio-2010.aspx
Jean-Marc Prieur's Blog
An update of the “DslTools Lab” is available for Visual Studio 2010
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
Alan just published an update of the Visual Studio Visualization and Modeling SDK Lab (DSL Tools Lab) for Visual Studio 2010. It is available from http://code.msdn.microsoft.com/DSLToolsLab . Enjoy!
Jean-Marc Prieur's Blog
A new sample of why and how to extend the DslDesigner … but also a way of enabling the Modelbus in your DSL.
Posted
over 2 years ago
by
Jean-Marc Prieur
3
Comments
Along with our RTM version of the Visual Studio Visualization and Modeling SDK, we have posted a new sample on the Code Gallery site : DslDesigner extension for Modelbus authoring How to build the modelbus tool? Download the DslDesigner extension...
Jean-Marc Prieur's Blog
What happens when you unfold a new designer with VS2010 VsVm_Sdk RTM? T4-MsBuild in action!
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
Unfolding a new Dsl In the RTM release of the Visualization and Modeling SDK, when we unfold a new designer, it really no time, and this is because you no longer need to wait for the text templates to be transformed. If you look in the GeneratedCode folders...
Jean-Marc Prieur's Blog
The RTM version of the Visual Studio Modeling and Visualization SDK is now available
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
We just released the RTM version of the Visual Studio Visualization and Modeling SDK (VsVm SDK), which is the successor for the DSL Tools. You can: download it from the download page . View the MSDN documentation in the MSDN library. There is one...
Jean-Marc Prieur's Blog
Where has the Dsl Designer gone?
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
In the VSSDK for Visual Studio 2008, (as well as in the DSL SDK for VS2010 Beta1) the DslDefinition.dll and the DslDesigner.dll were GAC-ed, and the included templates were located in %Program Files%\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration...
Jean-Marc Prieur's Blog
DSL designers built from migrated beta 2 solutions might have empty toolbox
Posted
over 2 years ago
by
Jean-Marc Prieur
1
Comments
Context information about the problem The VSSDK msbuild targets changed between Beta2 and RC so that the <RegisterWithCodebase> msbuild property must be defined before the VSSDK targets are imported, or otherwise, the .pkgdef that is created does...
Jean-Marc Prieur's Blog
The Visual Studio Visualization and Modeling SDK RC (DSL SDK RC) is available for download
Posted
over 2 years ago
by
Jean-Marc Prieur
0
Comments
I make a short break during my vacations to announce you that the DSL SDK is now part of the Visual Studio Visualization and Modeling SDK . The Visual Studio Visualization and Modeling SDK (in short VsVmSdk ) contains both the DSL Tools SDK, (what we...
Jean-Marc Prieur's Blog
Domain model libraries
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
What are Domain Model Libraries One of the new features in VS2010 is the notion of Domain Model Libraries . This is the equivalent for dslDefinition files, to the class libraries for assemblies. You can have, in a Domain Model Library types, (external...
Jean-Marc Prieur's Blog
Empty Toolbox for DSL Tools Diagram in experimental hive
Posted
over 3 years ago
by
Jean-Marc Prieur
3
Comments
There is already a post on the forum, about that, but I feel that I need to communicate a bit more. What is the problem? You downloaded and installed the brand new VS2010 Beta2, installed the VSSDK, and the DSL SDK You unfold a new Dsl, let’s say...
Jean-Marc Prieur's Blog
We released the DSL SDK for Visual Studio Beta2 this morning
Posted
over 3 years ago
by
Jean-Marc Prieur
1
Comments
I’m a bit late to announce it, but only now do I find the time to blog: this morning, we released the DSL SDK for Visual Studio Beta2. It is available from Visual Studio 2010 DSL SDK Beta2 , and, as for the Beta1, you’ll need to install the Visual Studio...
Jean-Marc Prieur's Blog
You are using the DSL Tools? I would like to know you better!
Posted
over 3 years ago
by
Jean-Marc Prieur
1
Comments
Among other things, I’m preparing my talk to the Development Tools Ecosystem Summit in Redmond October 19-23, and it’s the time, after the hard work we’ve been doing on producing the Beta2 of Visual Studio, to come back to you, customers and partners...
Jean-Marc Prieur's Blog
An Article about DSLs and WPF : “Provide an improved user experience to your DSLs”
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Pascal Recchia and Anthony Guérot from Mexedge just published a new article: " Provide an improved user experience to your DSL's " about how to use WPF with your DSLs even in Visual Studio 2008. The technology they use is similar to what we...
Jean-Marc Prieur's Blog
Pre-processed T4 templates
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
I was going to blog a bit about pre-processed T4 templates, that Gareth already explained a few months ago ( rationale and basic design ), when my attention was drown on Pablo’s posts about the subject: VS10 Beta 1 / T4 Preprocessing part 1 explains why...
Jean-Marc Prieur's Blog
Copy / Cut / Paste of model elements
Posted
over 3 years ago
by
Jean-Marc Prieur
2
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, the copy/cut/paste of model elements did not work very well. There were limitations, and even bugs that prevented very elaborate scenarios. In case you are interested...
Jean-Marc Prieur's Blog
Copy paste to an image
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DslTools, when you wanted to export a selection to an image, or to the Clipboard, you had to write some custom code, or just take a screen copy of what you wanted. New Behavior...
Jean-Marc Prieur's Blog
Moveable decorators
Posted
over 3 years ago
by
Jean-Marc Prieur
0
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, such as, in the DSL Class diagram which is provided as a sample, you could very easily end-up with a very cluttered diagram: New behavior With the moveable decorators...
Jean-Marc Prieur's Blog
Sticky toolbox items
Posted
over 3 years ago
by
Jean-Marc Prieur
2
Comments
Behavior in previous versions of the DSL Tools In previous versions of the DSL Tools, each time you wanted to create a shape or a connector, you had to: go to the toolbox, and click on the domain shape / connector that you wanted to create Come to the...
Page 1 of 2 (42 items)
1
2