Not working for Workflow XAML

I like XamlStyler a lot for my WPF XAML, excellent job guys. Just recently we started using the WokflowFoundation 4. It also uses XAML to define workflows. I'd like to use XamlStyler for WF XAML in...

Id #726 | Release: None | Updated: Tue at 12:45 PM by hjschmidtx | Created: Tue at 12:45 PM by hjschmidtx

VS11 Version

I really like XAML Styler, and am missing it dearly in VS11. Any chance you could upgrade your solution?

Id #716 | Release: None | Updated: Tue at 11:28 AM by flodef | Created: May 2 at 12:36 PM by erikvullings

XML

I rely on xaml styler now, and miss not having the functionality in standard XML and .config files.

Id #637 | Release: None | Updated: Apr 4 at 8:39 AM by hfrmobile | Created: Mar 5 at 12:06 PM by deadrabit

Option to check maximum line length

Horizontal scrolling when reading code is a pain, so it would be nice having an option giving me a warning like StyleCop+ does.

Id #628 | Release: None | Updated: Feb 28 at 10:53 AM by ArthurField | Created: Feb 25 at 8:51 AM by hfrmobile

Closing short-tags

<Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto" /> <RowDefinition Height="Auto" ...

Id #627 | Release: None | Updated: Feb 25 at 8:40 AM by hfrmobile | Created: Feb 25 at 8:40 AM by hfrmobile

Attribute Allignment II

e.g. when attributes on separate lines we prefer the following: <Controls:AppBarButton ....x:Key="ExtendSearchAppBarButton" ....AppBarOrder="0" ....AppBarOrientation="Left" ....Content="Expand" .....

Id #613 | Release: None | Updated: Feb 25 at 9:05 AM by hfrmobile | Created: Feb 15 at 11:48 AM by hfrmobile

Attribute allignment

In the C#/StyleCop world there exists a rule for method parameters: All parameters on the same line OR all parameters on a separate line. Would be cool having this for XAML too since often element...

Id #612 | Release: None | Updated: Feb 25 at 8:33 AM by hfrmobile | Created: Feb 15 at 11:44 AM by hfrmobile

Don't change spacing around '=' signs

I like to line up my attributes at the ‘=’ sign like so: HorizontalContentAlignment = "Stretch" Background = "AliceBlue" BorderBrush = "Bla...

Id #596 | Release: None | Updated: Feb 25 at 3:23 PM by hfrmobile | Created: Feb 8 at 9:12 PM by casterle

Error after beautify: Unexpected NONE in parse rule

The following complilation error : Unexpected NONE in parse rule ElementBody ::= ATTRIBUTE* ( PropertyElement | Content )* . ENDTAG.. occurs when the markup styler cleans up an empty grid column ...

Id #588 | Release: None | Updated: Apr 3 at 6:19 PM by aaronhoffman | Created: Feb 5 at 8:00 PM by OmegaMan

CDATA content is stripped

Any CDATA content is stripped by the XAML styler. For example, this: <TextBox> <TextBox.Text> <![CDATA[Test]]> </TextBox.Text> </TextBox> is changed to this: <TextBox> <TextB...

Id #568 | Release: None | Updated: Mar 22 at 4:28 PM by Foamborn | Created: Jan 19 at 3:20 PM by kentcb