diff options
author | Marius Kintel <marius@kintel.net> | 2011-02-09 22:44:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-02-09 22:44:36 (GMT) |
commit | 633343c47e0d2bced64d47f62e814489b8e76dc2 (patch) | |
tree | b5105ff3ba400a82ece891d8cf970fe9d3cbd4c7 /doc | |
parent | e0534ee78138a12464d3c37b51678291778d6a51 (diff) | |
parent | f06b7025babfe9e599912bb501bbe45424f88725 (diff) |
Merge branch 'visitor' into pi-constant
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 ---- |