← Back to team overview

kicad-developers team mailing list archive

CVpcb (rev 1604) - opening/reloading a netlist file

 

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-