Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 16913) +++ trunk/scconfig/plugins.h (revision 16914) @@ -39,7 +39,7 @@ plugin_def("mincut", "minimal cut shorts", sbuildin, 1) plugin_def("oldactions", "old/obsolete actions", sdisable, 1) plugin_def("polycombine", "combine selected polygons", sbuildin, 1) -plugin_def("polystitch", "stitch polygon at cursor", sdisable, 0) +plugin_def("polystitch", "stitch polygon at cursor", sbuildin, 1) plugin_def("propedit", "object property editor", sbuildin, 1) plugin_def("puller", "puller", sbuildin, 1) plugin_def("query", "query language", sbuildin, 1) @@ -121,6 +121,7 @@ plugin_dep("export_xy", "export_bom") plugin_dep("extedit", "io_lihata") plugin_dep("fp_wget", "fp_fs") +plugin_dep("gpmi", "lib_compat_help") plugin_dep("hid_gtk2_gdk", "draw_csect") plugin_dep("hid_gtk2_gdk", "draw_fontsel") plugin_dep("hid_gtk2_gdk", "lib_gtk_common") Index: trunk/src_plugins/polystitch/polystitch.pup =================================================================== --- trunk/src_plugins/polystitch/polystitch.pup (revision 16913) +++ trunk/src_plugins/polystitch/polystitch.pup (revision 16914) @@ -1,7 +1,7 @@ $class feature $short stitch polygon at cursor $long The polygon under the cursor (based on closest-corner) is stitched together with the polygon surrounding it on the same layer. Use with pstoedit conversions where there's a "hole" in the shape - select the hole. -$state segfaults +$state works $package extra -default disable-all +default buildin autoload 1