Michiel van der Wulp
Michiel van der Wulp
This works for me. I presume this issue was solved.
Duplicate of #189.
In spreadsheets, Ctrl+Enter inserts a linebreak, and Enter finishes editing. IMHO it would be wise to make Ctrl+Enter insert a linebreak. Then, I do not mind if Shift+Enter functionality remains...
If you look at the code of the table under https://github.com/prikhi/pencil/blob/develop/app/content/pencil/stencil/SketchyGUI/Definition.xml and then everything under `` up to the next `` then you will indeed see this limit: There is...
For now, you can use the xslt at pencil/app/content/pencil/exporter/Pencil2SVG.xslt to convert the *.ep file to a *.svg file. I do this on Linux with xsltproc. However, this only works well...
This solves the problem: ``` diff --git a/app/content/pencil/stencil/SketchyGUI/Definition.xml b/app/content/pencil/stencil/SketchyGUI/Definition.xml index 873fa89..b2749bc 100644 --- a/app/content/pencil/stencil/SketchyGUI/Definition.xml +++ b/app/content/pencil/stencil/SketchyGUI/Definition.xml @@ -1551,9 +1551,7 @@ MenuItem]]> - - - + ``` ... but is this...
I tested the compatibility: no problem. Rests the question: Is this a good solution?
This works for me with Pencil 2.0.14. Issue #265 is a duplicate.
I agree with dropping the shadows and light. Switching to a pencil instead of a pen is a good idea, but showing the full length of a pencil is an...
@nathanielw: Great! That is what I had in mind. I like this one very much, but the geometry is not yet correct: the blank wood part should be a cone...