From 48cb96f4316398f8b9c2b9a580bfe5c9ca90e323 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 5 Oct 2016 15:53:18 +1100 Subject: To-do list --- to_do.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 to_do.txt diff --git a/to_do.txt b/to_do.txt new file mode 100644 index 0000000..d65e746 --- /dev/null +++ b/to_do.txt @@ -0,0 +1,14 @@ + + +To Do: + +- clean up code to eliminate use clauses, standardise styling +- put find/replace/about in their own packages +- change build to be dynamically linked +- improve find, replace, undo/redo +- add word count feature +- suppress unnecessary left/right scrollbar +- make logo colours lighter to stand out more +- separate fltk binding into its own repo +- add license + -- cgit