kicad/eeschema/libedit
Wayne Stambaugh f53aa51326 Fix save library bug in symbol editor.
Add try/catch blocks when saving symbols using a plugin object directly
to prevent potential unhandled exception bugs.  I'm not totally happy
using wxLogError to flag exceptions but I couldn't think of a better way
to handle them.

Fixes #3665

https://gitlab.com/kicad/code/kicad/issues/3665
2020-01-09 11:23:46 -05:00
..
lib_edit_frame.cpp Symbol editor: fix pin increment setting for 100nm units. 2019-12-30 15:43:10 -05:00
lib_edit_frame.h Unify unsaved changes detection logic in all frames 2019-12-19 15:34:01 +00:00
lib_export.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
lib_manager.cpp Fix save library bug in symbol editor. 2020-01-09 11:23:46 -05:00
lib_manager.h Fix save library bug in symbol editor. 2020-01-09 11:23:46 -05:00
libedit.cpp Initialize starting value in libedit deduplicate function 2019-12-17 16:09:59 +00:00
libedit_plot_component.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
libedit_undo_redo.cpp Symbol editor: fix inherited symbol editing bug. 2019-12-13 16:51:59 -05:00
menubar_libedit.cpp eeschema: Remove unused include of eeschema_id.h 2020-01-03 16:04:54 +00:00
symbedit.cpp Symbol editor: fix inherited symbol editing bug. 2019-12-13 16:51:59 -05:00
toolbars_libedit.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00