• Wayne Stambaugh's avatar
    Improve Eeschema find code and add initial replace plumbing. · d9e0ab02
    Wayne Stambaugh authored
    * Replace Eeschema find code with a collector based implementation.
    * Fixed a search bug when all subsequent searches of an item would ignore
      the remaining valid child items when an item had more than one child
      item that matched the search criteria.
    * Add SCH_FIND_COLLECTOR class to find all items that meet the specified
      search criteria.
    * Add SCH_FIND_COLLECT0R_DATA to keep track of information for all matching
      items.
    * Use collector to iterate over the list of items that match the search
      criteria rather than trying to start at the last matched item.
    * Remove unused searching methods from sheet path and sheet path list
      objects.
    * Add replace and replace all functionality to Eeschema find dialog.
    * Push matching methods down to EDA_ITEM class so they can be used by
      other derived objects.
    * Add method to EDA_ITEM to test if item supports replacing.
    * Add flag to find/replace data to support replace feature.
    * Disable wild card matching check box when dialog is in replace mode as
      wild card replacement is not supported at this time.
    * The usual Doxygen comment and coding policy fixes.
    d9e0ab02
Name
Last commit
Last update
3d-viewer Loading commit data...
CMakeModules Loading commit data...
Documentation Loading commit data...
bitmap2component Loading commit data...
bitmaps_png Loading commit data...
bitmaps_xpm Loading commit data...
common Loading commit data...
cvpcb Loading commit data...
demos Loading commit data...
eeschema Loading commit data...
gerbview Loading commit data...
helpers/tools_to_build_newstroke-font Loading commit data...
include Loading commit data...
kicad Loading commit data...
new Loading commit data...
packaging Loading commit data...
pcb_calculator Loading commit data...
pcbnew Loading commit data...
polygon Loading commit data...
potrace Loading commit data...
resources Loading commit data...
scripts Loading commit data...
template Loading commit data...
.bzrignore Loading commit data...
AUTHORS.txt Loading commit data...
CHANGELOG.txt Loading commit data...
CMakeLists.txt Loading commit data...
COPYRIGHT.txt Loading commit data...
CTestConfig.cmake Loading commit data...
Doxyfile Loading commit data...
HOW_TO_CONTRIBUTE.txt Loading commit data...
INSTALL.txt Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
copyright.h Loading commit data...
notes_about_pcbnew_new_file_format.odt Loading commit data...
uncrustify.cfg Loading commit data...
version.txt Loading commit data...