From e95b210fd90a0f0d0b2432ceecba16e782d17799 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Wed, 29 Jun 2011 14:26:22 +0200 Subject: [PATCH] Simba: Changed the TODO file a bit. If you have any suggestion, just add it to the TODO file. --- TODO | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 7217e55..052cefd 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,22 @@ -- Make Simba more ``modular'': - - Fonts - - Interpreters - - Code completion/hints - - Extensions - - Interpreter system overhaul? +Simple stuff, not required, may not be possible/useful: + - Compiler arguments in the about form [ ] + - Coloured writeln [ ] + - Make an TAction for the Colour Picker. [ ] + - Portable install (needs fiddling with settings and such) [ ] + - --no-extensions flag for Simba. [ ] + + +- CTS rewrite to add CTS 3 and others. [ ] +- CTS/finder speedups. [ ] + +- New interpreters + - DWSScript ? [ ] + - Lape! [ ] + +- Make Simba more ``modular'': + - Fonts [ ] + - Interpreters [ ] + - Code completion/hints [ ] + - Extensions [ ] + - Interpreter system overhaul? [ ] -- Make an TAction for the Colour Picker. -- Portable install (needs fiddling with settings and such) -- --no-extensions flag for Simba.