diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-02 10:06:44 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-02-02 10:06:44 +0000 |
commit | 5b441338c772a2fb5b7d95ae1b45997bac8b5d5a (patch) | |
tree | 1585d3634394d891e41b133d7a41e293964a3391 /examples | |
parent | d351655a167dc6afe70ed659561ef8b3a4019305 (diff) | |
download | fpGUI-5b441338c772a2fb5b7d95ae1b45997bac8b5d5a.tar.xz |
Updated TODO file with completed tasks.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/apps/ide/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/apps/ide/TODO b/examples/apps/ide/TODO index 9a90c33e..72b9f0db 100644 --- a/examples/apps/ide/TODO +++ b/examples/apps/ide/TODO @@ -1,6 +1,6 @@ Personal todo list for fpGUI IDE project - + Legend ====== @@ -22,8 +22,8 @@ fpGUI IDE [ ] Assembly window [ ] CPU window [x] Syntax highlighting with descent speed. -[ ] Basic Search dialog -[x] Find in Files dialog +[x] Basic Search dialog +[ ] Find in Files dialog [ ] Regex support in all search dialogs [ ] External Tools setup and usage [ ] Keyboard Shortcuts dialog @@ -36,7 +36,7 @@ fpGUI IDE [ ] Unit Testing framework integration (with DUnit2 project) [ ] Code Templates support [o] File Browser tabsheet implementation. File navigation and opening of files. -[ ] GoTo Line Number dialog +[x] 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 |