Skip to content

c# and xaml extension aliases #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

c# and xaml extension aliases #121

wants to merge 1 commit into from

Conversation

kozmanbalint
Copy link

Hi, this modification makes .cs (c#) and .xaml files look prettier (actually in redmine, which depends on coderay). Hope you'll accept it.

@korny
Copy link
Member

korny commented Mar 14, 2013

I can see that XAML is actually just XML, but C# is not C++. There's a ticket for a real C# scanner: #54, so this will fix the issue even better.

So, I'm good with the first change, but not with the second one.

@korny
Copy link
Member

korny commented Mar 14, 2013

Oh, can you provide a code example for XAML, so we can add it to the XML test suite?

@kozmanbalint
Copy link
Author

Hi,
thanks, sure, here you are:

<Window x:Class="HelloCoderay.Window" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window" Height="300" Width="300">
  <Grid>
    <Label Content="Hello, Coderay!" Height="28" HorizontalAlignment="Left" Margin="38,54,0,0" Name="label1" VerticalAlignment="Top" />
  </Grid>
</Window>

@ghost ghost assigned korny Jun 9, 2013
@korny
Copy link
Member

korny commented Jun 9, 2013

Thank you. I added the test case and the .xaml file type, but not the .cs file type.

@korny korny closed this Jun 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants