You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other peripheral register displays allow the use of more sophisticated controls. This can be for entire registers or their bit fields.
For example bit field values that can be enumerated would work well with dropdown boxes. And single bits the represent a boolean value could be shown as checkboxes.
I appreciate that it currently isn't possible to make this real with the current Tree View implementation. But maybe #21 could unblock this.
The text was updated successfully, but these errors were encountered:
martin-fleck-at
added a commit
to eclipsesource/vscode-peripheral-inspector
that referenced
this issue
Jun 27, 2024
- Propagate value updates back to the data provider and tracker
- Simplify column declaration and provide dedicated 'edit' property
-- Always render the expander on the first column
- Provide edit renderer for text value changes (more are part of eclipse-cdt-cloud#22)
Refactor:
- Convert some utility functions to React components
- Convert thenable to promises
Closeseclipse-cdt-cloud#16
Co-authored-by: Haydar Metin <[email protected]>
Type: Feature Request
Other peripheral register displays allow the use of more sophisticated controls. This can be for entire registers or their bit fields.
For example bit field values that can be enumerated would work well with dropdown boxes. And single bits the represent a boolean value could be shown as checkboxes.
I appreciate that it currently isn't possible to make this real with the current Tree View implementation. But maybe #21 could unblock this.
The text was updated successfully, but these errors were encountered: