Cannot find "search panel" in 7.0.0

Hi,
I’m playing around withe the new, awsome features of V7, just to get familiar with.
One feature is announced to be a search panel in the PCB editor.
I can’t find it!

2023_02_18_08_52_21_Window

Application: KiCad PCB Editor x64 on x64

Version: (7.0.0), release build

Libraries:
wxWidgets 3.2.1
FreeType 2.12.1
HarfBuzz 5.0.1
FontConfig 2.14.1
libcurl/7.83.1-DEV Schannel zlib/1.2.13

Platform: Windows 10 (build 19045), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
Date: Feb 12 2023 01:35:19
wxWidgets: 3.2.1 (wchar_t,wx containers)
Boost: 1.80.0
OCC: 7.6.2
Curl: 7.83.1-DEV
ngspice: 39
Compiler: Visual C++ 1934 without C++ ABI

Build settings:
KICAD_SPICE=ON

PCB Editor / View / Show Search Panel

image

@paulvdh There is a bug(?), however. Ctrl+G brings up the search panel, but Ctrl+G does not hide it (as it should) unless you click into an area outside the panel. ‘First hotkey selects tool’ does not change that. Can you confirm that?

Thank you @paulvdh !

Confirmed.
But it’s only as long as the search text entry box has focus [Ctlr + g]. If I select some line in one of the four tabs, then [Ctrl + g] does again hide the panel when depressed.

In addition, the search string only shows exact results. If you type the first few letters, then the results are “empty”, until you add an asterisk. This is different (and thus inconsistent) from for example the fuzzy search while adding schematic symbols. That has a live update while you are entering characters.

Application: KiCad PCB Editor x86_64 on x86_64

Version: 7.0.0-da2b9df05c~163~ubuntu20.04.1, release build

Libraries:
	wxWidgets 3.2.1
	FreeType 2.10.1
	HarfBuzz 6.0.0
	FontConfig 2.13.1
	libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3

Platform: Linux Mint 20.3, 64 bit, Little endian, wxGTK, xfce, x11

Build Info:
	Date: Feb 14 2023 10:38:50
	wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.71.0
	OCC: 7.5.2
	Curl: 7.87.0
	ngspice: 38
	Compiler: GCC 9.4.0 with C++ ABI 1013

Build settings:
	KICAD_SPICE=ON

the same here. Playing around with ctrl+G shows strange behavior.

Thx.
Btw, on Windows, selecting another tab or something does not help. You have to leave the dialoge entirely.

The new search-panel could benefit from some refinement. The issue with the hotkey-processing is tracked in 12474: issue search pane: better hotkey-handling (#12474) · Issues · KiCad / KiCad Source Code / kicad · GitLab

1 Like

sorting by clicking the colum header is missing as well, at least in my opinon.

1 Like

sorting by clicking the colum header is missing as well, at least in my opinon

Yes.

There are currently some search-panel issues open:

  • hotkey handling (see above)
  • sorting
  • doubleclick a item → should directly open the parameter dialog
  • a bug that the filter-field retains focus after closing search panel
3 Likes

This is the issue for sorting:

The hotkey handling is now marked as a wishlist item, while I consider blocking the hotkeys a bug.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.