-
Notifications
You must be signed in to change notification settings - Fork 4
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
Labels
enhancement
New feature or request
Comments
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
martin-fleck-at
added a commit
to eclipsesource/vscode-peripheral-inspector
that referenced
this issue
Dec 4, 2024
- Provide custom SearchOverlay component - Add search overlay to filter tree and tree table Improvements: - Improve rendering by memoizing more handlers etc. Closes eclipse-cdt-cloud#23
martin-fleck-at
added a commit
to eclipsesource/vscode-peripheral-inspector
that referenced
this issue
Dec 17, 2024
- Provide custom SearchOverlay component - Add search overlay to filter tree and tree table Closes eclipse-cdt-cloud#23
martin-fleck-at
added a commit
to eclipsesource/vscode-peripheral-inspector
that referenced
this issue
Jan 9, 2025
- Provide custom SearchOverlay component - Add search overlay to filter tree and 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
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.
The text was updated successfully, but these errors were encountered: