<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/richhtml4eclips/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/richhtml4eclips/bugs/</id><updated>2009-01-12T09:43:13Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Error Validation</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/5/" rel="alternate"/><published>2009-01-12T09:43:13Z</published><updated>2009-01-12T09:43:13Z</updated><author><name>Antonio</name><uri>https://sourceforge.net/u/userid-2358706/</uri></author><id>https://sourceforge.net28ef6d89dc034c06749b2fab09737cd5838553a4</id><summary type="html">&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;</summary></entry><entry><title>Delete of &amp;nbsp;</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/4/" rel="alternate"/><published>2008-07-18T08:42:40Z</published><updated>2008-07-18T08:42:40Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcc36d0cd4640df3c301f46316c5bf4ccbe5b0081</id><summary type="html">&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;</summary></entry><entry><title>Carriage Return (nothing happens), Eclipse 3.4, Java SE 6</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/3/" rel="alternate"/><published>2008-07-08T20:47:37Z</published><updated>2008-07-08T20:47:37Z</updated><author><name>Gregor Kofler</name><uri>https://sourceforge.net/u/shlong1107/</uri></author><id>https://sourceforge.nete2c989d0ff6ddc64018797d874248cbbdde38677</id><summary type="html">&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;</summary></entry><entry><title>Initial value-setting is not possible</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/2/" rel="alternate"/><published>2007-03-12T22:34:39Z</published><updated>2007-03-12T22:34:39Z</updated><author><name>Tom Seidel</name><uri>https://sourceforge.net/u/tmseidel/</uri></author><id>https://sourceforge.net3b857d8bc0b74d8a2010e7fcac2437cd628403c5</id><summary type="html">&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;</summary></entry><entry><title>Clean up methods in the composer</title><link href="https://sourceforge.net/p/richhtml4eclips/bugs/1/" rel="alternate"/><published>2007-03-12T22:32:46Z</published><updated>2007-03-12T22:32:46Z</updated><author><name>Tom Seidel</name><uri>https://sourceforge.net/u/tmseidel/</uri></author><id>https://sourceforge.net714d29d65613a69c87bcef44e9c5787872c2a0da</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Cleaning up methods. Some methods are obsolete&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>