Jeff Young activity https://gitlab.com/jeffyoung 2026-03-16T21:05:37Z tag:gitlab.com,2026-03-16:5210087541 Jeff Young commented on issue #23280 at KiCad / KiCad Source Code / kicad 2026-03-16T21:05:37Z jeffyoung Jeff Young

Kicad also wants all annotations to end with a number. Do you have any that end with a letter?

tag:gitlab.com,2026-03-16:5210069792 Jeff Young commented on issue #23459 at KiCad / KiCad Source Code / kicad 2026-03-16T20:59:15Z jeffyoung Jeff Young

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.)

tag:gitlab.com,2026-03-16:5209982316 Jeff Young commented on issue #23459 at KiCad / KiCad Source Code / kicad 2026-03-16T20:27:18Z jeffyoung Jeff Young

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....

tag:gitlab.com,2026-03-16:5209758957 Jeff Young commented on issue #23440 at KiCad / KiCad Source Code / kicad 2026-03-16T19:09:12Z jeffyoung Jeff Young

Yep.

tag:gitlab.com,2026-03-16:5209758771 Jeff Young closed issue #23440: Kicad library return to the first selection at KiCad / KiCad Source Code / kicad 2026-03-16T19:09:09Z jeffyoung Jeff Young tag:gitlab.com,2026-03-16:5209751209 Jeff Young pushed to project branch master at KiCad / KiCad Source Code / kicad 2026-03-16T19:06:29Z jeffyoung Jeff Young

Jeff Young (9ecc6fe8) at 16 Mar 19:06

Numeric evaluator only supports 8-bit chars.

... and 1 more commit

tag:gitlab.com,2026-03-16:5209466142 Jeff Young closed issue #23441: Kicad library return to the first selection or default footprint at KiCad / KiCad Source Code / kicad 2026-03-16T17:38:16Z jeffyoung Jeff Young tag:gitlab.com,2026-03-16:5209462503 Jeff Young commented on issue #23441 at KiCad / KiCad Source Code / kicad 2026-03-16T17:37:07Z jeffyoung Jeff Young

I'm not sure what the issue is here. We'll need more complete steps to diagnose.

tag:gitlab.com,2026-03-16:5209459392 Jeff Young commented on issue #23416 at KiCad / KiCad Source Code / kicad 2026-03-16T17:36:07Z jeffyoung Jeff Young

@kicad/code/lead_devs can anyone on GTK reproduce this?

tag:gitlab.com,2026-03-16:5209456062 Jeff Young closed issue #23436: Clicking the "Place Net Labels" icon in eeschema creates a directive label at KiCad / KiCad Source Code / kicad 2026-03-16T17:35:08Z jeffyoung Jeff Young tag:gitlab.com,2026-03-14:5204558986 Jeff Young commented on issue #23358 at KiCad / KiCad Source Code / kicad 2026-03-14T23:11:39Z jeffyoung Jeff Young

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).

tag:gitlab.com,2026-03-13:5202866568 Jeff Young closed issue #23400: eeschema GUI: rule areas attributes cannot be manipulated from Edit -> Attributes menu at KiCad / KiCad Source Code / kicad 2026-03-13T20:27:33Z jeffyoung Jeff Young

Description

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.

Steps to reproduce

  1. Create a rule area in any schematics and select it.
  2. Open the Edit -> Attributes menu and toggle any of the attributes.
  3. Confirm in the edit dialog of the rule area (press 'e' when rule area is selected) that the attribute was not toggled.
  4. Repeat for all attributes.
  5. Toggle all attributes in the edit dialog of the rule area to "on".
  6. Open the Edit -> Attributes menu and confirm that none of the attributes are set.

KiCad Version

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)
tag:gitlab.com,2026-03-13:5202866557 Jeff Young pushed to project branch master at KiCad / KiCad Source Code / kicad 2026-03-13T20:27:33Z jeffyoung Jeff Young

Jeff Young (911231f3) at 13 Mar 20:27

add support for rule areas in edit -> attributes menu

tag:gitlab.com,2026-03-13:5202866544 Jeff Young accepted merge request !2493: add support for rule areas in edit -> attributes menu at KiCad / KiCad Source Code / kicad 2026-03-13T20:27:32Z jeffyoung Jeff Young

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.

tag:gitlab.com,2026-03-13:5202865086 Jeff Young pushed to project branch schlimmchen/23400-rule-areas-attrib-menu at Bernhard Kirchen / kicad 2026-03-13T20:27:03Z jeffyoung Jeff Young

Jeff Young (911231f3) at 13 Mar 20:27

add support for rule areas in edit -> attributes menu

... and 2 more commits

tag:gitlab.com,2026-03-13:5202857890 Jeff Young commented on issue #23277 at KiCad / KiCad Source Code / kicad 2026-03-13T20:24:32Z jeffyoung Jeff Young

We didn't use EDA_TEXT::Format() for formatting the barcode text, so this will be a file-format change....

tag:gitlab.com,2026-03-13:5202836246 Jeff Young commented on issue #23354 at KiCad / KiCad Source Code / kicad 2026-03-13T20:15:54Z jeffyoung Jeff Young

(I think for now we should make everything variant-aware -- just based on the "least surprise" rule.)

tag:gitlab.com,2026-03-13:5202829358 Jeff Young commented on issue #23358 at KiCad / KiCad Source Code / kicad 2026-03-13T20:12:38Z jeffyoung Jeff Young

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....

tag:gitlab.com,2026-03-13:5202658219 Jeff Young closed issue #23396: "Open file after plot" option does not open correct PDF viewer at KiCad / KiCad Source Code / kicad 2026-03-13T19:03:46Z jeffyoung Jeff Young