diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 00:26:52 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-01 00:26:52 (GMT) |
commit | 17eb94bf67ae55fb3f649d99790593907b7820b0 (patch) | |
tree | 0bd9a9c0f2d1590ce04794cd47c31202abf0123a | |
parent | c7b0301a63ab99a873b9277da40d4b0e668d7c89 (diff) |
feature requests++
git-svn-id: http://svn.clifford.at/openscad/trunk@394 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index f75237c..81bb1ab 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -34,6 +34,9 @@ o 3D View - View All - overlay indicator displaying current view mode o Editor + - line numbers + - tear-off/maximize options? + - Save somehow uses current dir, even if the file is already saved earlier - Autocompletion/hints for builtin (and user-defined) functions/modules - builtin quick function reference/help - Drawer/popup with all modules/functions listed which can be inserted into @@ -45,6 +48,12 @@ o Editor - Display some kind of line wrap indicator - Couple the source code to the AST to allow highlighting selected elements in the source code in the 3D view + - Tabbed editor for designs including other files +o Computation + - Run CGAL rendering in a backgroud thread + - Move progress bar to status bar (as in Eclipse) + - Cancel rendering + - Enable viewing/editing while rendering o Misc - Reload and compile: Ask for confirmation if file is locally edited (make this configurable in preferences?) @@ -57,6 +66,9 @@ ENGINE o Primitives - Springs, spirals (requested by Cathal Garvey) - (TTF) Text +o 2D Subsystem + - Performance: Is it necessary to union children before extrusion + when compiling? Can this be postponed to CGAL evaluation time? o Built-in modules - extrude*: Allow the base 2D primitive to have a Z value o Advanced Transformations |