<?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/hypernotes/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/hypernotes/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Sep 2007 01:31:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hypernotes/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Expansion of action panels is wrong with limited space</title><link>https://sourceforge.net/p/hypernotes/bugs/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you shrink the available space for the collapsible action panels in the lower-right and expand the element list panel, the other panels expand as well, even though they are considered collapsed.  I suspect it has something to do with the JList getPreferredSize() method since I've only seen it when expanding that one panel, but I'm not totally sure.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Thu, 27 Sep 2007 01:31:17 -0000</pubDate><guid>https://sourceforge.net09a7c3e5f5da437b1c91e205e0007f4fef5368f2</guid></item><item><title>Nodes with children can't be renamed with right-click menu</title><link>https://sourceforge.net/p/hypernotes/bugs/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The "Rename" option is shaded in the right-click menu for Nodes with children.  This needs to be fixed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Thu, 27 Sep 2007 01:25:55 -0000</pubDate><guid>https://sourceforge.net71400c2ed030593c9bff609573171854607d38d9</guid></item><item><title>text boxes should have a border</title><link>https://sourceforge.net/p/hypernotes/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm thinking it might look a little better if the text boxes had a border (like 1 or 2 px wide) so it was easier.  I'm thinking either something that looks like a drop shadow, or the BevelBorder in the Java classes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Tue, 25 Sep 2007 20:14:42 -0000</pubDate><guid>https://sourceforge.netdd0f56385fbe318d9faf344dddc53e811f99ce37</guid></item><item><title>Element list in lower right corner needs a right-click menu</title><link>https://sourceforge.net/p/hypernotes/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There should be a popup menu for when the user right-clicks on one of the elements in the element list.  Preferably, this popup menu should be specific to the type of element that is clicked on.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Fri, 21 Sep 2007 20:32:19 -0000</pubDate><guid>https://sourceforge.netacb9b78424cd260fe7ccc1f56015934445645a39</guid></item><item><title>Expanding action panel control should change '&gt;' to 'V'</title><link>https://sourceforge.net/p/hypernotes/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The newly-collapsible action panel controls show a right caret ('&amp;gt;'), which should do something when the control group is expanded, like change to a 'V'.  Of course, an actual graphic would be nice.  Maybe there's an ascii code for right and down arrow?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Fri, 21 Sep 2007 20:16:23 -0000</pubDate><guid>https://sourceforge.net746bf859ae423b57b435916d68f169ae5991c317</guid></item><item><title>Using node tree to rename nodes allows illegal characters</title><link>https://sourceforge.net/p/hypernotes/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We fixed the problem with the new-note dialog that allowed for creation of notes with special characters in the name, but the user can still go over to the tree and rename the note without character restrictions.&lt;/p&gt;
&lt;p&gt;(Any way to apply a DocumentFilter to the JTree edit field?)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Mon, 03 Sep 2007 19:09:55 -0000</pubDate><guid>https://sourceforge.net63c58317ef6c29b74de393b672df6af4cc15d4fe</guid></item><item><title>JAR file doesn't launch on mac</title><link>https://sourceforge.net/p/hypernotes/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When the jar file was launched on a mac, it aborted with the following message:&lt;/p&gt;
&lt;p&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file&lt;br /&gt;
at java.lang.ClassLoader.defineClass1(Native Method)&lt;br /&gt;
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)&lt;br /&gt;
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)&lt;br /&gt;
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)&lt;br /&gt;
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)&lt;br /&gt;
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;br /&gt;
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&lt;br /&gt;
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&lt;/p&gt;
&lt;p&gt;If someone knows right off what might be causing this, please share the info.  My guess is that it might have something to do with the serialVersionUID values that were manually set for several of the classes, but I really don't know.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Tue, 21 Aug 2007 18:50:27 -0000</pubDate><guid>https://sourceforge.net6898012dba77cae4f48a5d9dab9ded565f205014</guid></item><item><title>Note Names with special characters break HTML export</title><link>https://sourceforge.net/p/hypernotes/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I made a note with the name "File I/O", and the slash in the name totally messed up the creation of the filesystem in the html export.  I don't know what other special characters would mess it up, but these should be prohibited. ('\', '#', '@', '=', '&amp;amp;' would also cause trouble.  I'm sure there's a url standard out there somewhere we should follow)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Sun, 05 Aug 2007 17:34:33 -0000</pubDate><guid>https://sourceforge.net62883ef7418e11e1ab15b731ee11bb3a497c1196</guid></item><item><title>Note Names with special characters break HTML export</title><link>https://sourceforge.net/p/hypernotes/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I made a note with the name "File I/O", and the slash in the name totally messed up the creation of the filesystem in the html export.  I don't know what other special characters would mess it up, but these should be prohibited. ('\', '#', '@', '=', '&amp;amp;' would also cause trouble.  I'm sure there's a url standard out there somewhere we should follow)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jere Darais</dc:creator><pubDate>Sun, 05 Aug 2007 05:17:24 -0000</pubDate><guid>https://sourceforge.net4213bec4d6d562d7602c52766e2b19b093713301</guid></item><item><title>No Icon crash</title><link>https://sourceforge.net/p/hypernotes/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If the application cannot find the icon files it will will throw an exception and stop loading.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manny Calavera</dc:creator><pubDate>Thu, 02 Aug 2007 08:52:42 -0000</pubDate><guid>https://sourceforge.netbc3b573758441dcda5ff496e2ac1dcc02dd6549e</guid></item></channel></rss>