Our team has just released the next version of Vidyano. From the official website:
Since we officially launched the first version of Vidyano, we have been getting a lot of valuable feedback from our customers and people playing around with the trial version. A lot of this feedback has already been processed and incorporated in this build, going from bug fixes to new features.
New features and improvements
- OpenPage / HandledByController Part Generator: It is now possible to add OpenPage or HandledByController command buttons on a page by using the wizard. Developers can also choose which argument to pass by simply selecting it from a list that contains all compatible arguments in a given context.
- Event-system for cross module communication: Modules are now able to communicate with each other by using the new event-system. Modules can register for specific events on which they would like to listen.
- Constructor arguments: Developers can now use the Vidyano designers to add constructor arguments to page controllers. This comes in handy when using it in combination with the new OpenPage part generator.
- Module designers: The look and feel of the module designers has been improved slightly so that more space is available to display the layout of the page.
- Improved page layout parsing: The Vidyano page designer has been improved so that it is able to render a lot more xaml scenarios.
- Larger models: Previous versions of Vidyano had trouble with larger models; this version has been improved so that the performance doesn't suffer too much.
- Visual Studio code optimized: We have been reworking some internal code in order to better support changes in the Visual Studio environment, such as the upcoming VS2010 (expect a CTP version soon).
- Shell Adorners: The default layout of the ShellContainer has been improved with additional AdornerDecorators.
- Versioning: This is also the first public version of Vidyano which shows your modules automatically take advantage of the versioning system. Modules which have been build and deployed against the previous version don't have to be recompiled or deployed as they will use the internal adapter system.
As stated in the list of improvements, we have begun working on our Visual Studio 2010 compatible release. All Visual Studio related code (EnvDTE) has been refactored in a separate assembly, Vidyano.VisualStudio.VS90, so that we can adapt to changes more quickly. We expect to release a public CTP version pretty soon.
Besides the work on Vidyano for Visual Studio 2010, I would like to add that we have a very exciting roadmap ahead of us. So, expect a lot more new features and improvements over the next couple of months !