arschr wrote:
That makes me sad, I would like expressions in the designer. Is v2.0 going to have both dotnet 1.1 and 2.0 compatible templates?
Yes, v2.0 will have .NET 1.x and 2.0 compatible code bases. Features solely for .NET 2.0 of course aren't available in .NET 1.x. The codebase for .NET 1.x is a continuation of the current code base, the codebase for .NET 2.0 is rewritten for the most part.
Expressions in the designer take a lot of time to develop, I'll see if I have time for them. The design is already done, and I'd planned to use a SyntaxEditor control to let the user enter them, the problem is to keep the underlying objects in sync when someone renames a field for example. But perhaps I solve that in an hour and they're slipped into the code as I too really want to have them. .