darayus / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Exception caused by empty brackets #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Insert:
\begin{tikzpicture}
    \draw [in=135, out=15, loop] (0,0) to ();
\end{tikzpicture}

Output:
Couldn't parse code. System.Exception: childt.Type not handled! 52 ("(")

TikzEdt 0.2

PS: I found this error when insert code created by tikzit 
(http://tikzit.sourceforge.net/)

Original issue reported on code.google.com by notdiffi...@gmx.net on 10 Jan 2012 at 4:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r437.

Original comment by t.willwa...@gmail.com on 11 Jan 2012 at 7:51

GoogleCodeExporter commented 9 years ago
I fixed it, it should work now.
(The parser didn't accept empty named references to coordinates.)

Original comment by t.willwa...@gmail.com on 11 Jan 2012 at 7:52