Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 6265) +++ trunk/doc/TODO (revision 6266) @@ -64,6 +64,9 @@ - FEATURE: consider dangling wire end indication (see pool node) - BUG: wirenet in group should work: load symnet.rs. select terminal and adjacent vertical line using negative selection box; convert selection to symbol. connect test point 1 to wire net. export netlist. do not assume wirenet is directly under the &direct in the tree [report: Erich] - BUG: back annotation: abstract model: abstract model UUIDs are not implemented, annotation doesn't use them; either figure persistent uuids or use CMRs [report: Igor2] +- BUG: rewrite get_prjname() in dytext render + - figure the path of the project file + - may project name change runtime? if so, inalidate text objects (->rtext = NULL using csch_text_dyntext_inval()) to re-render the new name - OPTIMIZE: do not re-create views multiple times in sch_rnd_prj_conf2prj(): start 'sch-rnd A.rs B.rs' from the same dir [report: Igor2] - CLEANUP: code dups with pcb-rnd, consider moving some code to src_3rd/rnd_inclib: - query Index: trunk/src/libcschem/cnc_text_dyn.c =================================================================== --- trunk/src/libcschem/cnc_text_dyn.c (revision 6265) +++ trunk/src/libcschem/cnc_text_dyn.c (revision 6266) @@ -78,8 +78,6 @@ if (prj == NULL) return ""; - TODO("multi: save project file's mtime and reload it if needed\n"); - return ""; }