root/branches/dj/TODO

Revision 2412, 0.9 kB (checked in by paul, 2 years ago)

Set end of line style to native for several missed ones.

  • Property svn:eol-style set to native
Line 
1 See:
2
3 http://dabodev.com/wiki/ReleaseRoadmap
4 http://dabodev.com/wiki/DeveloperRoadmap
5 http://dabodev.com/tracker
6
7 ##pkm: Here are some open items:
8
9 + Undo/Redo in RD and CD
10
11 + Make dShell's editor more like dEditor
12
13 + Find/Replace:
14     On Gtk at least, enter will re-run the last find string, not the current one.
15
16     + Replace All:
17 Traceback (most recent call last):
18   File "/home/pmcnett/projects/dabo/dabo/ui/uiwx/uiApp.py", line 509, in OnFindReplaceAll
19     ret = self.OnFind(evt, action="Replace")
20   File "/home/pmcnett/projects/dabo/dabo/ui/uiwx/uiApp.py", line 582, in OnFind    win.ReplaceSelection(replaceString)
21 AttributeError: 'XmlEditor' object has no attribute 'ReplaceSelection'
22
23 + dEditor:
24     + Get a keyboard shortcut (Alt+1, Alt+2, ...) to switch between pages.
25
26     + Ed, show me how to jump to a bookmark. Also, it doesn't appear to be saving.
27
28 + Report Designer:
29     + Implement rulers
30     + File|Save sometimes (usually?) pulls up the Save As dialog.
Note: See TracBrowser for help on using the browser.