diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 19:15:41 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 19:15:41 (GMT) |
commit | fe16718bab6d010cfe96f01c5940c593dde88460 (patch) | |
tree | 36dd147aa2a1b7e100d402ed00ed41de71074457 | |
parent | 3542c1999239fa36d61f6a527b625991531718a7 (diff) |
sync
git-svn-id: http://svn.clifford.at/openscad/trunk@330 b57f626f-c46c-0410-a088-ec61d464b74c
-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 ---- |