From: Martin <cin...@gm...> - 2004-03-17 17:05:42
|
Am Mon, den 15.03.2004 schrieb sfk...@hs... um 23:18: > 1. The last channel entry is usually being duplicated when the programm is being quit and restarted. I don't know about this issue. Which Java version and which platform? I have seen that there are lots of problems with Swing on Mac OS X. But this is not our fault. > 2. When shifting a channel up (using the second bottom left icon) after about 10 to 15 steps rssview gets slow and finally stuck. This seems to me a threading problem (first guess: unused threads not set to null?). Hmm, I need to test this, but I'm sure that we don't use threads for moving channel entries in the tree. > 3. Modal dialogs - such as entering and modifying channels - should listen to 'usual' keystrokes such as Return (make "Modify" as default button) and closing the dialog (pressing Escape). Would be very handy - not only for windows users... Yes. This should be complete everywhere. I agree. I will take a look where we forgot the default handlers. We are always trying to use the full features, if not, it has been forgotten. > 4. Adding a new URL to rssview should be made more easy for non-technical users: Pasting and Drag-and-Dropping reasonable URLs directly into the text input field of "Modify channel". It should be possible to drop an URL into text boxes. I think this feature exists since jdk-1.4. There is no need to implement special handlers for this, because it's done automatically. Martin K |