This post originated from an RSS feed registered with .NET Buzz
by -.
Original Post: Visual Studio 2008 SP1: Was bringt es für WPF?
Feed Title: Norbert Eder - Living .NET
Feed URL: http://feeds.feedburner.com/NorbertEder-Livingnet
Feed Description: Copyright (c)2005, 2006 by Norbert Eder
Im Service Pack 1 zu Visual Studio 2008 wird es einige Änderungen bzw. Erweiterungen zum Thema WPF geben. Eine genaue Übersicht gibt diese Veröffentlichung von Microsoft.
Hier eine Liste der neuen Funktionalitäten:
The Properties window now contains the Events tab. The Events tab lets you create events, assign events, and review events.
The Properties window now includes a category sort option and an alphabetical sort option to allow for faster property location.
Code changes have been made to the XAML Refactor/Rename definition and to the Go to definition. These changes allow XAML rename operations to occur automatically. Additionally, you can navigate the XAML definition by pressing F12.
You can now drag controls or create controls from the toolbox in XAML view or in Design view. You can do this even if you use a split view configuration.
Snaplines are now implemented for control margins. This lets the designer control a fixed distance from other controls, from container edges, or from gridlines.
Tab controls now support TabItem activation and TabItem design. To do this, click the tab that you want to design.
The Expander control now expands conditionally based on what is selected. You can design the contents of the Expander control at design time with affecting the IsExpanded attribute of the runtime.
Im Paket sind also durchaus Features, die bereits zu Beginn dabei hätten sollen. Vor allem Umbenennungen waren bisher ein wahrer Graus.
Einiges dürfte mit diesem SP1 zukünftig leichter fallen, dennoch fehlen mir immer noch ein paar Punkte, die hauptsächlich nur Bug-Fixes behoben werden können. Dieses SP bietet jedoch nur Erweiterungen und Verbesserungen an, keine Bug-Fixes ...