From defb53343417f2cc3ca28c5968322b8bd658364c Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 13 Nov 2016 22:23:47 +1100 Subject: Added find next and find previous --- to_do.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'to_do.txt') diff --git a/to_do.txt b/to_do.txt index 95481e0..f1b6bf6 100644 --- a/to_do.txt +++ b/to_do.txt @@ -3,10 +3,13 @@ To Do: - change build to be dynamically linked -- improve find, replace, undo/redo, jump to +- improve replace, undo/redo, jump to +- add right click menu +- grey out menu entries when appropriate - suppress unnecessary left/right scrollbar - make logo colours lighter to stand out more - clean up menu widget code +- introduce maybe type to eliminate out parameters in search_forward/search_backward - eliminate image/text_buffer runtime warnings - separate fltk binding into its own repo - add license -- cgit