kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31877
Re: Recent eeschema change
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Clemens Koller <cko@xxxxxxxxx>
-
Date:
Thu, 23 Nov 2017 12:25:46 +0100
-
In-reply-to:
<alpine.LNX.2.00.1711230938520.9667@phi>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
Hi!
On 2017-11-23 09:53, Julius Schmidt wrote:
> It definitely modifies files, as is obvious from the code.
> for( SCH_SCREEN* screen = schematic.GetFirst(); screen; screen = schematic.GetNext() )
> SaveEEFile( screen, false, CREATE_BACKUP_FILE );
>
> is called before the dialog box appears.
> Moving that into the case where the remap button is actually pressed would
> solve the problem.
> It'd also be nice if the remap dialog clearly stated "this will modify the
> files on disk".
Users usually expect that *nothing* will modify their (design-)files on disk until some "save" or "commit" button is pressed.
Regards,
Clemens
References