diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 6d608ee..0e1576a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -58,8 +58,6 @@ o Preferences - Default language feature settings - Auto-view CSG/thrown together on load - Make the library search path configurable? -o Export etc.: - - Remember document name and suggest that as export filename o MDI - Think about how to do MDI the right way - Ctrl-W should close the current dialog, not the current main window @@ -175,6 +173,11 @@ o Hollow donut problem +IDEAS FOR LANGUAGE CHANGES +-------------------------- +o More strict checking of module parameters to make e.g. this fail: + module test(a,b) { a=1; b=2; echo(a,b,c); } test(c=3); + CODE ---- |