git-svn-id: http://svn.clifford.at/openscad/trunk@330 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-01-21 19:15:41 +00:00
parent 3542c19992
commit fe16718bab
1 changed files with 5 additions and 0 deletions

View File

@ -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
----