File: todo.txt

package info (click to toggle)
pythoncard 0.8.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,452 kB
  • sloc: python: 56,787; makefile: 56; sh: 22
file content (20 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 - figure out initial sizing issues                         DONE
 - close button / menu item to close current page           DONE
 - add menu and command items to drop-downs
 - key / shortcut to take you to the drop-down (if possible) ?
 - statusBar and title mechanism. 
      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'