← Back to team overview

kicad-developers team mailing list archive

[PATCH] Skip redundant repetition of component name in component chooser

 

Hi,
In component descriptions, often the first word in the description is
a repetition of the component name. While this is generally not a
problem when reading this in a description box, if displayed in the
brief description in the tree view, this is redundant information,
taking space of more relevant information (see first attachment
picture).

This patch uses some heuristic to get rid of these and thus generally
improves the experience for these components:

https://github.com/hzeller/kicad/compare/skip-redundant-name-repetition-in-tree.diff

See second picture for an example.

Henner.

Attachment: redundant-info.png
Description: PNG image

Attachment: redundant-info-removed.png
Description: PNG image


Follow ups