Age | Commit message (Collapse) | Author |
|
In case a module is attached to a disabled feature, the module lookup
will give a warning message and ignore that (builtin) module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to concatenate multiple vectors and single elements into a
single result vector.
|
|
|
|
|
|
Conflicts:
src/CGAL_Nef_polyhedron.cc
tests/CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
keyword for 'polyhedrnon().
|
|
|
|
|
|
by accepting 'triangles' and putting them into 'faces' variable
|
|
|
|
|
|
|
|
coordinates being negative
|
|
|
|
Add suport for using unicode strings in .scad files. Support iterating
across them/accessing them via [] and searching.
--------
Add GLIB (to build for test and normal build -- both with installed and
built locally development files).
Add support for unicode chars to length and search builtin functions and
[] for strings.
Added unicode testing functions.
Ad GLIB to library info page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before open a new file now we cleanup the Editor, so the new file get the cursor
on the first character.
|
|
When the file is saving, the cursor position was resetting to the top and you should keep
scrolling by hand every time you save the file.
This patch saves the scroll and cursor position and set it again after the file is refreshed so
we can continue edition from where we were.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|