From a319c34188435066c16418265c021b916689a28b Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 9 Feb 2016 16:19:26 -0500 Subject: [PATCH] Road map: add ERC improvements and revise object introspection. --- Documentation/development/road-map-r5.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Documentation/development/road-map-r5.md b/Documentation/development/road-map-r5.md index 58f46b25b1..62084e29dc 100644 --- a/Documentation/development/road-map-r5.md +++ b/Documentation/development/road-map-r5.md @@ -167,7 +167,7 @@ Provide an object introspection system using properties. - Add definable properties to base objects. - Create introspection framework for manipulating object properties. - Serialization of properties to and from files and/or other I/O structures. -- Create tool to edit property name/type/value table. +- Create tool to edit property namespace/object name/name/type/value table. **Dependencies:** - None @@ -380,6 +380,21 @@ against new schematic shared object. **Progress:** - No progress. +## ERC Improvements ## {#v5_sch_erc_improvements} +**Goal:** +Improve the coverage and useability of the electrical rules checker (ERC). + +**Task:** +- Add warning when multiple labels are defined for a single net. The user should + be able to disable this warning. +- Save electrical rules settings to project file between sessions. + +**Dependencies:** +- None + +**Status:** +- No progress. + # CvPcb: Footprint Association Tool # {#v5_cvpcb} This section covers the source code of the footprint assignment tool CvPcb.