<?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/hypernotes/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/hypernotes/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/hypernotes/bugs/</id><updated>2007-09-27T01:31:17Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Expansion of action panels is wrong with limited space</title><link href="https://sourceforge.net/p/hypernotes/bugs/29/" rel="alternate"/><published>2007-09-27T01:31:17Z</published><updated>2007-09-27T01:31:17Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net09a7c3e5f5da437b1c91e205e0007f4fef5368f2</id><summary type="html">&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;</summary></entry><entry><title>Nodes with children can't be renamed with right-click menu</title><link href="https://sourceforge.net/p/hypernotes/bugs/28/" rel="alternate"/><published>2007-09-27T01:25:55Z</published><updated>2007-09-27T01:25:55Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net71400c2ed030593c9bff609573171854607d38d9</id><summary type="html">&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;</summary></entry><entry><title>text boxes should have a border</title><link href="https://sourceforge.net/p/hypernotes/bugs/27/" rel="alternate"/><published>2007-09-25T20:14:42Z</published><updated>2007-09-25T20:14:42Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.netdd0f56385fbe318d9faf344dddc53e811f99ce37</id><summary type="html">&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;</summary></entry><entry><title>Element list in lower right corner needs a right-click menu</title><link href="https://sourceforge.net/p/hypernotes/bugs/26/" rel="alternate"/><published>2007-09-21T20:32:19Z</published><updated>2007-09-21T20:32:19Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.netacb9b78424cd260fe7ccc1f56015934445645a39</id><summary type="html">&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;</summary></entry><entry><title>Expanding action panel control should change '&gt;' to 'V'</title><link href="https://sourceforge.net/p/hypernotes/bugs/25/" rel="alternate"/><published>2007-09-21T20:16:23Z</published><updated>2007-09-21T20:16:23Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net746bf859ae423b57b435916d68f169ae5991c317</id><summary type="html">&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;</summary></entry><entry><title>Using node tree to rename nodes allows illegal characters</title><link href="https://sourceforge.net/p/hypernotes/bugs/24/" rel="alternate"/><published>2007-09-03T19:09:55Z</published><updated>2007-09-03T19:09:55Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net63c58317ef6c29b74de393b672df6af4cc15d4fe</id><summary type="html">&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;</summary></entry><entry><title>JAR file doesn't launch on mac</title><link href="https://sourceforge.net/p/hypernotes/bugs/23/" rel="alternate"/><published>2007-08-21T18:50:27Z</published><updated>2007-08-21T18:50:27Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net6898012dba77cae4f48a5d9dab9ded565f205014</id><summary type="html">&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;</summary></entry><entry><title>Note Names with special characters break HTML export</title><link href="https://sourceforge.net/p/hypernotes/bugs/22/" rel="alternate"/><published>2007-08-05T17:34:33Z</published><updated>2007-08-05T17:34:33Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net62883ef7418e11e1ab15b731ee11bb3a497c1196</id><summary type="html">&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;</summary></entry><entry><title>Note Names with special characters break HTML export</title><link href="https://sourceforge.net/p/hypernotes/bugs/21/" rel="alternate"/><published>2007-08-05T05:17:24Z</published><updated>2007-08-05T05:17:24Z</updated><author><name>Jere Darais</name><uri>https://sourceforge.net/u/darais/</uri></author><id>https://sourceforge.net4213bec4d6d562d7602c52766e2b19b093713301</id><summary type="html">&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;</summary></entry><entry><title>No Icon crash</title><link href="https://sourceforge.net/p/hypernotes/bugs/20/" rel="alternate"/><published>2007-08-02T08:52:42Z</published><updated>2007-08-02T08:52:42Z</updated><author><name>Manny Calavera</name><uri>https://sourceforge.net/u/mannycalavera99/</uri></author><id>https://sourceforge.netbc3b573758441dcda5ff496e2ac1dcc02dd6549e</id><summary type="html">&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;</summary></entry></feed>