... | ... | @@ -305,7 +305,7 @@ General: |
|
|
for
|
|
|
a quick and easy creation of the board shape without the need to
|
|
|
place
|
|
|
a number of lines precisely. The wizard should als create an
|
|
|
a number of lines precisely. The wizard should also create an
|
|
|
automatic
|
|
|
keep out line around the PCB (there is usally a 0.5mm to 1mm
|
|
|
keepout
|
... | ... | @@ -523,6 +523,33 @@ General: |
|
|
|
|
|
- Make pin snap-in radius configurable.
|
|
|
|
|
|
<!-- end list -->
|
|
|
|
|
|
- Evaluate the best option for net highlighting (see
|
|
|
[remarks](https://bugs.launchpad.net/kicad/+bug/1486993)).
|
|
|
High contrast mode is meant for displaying the active layer in
|
|
|
color, while the others are shown using low-contrast
|
|
|
grey shades, so it is easy to keep focus on a single layer. Net
|
|
|
highlighting marks all objects belonging to the same
|
|
|
net with a bright color to facilitate board connections tracking.
|
|
|
The main question is: what mode should have the
|
|
|
priority when both high contrast mode and net highlighting are
|
|
|
enabled at the same time? Is it more important to
|
|
|
preserve single layer view or see items on all layers belonging to
|
|
|
the same net?
|
|
|
|
|
|
<!-- end list -->
|
|
|
|
|
|
- Decide whether the PNS router should also handle track removal (see
|
|
|
[remarks](https://bugs.launchpad.net/kicad/+bug/1490958)).
|
|
|
The main reason behind the current implementation is that vast
|
|
|
majority of successful drawing software (e.g. Corel,
|
|
|
Adobe, GIMP, Inkscape) offer tools that perform exclusively a single
|
|
|
operation (either add or remove tracks, not
|
|
|
both at the same time). The new tools are trying to mimic behaviour
|
|
|
known from other widely used software packages,
|
|
|
so KiCad becomes more intuitive to use.
|
|
|
|
|
|
### Footprint editor
|
|
|
|
|
|
- Explicitly make it clear which symbol is being edited. The name
|
... | ... | |