kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11075
Re: PlEditor issues
On 8/29/2013 2:16 AM, Lorenzo Marcantonio wrote:
> On Wed, Aug 28, 2013 at 11:05:34PM +0100, Brian Sidebotham wrote:
>> (4) When saving a page layout the .kicad_wks extension doesn't get added to
>> the filename.
>
> This is common to many file dialogs, by the way...
This is a known problem with the GTK+ version wxWidgets 2.8. It's been
this way since I got started with the project. I'm not sure it's been
fixed in 2.9. The solution is to create a wxFileName object using the
path returned from the file dialog and check if it has a file extension.
If it doesn't, set the file extension to the appropriate value.
>
>> I noticed that even with the standard sheet, the legend expands to include
>> space for all four comments. Has this always been the case? I thought that
>> part of the page layout used to collapse if the comments weren't used and
>> only expanded if they did?
>
> Yes, initially it was so. However the new definition file can't describe
> the 'move the line if there is no text' since that would need
> programmability...
>
Follow ups
References