Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search capabilities to Peripheral Inspector view #23

Open
jreineckearm opened this issue Jun 18, 2024 · 0 comments · May be fixed by #25
Open

Add search capabilities to Peripheral Inspector view #23

jreineckearm opened this issue Jun 18, 2024 · 0 comments · May be fixed by #25

Comments

@jreineckearm
Copy link
Contributor

Type: Feature Request

The number of peripheral registers and bit fields shown in the peripheral inspector can vary heavily from device to device.
Often their number is quite big and it can be hard to find something specific if you don't know the full register hierarchy in and out.
A search functionality would be extremely useful to quickly find points of interests.

I appreciate that such functionality may not be easy to implement with the current Tree View. But maybe implementation of #21 helps to unblock this/implement it in a user-friendly way.

martin-fleck-at added a commit to eclipsesource/vscode-peripheral-inspector that referenced this issue Jun 26, 2024
- Provide custom SearchOverlay component
- Add search overlay to filter tree and tree table
- Move custom data into the 'data' for filtering in tree table

Closes eclipse-cdt-cloud#23
martin-fleck-at added a commit to eclipsesource/vscode-peripheral-inspector that referenced this issue Sep 3, 2024
- Provide custom SearchOverlay component
- Add search overlay to filter tree and tree table
- Move custom data into the 'data' for filtering in tree table

Closes eclipse-cdt-cloud#23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant