Cider: primitive split View on XAML files
Applies to: Cider CTP June 2006.
With split view on a XAML file, developers should be able to see both the Designer and XAML at the same time. Moreover, developers should be able to use Designer and XAML editor in any way, and the two views are always in sync.
While current CTP build of Cider does not explicitly support Split View yet, we can use VS2005's Window management support to view both the Designer and XAML altogether.
The tip is to right click on a XAML file from Solution Explorer, Select "Open With..." from its context menu, and then choose "XML Editor" in the dialog. (The default "Open With ..." option is "WPF Designer (Cider)". )
Now if you already have the designer for the same XAML file open, (if not, double click the file from Solution Explorer), just click and Drag the tab for the XML editor towards the bottom of designer window (where "Design", "XAML" and "Source" buttons reside). Release mouse when you see a window highlight of half the designer.
Of course, this split view is very primitive. Two views are not in sync unless you switch the focus between the two. Explicitly saving the change within designer view will also update XAML view, but NOT vice versa.
If you have your wish list on what a real split view should look or function like, feel free to comment on this blog.
(This posting is provided "AS IS" with no warranties, and confers no rights.)