forked from limburgher/trelby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
26 lines (17 loc) · 698 Bytes
/
TODO
File metadata and controls
26 lines (17 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-pml->pdf font baseline wrong for non-courier fonts?
-move some/all of GlobalData/MyPanel/MyCtrl/MyFrame out of trelby.py
-version information needs to be updated in way too many places. figure
out a way to have it in as few places as possible so it's easier to
update. currently it must be updated in:
-misc.py
-install.nsi
-debian/changelog
-doc/version.xml
-try using graphics contexts for tab ctrl drawing to get anti-aliased
lines (http://docs.wxwidgets.org/trunk/classwx_graphics_context.html)
UNDO/REDO
=========
-write unit tests
-modify t_random.py to test that each operation can be undone/redone
and script contents are exactly the same
-randomly do undo/redo