Accessing left side panels (icons removed)

This thread is about a change in the schematic editor window of kicad v8.99 (upcoming v9).

In the schematic editor window it’s possible to show some sidepanels (normally attached to the left side of the screen). These are:

  • hierarchy navigator
  • properties panel
  • net navigator

Since some days/weeks the access to these sidepanels has changed.
Up until now these panels could be accessed:

  • with hotkeys
  • as main entry in the menubar–>View
  • hierarchy navigator + properties panel had a dedicated icon on the left iconbar
  • all sidepanels showed a dedicated cross-icon to close them

The current solution has:

  • still the hotkeys
  • the show/hide menu-entry was moved to a submenu main menubar–>View–>Panels
  • the icons were removed from the left toolbar
  • all closing crosses were removed from the panels

For my workflow this is regression in ease of use:

  • kicad working setup: only one monitor system, with 15" or 17" monitor (laptop)
  • to get a big working canvas I often switch between hiding/showing all side panels
  • most used side panel: hierarchy navigator
  • seldom used and therefore only displayed on demand: properties panel , net navigator

With the removal of the icons in the left toolbar the fast and easy on/off switching is gone, even more the way to use the View-menu slower with the new “panels” submenu.

I can imagine this change is no problem for users with >=60" monitors or setups with multiple monitors. On such a setup the panels are probably switched on all the time, so burying the show/hide options deeper in the GUI doesn’t bother these users.

So before opening a official gitlab complain I want to get some comments from others. Is this change useful, are you not affected from this or do you also think it’s a regression?

1 Like

I removed the hierarchy navigator + properties panel buttons by mistake when moving the menu items to the new Panel menu. I’ve put them back so the next nightly should have them.

On the issue of closing crosses - they haven’t been present for a long time. We’re having a discussion about how best to handle the panels as the current situation could be improved, but as with all these things it’s not trivial to improve (and for some of the required bits and pieces we are reliant on libraries catching up).

3 Likes

Ideally, we’d have configurable toolbars someday…

Indeed, that’s what we’d like too!

Thanks for the clarification (and the programming work).

regarding the configurable toolbars the following gitlab-issue waits for upvoting: Feature Request: Able to customize the toolbar (#9852) · Issues · KiCad / KiCad Source Code / kicad · GitLab