Road map: add ERC improvements and revise object introspection.
This commit is contained in:
parent
4726f51ba0
commit
a319c34188
|
@ -167,7 +167,7 @@ Provide an object introspection system using properties.
|
||||||
- Add definable properties to base objects.
|
- Add definable properties to base objects.
|
||||||
- Create introspection framework for manipulating object properties.
|
- Create introspection framework for manipulating object properties.
|
||||||
- Serialization of properties to and from files and/or other I/O structures.
|
- 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:**
|
**Dependencies:**
|
||||||
- None
|
- None
|
||||||
|
@ -380,6 +380,21 @@ against new schematic shared object.
|
||||||
**Progress:**
|
**Progress:**
|
||||||
- No 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}
|
# CvPcb: Footprint Association Tool # {#v5_cvpcb}
|
||||||
This section covers the source code of the footprint assignment tool CvPcb.
|
This section covers the source code of the footprint assignment tool CvPcb.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue