<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Silverlight rich text editor</title><link>http://richtextedit.codeplex.com/Project/ProjectRss.aspx</link><description>This is the first rich text editor for silverlight and supports various well known features. This is all font formatting silverlight does support, including SUB&amp;#47;SUP formatting, homogenous underlini...</description><item><title>New Post: Copy Paste</title><link>http://richtextedit.codeplex.com/Thread/View.aspx?ThreadId=73882</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, maybe I'm missing the plot here...&lt;/p&gt;
&lt;p&gt;I select a pice of text, format it, copy it, but when I paste it im Word I just get plain text...&lt;/p&gt;
&lt;p&gt;I need to give my users something they can paste in MS Word and type up a report based on the results in my application, is this what this control is intended for?&lt;/p&gt;&lt;/div&gt;</description><author>adriaandavel</author><pubDate>Tue, 03 Nov 2009 07:37:48 GMT</pubDate><guid isPermaLink="false">New Post: Copy Paste 20091103073748A</guid></item><item><title>Source code checked in, #19340</title><link>http://richtextedit.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>pbush</author><pubDate>Wed, 29 Apr 2009 05:52:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19340 20090429055203A</guid></item><item><title>New Post: Edit style? </title><link>http://richtextedit.codeplex.com/Thread/View.aspx?ThreadId=52821</link><description>&lt;div style="line-height: normal;"&gt;The project is no longer under active development or maintence. I tried to be that developer, but it turned out to be so buggy that I didn't want to deal with it anymore. One thing to note is that the last release from the original author was Silverlight 2 Beta 2 and some things broke in between the beta and RTM.&lt;br&gt;
&lt;br&gt;
I found a free RichTextBox control at &lt;a href="http://vectorlight.net/"&gt;http://vectorlight.net/&lt;/a&gt;. So far it has met my needs though I haven't investigated it thouroughly. It certainly is much better than the one here.
&lt;/div&gt;</description><author>diosloco</author><pubDate>Fri, 10 Apr 2009 22:53:16 GMT</pubDate><guid isPermaLink="false">New Post: Edit style?  20090410105316P</guid></item><item><title>New Post: Edit style? </title><link>http://richtextedit.codeplex.com/Thread/View.aspx?ThreadId=52821</link><description>&lt;div style="line-height: normal;"&gt;Hello, I've tried this component, and it's great. However, how can I edit the style? I would like to change scroll bars and background..&lt;br&gt;
But when i open ScrollViewer in Blend, I get Invalid XAML message :(&lt;br&gt;
&lt;/div&gt;</description><author>isvogor</author><pubDate>Thu, 09 Apr 2009 17:15:52 GMT</pubDate><guid isPermaLink="false">New Post: Edit style?  20090409051552P</guid></item><item><title>Commented Issue: How can I get the actual height of RichText</title><link>http://richtextedit.codeplex.com/WorkItem/View.aspx?WorkItemId=3023</link><description>Dear&amp;#33;&lt;br /&gt;&lt;br /&gt;After I insert a paragraph, some buttons, some images to rich text, the rich text show the vertical scrollbar. Now I don&amp;#39;t want to show the vertical scrollbar but change the height of rich text to make it fit the text&lt;br /&gt;&lt;br /&gt;How can I do that&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: RajuHosamani ** &lt;p&gt;assignment to m_Scroll.Height  give Error message &amp;#34;Value does not fall within the expected range&amp;#34; in update method of RichTextEdit class.&lt;/p&gt;</description><author>RajuHosamani</author><pubDate>Fri, 13 Mar 2009 12:02:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: How can I get the actual height of RichText 20090313120210P</guid></item><item><title>Commented Issue: Import/Export content into RTF format</title><link>http://richtextedit.codeplex.com/WorkItem/View.aspx?WorkItemId=3719</link><description>A user should be able to take a document in RTF format, import it and display the document in RichTextEdit. They should also be able to export to an RTF document. This could potentailly just be a property. It may also not be able to include all object types so would be lossy.&lt;br /&gt;Comments: ** Comment from web user: RajuHosamani ** &lt;p&gt;Can it be possible in near future to get document in RTF format.&lt;/p&gt;</description><author>RajuHosamani</author><pubDate>Fri, 13 Mar 2009 11:45:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import/Export content into RTF format 20090313114510A</guid></item><item><title>Created Issue: There is no relative location of a selected string</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3791</link><description>When selecting text with richText.QuerySelectionText&amp;#40;&amp;#41;, the &amp;#34;SelectionStart&amp;#34; property always returns 0. &amp;#40;There are edge cases where this isn&amp;#39;t true.&amp;#41; There should be a way to select text and from there no where it was selected from.&lt;br /&gt;&lt;br /&gt;Scenario&amp;#58; User selects a sentence from a paragraph. Developer wants to know what paragraph it was selected from.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Mon, 09 Feb 2009 22:48:29 GMT</pubDate><guid isPermaLink="false">Created Issue: There is no relative location of a selected string 20090209104829P</guid></item><item><title>Created Issue: SelectionStart throws exception after selecting an object &amp; text</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3790</link><description>Unit test SelectObjectAndTextTest fails.&lt;br /&gt;&lt;br /&gt;Repro&amp;#58;&lt;br /&gt;&lt;br /&gt;Insert an object&lt;br /&gt;Insert a string&lt;br /&gt;Select all&lt;br /&gt;textEdit.QuerySelectionText&amp;#40;&amp;#41;.SelectionStart&lt;br /&gt;&lt;br /&gt;EXPECTED&amp;#58; a value&lt;br /&gt;ACTUAL&amp;#58; ArgumentOutOfRangeException&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not sure what SelectionStart should return. According to my tests, with no objects it always returns 0. I&amp;#39;m pretty sure it should be 0, but I am not sure when the exception should get thrown. Don&amp;#39;t want to fix one and break another.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Mon, 09 Feb 2009 22:20:43 GMT</pubDate><guid isPermaLink="false">Created Issue: SelectionStart throws exception after selecting an object &amp; text 20090209102043P</guid></item><item><title>Closed Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3778</link><description>Calling QuerySelectionText&amp;#40;&amp;#41;.SelectionStart when no text is selected should return the position of the cursor.&lt;br /&gt;Comments: Fixed in change #18357</description><author>MisinformedDNA</author><pubDate>Sun, 08 Feb 2009 22:49:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected 20090208104949P</guid></item><item><title>Source code checked in, #18357</title><link>http://www.codeplex.com/richtextedit/SourceControl/ListDownloadableCommits.aspx</link><description>Bug fix &amp;#35;3778. QuerySelectionText&amp;#40;&amp;#41;.SelectionStart  throws an exception when nothing is.</description><author>MisinformedDNA</author><pubDate>Sun, 08 Feb 2009 22:48:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18357 20090208104829P</guid></item><item><title>Created Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3778</link><description>Calling QuerySelectionText&amp;#40;&amp;#41;.SelectionStart when no text is selected should return the position of the cursor.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Sun, 08 Feb 2009 19:16:42 GMT</pubDate><guid isPermaLink="false">Created Issue: QuerySelectionText().SelectionStart throws an exception when nothing is selected 20090208071642P</guid></item><item><title>New Post: Works in RC0, and Select Only Mode?</title><link>http://www.codeplex.com/richtextedit/Thread/View.aspx?ThreadId=36618</link><description>&lt;div style="line-height: normal;"&gt;Fixed in changelist 18295.
&lt;/div&gt;</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:16:55 GMT</pubDate><guid isPermaLink="false">New Post: Works in RC0, and Select Only Mode? 20090205041655P</guid></item><item><title>Closed Issue: Moving mouse over RichTextEdit box takes focus</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3758</link><description>Hi,&lt;br /&gt;&lt;br /&gt;First my real appreciation for a wonderful RTF for SL, Great Control.&lt;br /&gt;&lt;br /&gt;After &amp;#91;programatically&amp;#33;&amp;#93; inserting a lengthy text &amp;#40;Scroll bar apprears&amp;#41;,  the mouse cursor is moved to the end of the text, which scrolls the text all the way down. Now, using &lt;br /&gt;&lt;br /&gt;RichEdit.QueryText&amp;#40;&amp;#41;.MoveCursor&amp;#40;0&amp;#41;&amp;#59; --&amp;#62; pushes the cursor to top of the RTF, but then i cannot set focus on any other controls on the page&amp;#63; Even after manually focussing other controls &amp;#91;like textbox&amp;#93; when i move the&lt;br /&gt;mouse over the RTF, the focus is back to RTF Control&amp;#63;&lt;br /&gt;&lt;br /&gt;Is there a way to unfocus&amp;#40;&amp;#41;&amp;#63; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Gopi&lt;br /&gt;Comments: Fixed in 18295. Moving the mouse over the RichTextEdit box no longer takes focus. This behavior is similar to how TextBox works.</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:16:00 GMT</pubDate><guid isPermaLink="false">Closed Issue: Moving mouse over RichTextEdit box takes focus 20090205041600P</guid></item><item><title>Closed Issue: Selectable text in ReadOnly state</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3717</link><description>A RichTextBox might be used for a news article and may want to allow the text to be selectable.&lt;br /&gt;&lt;br /&gt;Proposed solution&amp;#58; The current defaults for RichTextEdit are editable and selectable. Making it read only, makes it non-selectable. We should seperate these into IsReadOnly and IsSelectable. This would be a breaking change on functionality.&lt;br /&gt;Comments: Fixed in #18295. Selection and unselection of text and objects now only possible when IsSelectable is true.</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:14:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Selectable text in ReadOnly state 20090205041439P</guid></item><item><title>Source code checked in, #18295</title><link>http://www.codeplex.com/richtextedit/SourceControl/ListDownloadableCommits.aspx</link><description>Fix &amp;#35;3758&amp;#58; Moving mouse over RichTextEdit box takes focus&amp;#13;&amp;#10;Fix &amp;#35;3717&amp;#58; Selectable text in ReadOnly state&amp;#13;&amp;#10;Some formatting changes</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 16:11:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18295 20090205041132P</guid></item><item><title>New Post: how to unselect movecursor()?</title><link>http://www.codeplex.com/richtextedit/Thread/View.aspx?ThreadId=34422</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3758"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 15:51:05 GMT</pubDate><guid isPermaLink="false">New Post: how to unselect movecursor()? 20090205035105P</guid></item><item><title>Created Issue: Moving mouse over RichTextEdit box takes focus</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3758</link><description>Hi,&lt;br /&gt;&lt;br /&gt;First my real appreciation for a wonderful RTF for SL, Great Control.&lt;br /&gt;&lt;br /&gt;After &amp;#91;programatically&amp;#33;&amp;#93; inserting a lengthy text &amp;#40;Scroll bar apprears&amp;#41;,  the mouse cursor is moved to the end of the text, which scrolls the text all the way down. Now, using &lt;br /&gt;&lt;br /&gt;RichEdit.QueryText&amp;#40;&amp;#41;.MoveCursor&amp;#40;0&amp;#41;&amp;#59; --&amp;#62; pushes the cursor to top of the RTF, but then i cannot set focus on any other controls on the page&amp;#63; Even after manually focussing other controls &amp;#91;like textbox&amp;#93; when i move the&lt;br /&gt;mouse over the RTF, the focus is back to RTF Control&amp;#63;&lt;br /&gt;&lt;br /&gt;Is there a way to unfocus&amp;#40;&amp;#41;&amp;#63; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Gopi&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Thu, 05 Feb 2009 15:51:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Moving mouse over RichTextEdit box takes focus 20090205035103P</guid></item><item><title>Closed Issue: Copy throws an exception when copying objects</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3733</link><description>Copying text with objects&lt;br /&gt;&lt;br /&gt;ACTUAL&amp;#58; Throws an exception.&lt;br /&gt;EXPECTED&amp;#58; At a minimum, ignores the objects and only copies the text.&lt;br /&gt;Comments: Fixed in change set 18246.&lt;br /&gt;&lt;br /&gt;Actually all copying (using ctrl-c) was broken due to a breaking change in Silverlight from Beta 2 to RTM. (See http://download.microsoft.com/download/6/f/e/6fe1f43d-9d0c-4346-ad08-602df9bcb3cf/BreakingChangesBetweenBeta2andRelease.doc, Section "KeyDown Sent Synchronously")</description><author>MisinformedDNA</author><pubDate>Mon, 02 Feb 2009 00:50:30 GMT</pubDate><guid isPermaLink="false">Closed Issue: Copy throws an exception when copying objects 20090202125030A</guid></item><item><title>Source code checked in, #18246</title><link>http://www.codeplex.com/richtextedit/SourceControl/ListDownloadableCommits.aspx</link><description>Fixed copy. This was needed due to a breaking change in Silverlight from Beta 2 to RTM. &amp;#40;See http&amp;#58;&amp;#47;&amp;#47;download.microsoft.com&amp;#47;download&amp;#47;6&amp;#47;f&amp;#47;e&amp;#47;6fe1f43d-9d0c-4346-ad08-602df9bcb3cf&amp;#47;BreakingChangesBetweenBeta2andRelease.doc, Section &amp;#34;KeyDown Sent Synchronously&amp;#34;&amp;#41;</description><author>MisinformedDNA</author><pubDate>Sun, 01 Feb 2009 01:42:43 GMT</pubDate><guid isPermaLink="false">Source code checked in, #18246 20090201014243A</guid></item><item><title>Created Issue: Copy throws an exception when copying objects</title><link>http://www.codeplex.com/richtextedit/WorkItem/View.aspx?WorkItemId=3733</link><description>Copying text with objects&lt;br /&gt;&lt;br /&gt;ACTUAL&amp;#58; Throws an exception.&lt;br /&gt;EXPECTED&amp;#58; At a minimum, ignores the objects and only copies the text.&lt;br /&gt;</description><author>MisinformedDNA</author><pubDate>Sat, 31 Jan 2009 23:54:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Copy throws an exception when copying objects 20090131115402P</guid></item></channel></rss>