Compare commits

..

2 Commits

Author SHA1 Message Date
h
a58b4f0928 fix: preserve category/manufacturer selection when focusing and highlighting
- Add internal state tracking (_active_category, _active_manufacturer) to Sidebar
- Cmd+3/4 now restores previously selected category/manufacturer instead of always selecting first
- Manufacturer gray highlight remains when clicking a plugin (filter still active)
- Pressing Enter on plugin or sidebar now highlights plugin's categories
- All focus/selection uses proper selectionModel.setCurrentIndex with ClearAndSelect flag

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-31 13:34:16 +01:00
h
6cb2754353 feat: display categories in user-defined order
Replace alphabetical sorting with user-defined order from logic-plugin-manager.
Categories now display according to their index property, preserving both
top-level and nested category ordering as specified in Logic Pro.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-31 12:56:11 +01:00

Diff Content Not Available