kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #08426
Re: [PATCH] Allow comments in Draw command of library entries
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@xxxxxxxxxxx>
-
Date:
Wed, 06 Jun 2012 09:15:23 -0500
-
In-reply-to:
<20120601235515.SLJ0J.188546.root@hrndva-web27-z01>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
On 06/01/2012 06:55 PM, rbunch@xxxxxxxxxxxx wrote:
> I was having trouble loading many of the libraries found at:
>
> http://library.oshec.org/
>
> I discovered the problem was that the DRAW command in the latest versions does not allow comments between DRAW and ENDDRAW. This simple patch will allow those comments.
Committed with edits in 3601.
s-expression based libraries (both footprint and/or part) will support comments in the
future by intention.
The s-expression parser was given this support knowing it would be useful.
References