Kicad also wants all annotations to end with a number. Do you have any that end with a letter?
You can either close/open a new one, or repurpose this one: whichever you'd prefer.
(But if you do repurpose this one, make sure to change the title and description.)
I think we've always displayed the dynamic ratsnest irrespective of the "normal" ratsnest setting. I suspect at this point that some users have the ratsnest turned off but still want to see the dynamic one, so we'd probably need separate controls to address this....
Yep.
Jeff Young (9ecc6fe8) at 16 Mar 19:06
Numeric evaluator only supports 8-bit chars.
... and 1 more commit
I'm not sure what the issue is here. We'll need more complete steps to diagnose.
@kicad/code/lead_devs can anyone on GTK reproduce this?
So I will see one screen symbol, his footprint and his 3D model, with simply scroll in library between symbols.
And with possibility change the symbol, footprint and 3D model.
We refer to these as "atomic parts" in Kicad. There is some support for them via database symbol libraries. We don't yet have a timeline for future improvements to them.
With possibility global editing and sorting in the table, with possibly many system of sorting by column or more columns. Also global editing symbol item.
Or moving this to excel and use the power of excel.
And with standard saving the changing.
We don't have any improvements to the Library Symbol Fields Table currently on the road-map (at least not to my knowledge).
There is a menu to toggle attributes like "DNP" and "Exclude from..." in Edit -> Attributes. This is also available for rule areas. For rule areas, the toggles are always off and toggling them does not work.
Application: KiCad x86_64 on x86_64
Version: 10.0.0-rc2-493-g42928c8b2f, release build
Libraries:
wxWidgets 3.2.10 GLX
FreeType 2.14.1
HarfBuzz 11.4.5
FontConfig 2.17.1
libcurl/8.15.0 OpenSSL/3.5.4 zlib/1.3.1 zstd/1.5.7 libidn2/2.3.8 libpsl/0.21.5 nghttp2/1.66.0
Platform: GNOME 49 (Flatpak runtime), 64 bit, Little endian, wxGTK, X11, x11, KDE, KDE
Build Info:
Date: Mar 10 2026 19:53:35
wxWidgets: 3.2.10 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.90.0
OCC: 7.9.3
Curl: 8.15.0
ngspice: 45.2
Compiler: GCC 15.2.0 with C++ ABI 1020
KICAD_IPC_API=ON
KICAD_USE_PCH=OFF
Locale:
Lang: en_US
Enc: UTF-8
Num: 1.234,5
Encoded кΩ丈: D0BACEA9E4B888 (sys), D0BACEA9E4B888 (utf8)
Jeff Young (911231f3) at 13 Mar 20:27
add support for rule areas in edit -> attributes menu
The Edit -> Attributes menu is shown when selecting a rule area, but the checkbox state is not reflecting the rule area's actual attributes and toggling them is without effect.
See #23400.
Jeff Young (911231f3) at 13 Mar 20:27
add support for rule areas in edit -> attributes menu
... and 2 more commits
We didn't use EDA_TEXT::Format() for formatting the barcode text, so this will be a file-format change....
(I think for now we should make everything variant-aware -- just based on the "least surprise" rule.)
Since the fields can be library-specific, implementing this would mean storing the settings in the library. We'd probably also need named settings, as people will have multiple libraries that they want to be the same....