From: <ox-...@us...> - 2003-06-11 02:28:55
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv11602 Modified Files: todo.txt Log Message: Minor changes to todo list. Index: todo.txt =================================================================== RCS file: /cvsroot/sheets/sheets/todo.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** todo.txt 9 Jun 2003 19:03:49 -0000 1.25 --- todo.txt 11 Jun 2003 02:28:52 -0000 1.26 *************** *** 3,7 **** more annoying bugs: ! Trouble loading files with spaces in the name (when done by file association) java.lang.NullPointerException at org.browsecode.sheets.TextualViewer.getSaveRect(TextualViewer.java:252) --- 3,38 ---- more annoying bugs: ! java.lang.NullPointerException ! at org.browsecode.sheets.RichTextViewer.addStyle(RichTextViewer.java:375) ! at org.browsecode.javaStuff.JavaViewer.restyleLines(JavaViewer.java:274) ! at org.browsecode.javaStuff.JavaViewer.paint(JavaViewer.java:303) ! at org.browsecode.sheets.ListViewer.paintContents(ListViewer.java:791) ! at org.browsecode.sheets.Viewer.paint(Viewer.java:222) ! at org.browsecode.sheets.AbstractSheetViewer.paintContents(AbstractSheetViewer.java:363) ! at org.browsecode.sheets.Viewer.paint(Viewer.java:222) ! at org.browsecode.sheets.RichTextViewer.paint(RichTextViewer.java:637) ! at org.browsecode.sheets.ViewPanel$Painter.paintCanvas(ViewPanel.java:755) ! at org.browsecode.sheets.ViewPanel$Painter.updateCanvas(ViewPanel.java:738) ! at org.browsecode.sheets.ViewPanel$Painter.paintCanvas(ViewPanel.java:749) ! at org.browsecode.sheets.ViewCanvas.paint(ViewCanvas.java:70) ! at javax.swing.JComponent.paintChildren(Unknown Source) ! at javax.swing.JComponent.paint(Unknown Source) ! at javax.swing.JComponent.paintChildren(Unknown Source) ! at javax.swing.JComponent.paint(Unknown Source) ! at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source) ! at javax.swing.JComponent.paintDoubleBuffered(Unknown Source) ! at javax.swing.JComponent._paintImmediately(Unknown Source) ! at javax.swing.JComponent.paintImmediately(Unknown Source) ! at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) ! at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source) ! at java.awt.event.InvocationEvent.dispatch(Unknown Source) ! at java.awt.EventQueue.dispatchEvent(Unknown Source) ! at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) ! at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) ! at java.awt.EventDispatchThread.pumpEvents(Unknown Source) ! at java.awt.EventDispatchThread.pumpEvents(Unknown Source) ! at java.awt.EventDispatchThread.run(Unknown Source) ! Locking on the log file fails on NFS (do we need this at all?) ! Background picture doesn't show up at all with the new splash screen code (on linux) java.lang.NullPointerException at org.browsecode.sheets.TextualViewer.getSaveRect(TextualViewer.java:252) *************** *** 17,20 **** --- 48,54 ---- * Should not let the user close the wizard during file import. * Refresh problem on main sheet after wizard closes + + Nice ideas: + Extend methods dialog should have an easy way to insert appropriate constructors. Todo: |