<?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/red/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/red/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/red/bugs/</id><updated>2004-04-17T09:16:39Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Scrolling performance</title><link href="https://sourceforge.net/p/red/bugs/6/" rel="alternate"/><published>2004-04-17T09:16:39Z</published><updated>2004-04-17T09:16:39Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.net877403550e324880248cbc190a53ac93a25f51fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When scrolling with scrollbars performance is o.k.&lt;/p&gt;
&lt;p&gt;When using the down cursor key, performance degrades,&lt;br /&gt;
because the whole viewport content is redrawn.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Error in RTestRedStyleEditor</title><link href="https://sourceforge.net/p/red/bugs/5/" rel="alternate"/><published>2004-01-18T17:32:07Z</published><updated>2004-01-18T17:32:07Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.net85ac0987baa6c09cbe521e1b93abf85abe9a525f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There are lines like these in testSave():&lt;/p&gt;
&lt;p&gt;fStyleEditor.saveChangedStyles(new FileOutputStream(new&lt;br /&gt;
File(TMP_FILE_NORMAL)));&lt;/p&gt;
&lt;p&gt;This will create a new FileOutputStream, which is not&lt;br /&gt;
closed until the garbage collector is cleaning them up.&lt;/p&gt;
&lt;p&gt;If for some reason the garbage collector is not run&lt;br /&gt;
before the end of the method:&lt;br /&gt;
        File f = new File(TMP_FILE_NORMAL);&lt;br /&gt;
        assertTrue(f.delete());&lt;br /&gt;
then the f.delete() will fail under Windows, because&lt;br /&gt;
you cannot delete a file which is open.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add LGPL header to files</title><link href="https://sourceforge.net/p/red/bugs/4/" rel="alternate"/><published>2004-01-16T06:52:16Z</published><updated>2004-01-16T06:52:16Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.net59b14003b3e01eb54c989ceafefa84a3ea52e0fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;LGPL headers must be added to all files in order to&lt;br /&gt;
properly declare them being under LGPL.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Remove oro dependency</title><link href="https://sourceforge.net/p/red/bugs/3/" rel="alternate"/><published>2003-12-09T07:33:00Z</published><updated>2003-12-09T07:33:00Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.net68b2a323be947765fa892abd10cf69bd67146aab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Java 1.4 comes with built-in regular expressions, so we&lt;br /&gt;
should remove the need for the jakarta-oro package.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>jar files in tools/ corrupt</title><link href="https://sourceforge.net/p/red/bugs/2/" rel="alternate"/><published>2003-12-06T14:09:20Z</published><updated>2003-12-06T14:09:20Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.netb7194c06d6884f24353d2f49d8a9dc42f7f9126c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The jar files in tools/ seem to be corrupt (Probably&lt;br /&gt;
not uploaded / marked with -kb in CVS).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Header Update</title><link href="https://sourceforge.net/p/red/bugs/1/" rel="alternate"/><published>2003-12-03T18:03:34Z</published><updated>2003-12-03T18:03:34Z</updated><author><name>Robert Lichtenberger</name><uri>https://sourceforge.net/u/rli/</uri></author><id>https://sourceforge.net3b549a646a4ebcc2dae459b4887405fbe3107809</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently all files contain the old email address&lt;br /&gt;
robert.lichtenberger@windriver.com&lt;/p&gt;
&lt;p&gt;This should be changed to new address.&lt;br /&gt;
Also every file should contain LPGL License hint.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>