diff options
| -rw-r--r-- | TODO.txt | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -37,11 +37,13 @@ o 3D View    - Show grid    - 4 x split view w/orthogonal cameras?    - Quick highlighting of object under the cursor in the editor +  - View All  o Editor    - Autocompletion/hints for builtin (and user-defined) functions/modules    - builtin quick function reference/help    - More infrastructur for external editor (or is the reload good enough?)    - Evaluate QCodeEdit (http://qcodeedit.edyuk.org) +  - don't line break  o Misc    - Fix current_win hack    - Reload and compile: Ask for confirmation if file is locally edited @@ -50,6 +52,8 @@ o Misc  ENGINE  ------ +o Primitives +  - Springs, spirals (requested by Cathal Garvey)  o 2D Subsystem    - Add generic 3D->2D projection statements  o Advanced Transformations @@ -76,6 +80,7 @@ o Misc  o Grammar    - dim->name -> dim->label    - A random(seed) function +  - import_*() -> *_import() (consistent prefix vs. postfix)  CODE  ----  | 
