|
Revision 1966, 0.9 kB
(checked in by paul, 3 years ago)
|
Updated the todo list.
|
| Line | |
|---|
| 1 |
See: |
|---|
| 2 |
|
|---|
| 3 |
http://dabodev.com/wiki/ReleaseRoadmap |
|---|
| 4 |
http://dabodev.com/wiki/DeveloperRoadmap |
|---|
| 5 |
|
|---|
| 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 |
+ Add dynamic props for all classes. |
|---|
| 29 |
|
|---|
| 30 |
+ Report Designer: |
|---|
| 31 |
+ Implement rulers |
|---|
| 32 |
+ File|Save sometimes (usually?) pulls up the Save As dialog. |
|---|