-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow inline editing of values #16
Comments
I winder if we can raise a request on VS Code to add this capability to the basic treeview component instead of needing to rewrite it all as a webview? |
I did some research and it looks like this one is closest to what this would require: microsoft/vscode#97190 |
Another approach could be to provide a UI that can be easily wired up with a Tree Provider. This could also allow nicer (uniform) styling and open up more functionality going forward. A good candidate could be https://primereact.org/treetable/ .
|
- 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 Closes eclipse-cdt-cloud#16 Co-authored-by: Haydar Metin <[email protected]>
Type: Feature Request
Currently, the Peripheral Inspector allows editing of register values by an inline button/icon that appears when hovering with the mouse pointer over a tree element.
It would be beneficial to allow editing of values by double-clicking on an element. Like for example for the VS Code
Variables
view. This would make discovery of this feature easier and more intuitive.The text was updated successfully, but these errors were encountered: