Skip to main content
Home Forums Other Feedback on this Website Bug in C# Code Pasting
7 replies. Latest Post by JayNeu on November 4, 2009.
(0)
mchlSync
Star
14606 points
2,730 Posts
10-16-2009 11:37 PM |
Steps to perform :
str +=
listbox.Items.Add((
var str = string.Empty; str += @"<ListBoxItem xmlns=""http://schemas.microsoft.com/winfx/2006/xaml/presentation"">"; str += @" "; str += @" "; str += @" "; str += @" ""Third"">"; str += @" "; str += @" "; str += @" "; str += @""; listbox.Items.Add((ListBoxItem)XamlReader.Load(str));
amyo
Contributor
3660 points
495 Posts
10-17-2009 2:30 AM |
I found another one:
If i paste the code below by clicking the Source Code Icon of the editor
List<Page> myPage = new List<Page>();
You will see the output as below:
List myPage = new List();
meidianto
Member
605 points
130 Posts
10-27-2009 5:20 AM |
Got the same issue as Amyo when I was posting this:http://forums.silverlight.net/forums/p/137651/309673.aspx#309673
I used XML formatting instead due to C# code formatting bug.
JayNeu
Participant
996 points
212 Posts
10-29-2009 10:25 AM |
All,
We already have a ticket in our system to update the version of our rich-text editor, which also includes the "Code formatting" options. Most of the issues reported will be addressed. This thread will be updated once the fix has been deployed. Thank you again for your continued patience.
blitzd
112 points
71 Posts
10-30-2009 2:38 PM |
Any ETA on that? Because I've been hearing that it's coming for almost 2 months now, and patience seems to be in short supply.
11-03-2009 11:21 AM |
I can understand your frustration, the issue is that we are still using an older Community Server forums platform, tied in with an older rich text editor. We do have a replacement, but are in the process of regression testing the fix.
11-03-2009 12:05 PM |
This is just a suggestion. Maybe you can add a Road Map section in this website so we can know what we (community) can expect in the future releases/updates of this website.
11-04-2009 1:45 PM |
Definitely a good idea and already in the works! We are putting that together as we speak.