Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 38433) +++ trunk/doc/TODO (revision 38434) @@ -14,7 +14,10 @@ - FEATURE: attribute propagation from sch-rnd via tEDAx - device attribute in subcricuits - make a new bom template that includes that -- BUG: load bug_files/TODO/thermals.rp and then import the subcircuit ATO_blade_fuse_holder.rf to the paste buffer and then shift click on the existing fuse holder on the layout. Thermal settings are not duplicated for electrically common padstacks when the existing subc is replaced. [report: Erich] +/ BUG: load bug_files/TODO/thermals.rp and then import the subcircuit ATO_blade_fuse_holder.rf to the paste buffer and then shift click on the existing fuse holder on the layout. Thermal settings are not duplicated for electrically common padstacks when the existing subc is replaced. [report: Erich] + -> this is not a bug: it's not done by electrical connectivity but by terminal name + -> it is designed to work only in the case when you have an 1:1 mapping, anything more complicated can not be done properly anyway + -> example: have two terminals both called '1' with different thermals; replace footprint with another that also has two terminals called '1' but at different locations; suppose we somehow remember both thermals for the original '1's, but how do decide which one to assing to which new terminal? - BUG: load bug_files/TODO/rat-vertex.rp, select silk layer, and then select add point to polygon tool, click on visible rat, and see it turn into a silk line [report: Erich] - BUG: thermal tool allows invalid polygon assert. might be a non bug. load bug_files/TODO/thermal-assert.rp and use thermal tool and shift click to start cycling through thermal types on padstack. Assert eventually occurs. [report: Erich] - BUG: poly enforce clearance doesn't work: bug_files/TODO/poly_enf_clr.rp [report: aron]