MitjaNemec / Kicad_action_plugins

Kicad action plugins
414 stars 62 forks source link

All plugins in a single folder #89

Closed iperkeno closed 4 years ago

iperkeno commented 4 years ago

Thanks for the great job!!!!!! I added __ini__.py in main folder:

from . import archive_project
from . import delete_selected
from . import length_stats
from . import net2net_min_distance
from . import pad2pad_track_distance
from . import place_footprints
from . import replicate_layout
from . import save_restore_layout
from . import screenshots
from . import swap_pins
from . import swap_units

and pcbnew loads correctly all the plugins I find more practical to have all plugins from one author in the same folder. Thank you again

MitjaNemec commented 4 years ago

This is a neat idea. Thanks for sharing. But as users might put plugins differently, I'll not implement this.