From: Kevin A. <ka...@us...> - 2004-10-10 23:55:57
|
Update of /cvsroot/pythoncard/PythonCard/tools/oneEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24248 Modified Files: todo.txt Log Message: notes for Alex, running off to dinner :) Index: todo.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/oneEditor/todo.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** todo.txt 10 Oct 2004 23:02:08 -0000 1.2 --- todo.txt 10 Oct 2004 23:55:44 -0000 1.3 *************** *** 6,8 **** Problem with syntax check untitled doc which is then saved. syntax message goes into statusBar, but because the text ! has changed (new file name), on_idle overwrites the error message. \ No newline at end of file --- 6,20 ---- Problem with syntax check untitled doc which is then saved. syntax message goes into statusBar, but because the text ! has changed (new file name), on_idle overwrites the error message. ! - fix History, probably add document to history on closeTab as well ! as when closing application ! - on_menuFileOpen_select is currently broken, history selection works ! Traceback (most recent call last): ! File "/Users/altis/python/PythonCard/menu.py", line 205, in _dispatch ! handler(background, aWxEvent) ! File "/Users/altis/python/PythonCard/tools/oneEditor/tabcodeEditor.py", line 695, in on_menuFileOpen_select ! self.openFile(path) ! File "/Users/altis/python/PythonCard/tools/oneEditor/tabcodeEditor.py", line 570, in openFile ! if (not self.currentPage or ! AttributeError: 'NoneType' object has no attribute 'GetModify' ! |