<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/richhtml4eclips/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Jan 2009 09:43:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/richhtml4eclips/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Error Validation</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi to all i see this error:&lt;br /&gt;
1. i use Eclipse 3.4.1 and jdk ver. 6 upd. 7&lt;br /&gt;
2. i use swt version 3.4 &lt;br /&gt;
3. i run this easy example:&lt;/p&gt;
&lt;p&gt;package rich2;&lt;/p&gt;
&lt;p&gt;import java.io.File;&lt;br /&gt;
import org.eclipse.equinox.app.IApplication;&lt;br /&gt;
import org.eclipse.equinox.app.IApplicationContext;&lt;br /&gt;
import org.eclipse.swt.SWT;&lt;br /&gt;
import org.eclipse.swt.layout.FillLayout;&lt;br /&gt;
import org.eclipse.swt.widgets.Display;&lt;br /&gt;
import org.eclipse.swt.widgets.Shell;&lt;/p&gt;
&lt;p&gt;import de.spiritlink.richhtml4eclipse.widgets.HtmlComposer;&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;
* This class controls all aspects of the application's execution&lt;br /&gt;
*/&lt;br /&gt;
public class Application implements IApplication {&lt;/p&gt;
&lt;p&gt;/* (non-Javadoc)&lt;br /&gt;
* @see org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext)&lt;br /&gt;
*/&lt;br /&gt;
public Object start(IApplicationContext context) throws Exception {&lt;br /&gt;
//System.out.println("Hello RCP World!");&lt;br /&gt;
Display display = new Display();&lt;br /&gt;
final Shell shell = new Shell(display);&lt;br /&gt;
shell.setLayout(new FillLayout());&lt;/p&gt;
&lt;p&gt;String url = new File(HtmlComposer.BASE_PATH).getAbsolutePath();&lt;br /&gt;
final HtmlComposer browser = new HtmlComposer(shell, SWT.BORDER,url);&lt;br /&gt;
browser.setFocus();&lt;/p&gt;
&lt;p&gt;shell.open ();&lt;br /&gt;
while (!shell.isDisposed()) {&lt;br /&gt;
if (!display.readAndDispatch())&lt;br /&gt;
display.sleep();&lt;br /&gt;
}&lt;br /&gt;
display.dispose();              &lt;br /&gt;
return IApplication.EXIT_OK;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;/* (non-Javadoc)&lt;br /&gt;
* @see org.eclipse.equinox.app.IApplication#stop()&lt;br /&gt;
*/&lt;br /&gt;
public void stop() {&lt;br /&gt;
// nothing to do&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;4. When i run i see this error:&lt;br /&gt;
VALIDATION&lt;br /&gt;
rich2 &lt;br /&gt;
Missing Constrain: &lt;br /&gt;
Require-Bundle:de.spiritlink.richhtml4eclipse;&lt;br /&gt;
bundle-version="1.0.0"&lt;/p&gt;
&lt;p&gt;Best Regads &lt;br /&gt;
Antonio &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio</dc:creator><pubDate>Mon, 12 Jan 2009 09:43:13 -0000</pubDate><guid>https://sourceforge.net28ef6d89dc034c06749b2fab09737cd5838553a4</guid></item><item><title>Delete of &amp;nbsp;</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;if I insert following html-code and generate it again: &lt;/p&gt;
&lt;p&gt;&amp;lt;div&amp;gt;&amp;lt;font size="2" face="Arial"&amp;gt;&amp;amp;nbsp;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;Then I get the shorted html-code back:&lt;/p&gt;
&lt;p&gt;&amp;lt;div&amp;gt;&amp;lt;font size="2" face="Arial"&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;Found the &amp;amp;nbsp; !&lt;/p&gt;
&lt;p&gt;The curio is if i insert a blank after the &amp;amp;nbsp; I get the correct code.&lt;/p&gt;
&lt;p&gt;Gregor&lt;/p&gt;
&lt;p&gt;JavaSE6.0, Eclipse 3.4&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 18 Jul 2008 08:42:40 -0000</pubDate><guid>https://sourceforge.netcc36d0cd4640df3c301f46316c5bf4ccbe5b0081</guid></item><item><title>Carriage Return (nothing happens), Eclipse 3.4, Java SE 6</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the carriage return does not insert a new line at the textarea field from the richhtml4eclipse example.&lt;/p&gt;
&lt;p&gt;I think that is a bug.&lt;/p&gt;
&lt;p&gt;Beside this, Kudos to you for the RCP.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Gregor&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregor Kofler</dc:creator><pubDate>Tue, 08 Jul 2008 20:47:37 -0000</pubDate><guid>https://sourceforge.nete2c989d0ff6ddc64018797d874248cbbdde38677</guid></item><item><title>Initial value-setting is not possible</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Executing commands to the composer is not possible until the widget is fully rendered.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Seidel</dc:creator><pubDate>Mon, 12 Mar 2007 22:34:39 -0000</pubDate><guid>https://sourceforge.net3b857d8bc0b74d8a2010e7fcac2437cd628403c5</guid></item><item><title>Clean up methods in the composer</title><link>https://sourceforge.net/p/richhtml4eclips/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Cleaning up methods. Some methods are obsolete&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Seidel</dc:creator><pubDate>Mon, 12 Mar 2007 22:32:46 -0000</pubDate><guid>https://sourceforge.net714d29d65613a69c87bcef44e9c5787872c2a0da</guid></item></channel></rss>