summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-07-20 10:33:19 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-07-20 10:33:19 +0200
commitafa07bddfbac3dcfb88fa305e9410c024f847097 (patch)
tree37cd73a395065bab7b70d850a989aaa9f9077a05 /examples
parentb851d6f2fdcf075baa2568afb6366814d03ac676 (diff)
downloadfpGUI-afa07bddfbac3dcfb88fa305e9410c024f847097.tar.xz
ide: updated todo list
Diffstat (limited to 'examples')
-rw-r--r--examples/apps/ide/TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/examples/apps/ide/TODO b/examples/apps/ide/TODO
index bbd18ddf..8fe56463 100644
--- a/examples/apps/ide/TODO
+++ b/examples/apps/ide/TODO
@@ -12,8 +12,8 @@ Legend
fpGUI IDE
=========
[ ] Double click on lines in Messages window jumps to code line.
-[ ] add a Console Output window to the IDE.
-[ ] integrate GDB/MI into the IDE.
+[ ] Add a Console Output window to the IDE.
+[ ] Integrate GDB/MI into the IDE.
[ ] porting of basic unit to fpGUI
[ ] integration of Compiler Settings Dialog
[ ] Watches window implementation
@@ -35,9 +35,13 @@ fpGUI IDE
[ ] Global Macro support. These macros exist in the IDE across projects.
[ ] Unit Testing framework integration (with DUnit2 project)
[ ] Code Templates support
-[ ] File Browser tabsheet implementation. File navigation and opening of files.
+[o] File Browser tabsheet implementation. File navigation and opening of files.
[ ] GoTo Line Number dialog
[ ] Converting all UI to MiG Layout Manager based dialogs.
+[ ] TextEdit: enable line drawing functionality. eg: some key combination with
+ the cursor (arrow) keys allows line drawing. Double and single line
+ characters must be supported. Connecting line characters must be
+ calculated automatically.
Completed