kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02246
CVpcb (rev 1604) - opening/reloading a netlist file
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"arius4kicad" <cpp.development@...>
-
Date:
Sat, 21 Feb 2009 20:11:50 -0000
-
User-agent:
eGroups-EW/0.82
Hi,
At CVPcb it is a little bit confusing if the user selects the "Open"
menu item and no file dialog shows.
The message of the tooltip is "Open a NetList file" but what happens
is that the corresponding netlist associated with the project gets
reloaded.
I'm not sure what behaviour exactly is desired here.
- The menu item or button could be changed from "Open" to "Reload"
- Selecting "Open" could show a file dialog to give the user the
possibility to load an already existing netlist file
The responsible code can be found in ...
void WinEDA_CvpcbFrame::LoadNetList( wxCommandEvent& event )
-arius-