wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
72 stars 17 forks source link

Component properties pane #340

Open eternaleclipse opened 2 years ago

eternaleclipse commented 2 years ago

Is your feature request related to a problem? Please describe. It is currently only possible to change component properties by editing diargams.json.

Describe the solution you'd like Add a pane for editing component properties, possibly using pickers with known values for each field for easier usability.

urish commented 2 years ago

Thanks! Actually, been thinking to implement it as part of working on #244, as it seems related. How about a showing a cogwheel next to the selected element, and clicking that cogwheel will open a popup menu with the pickers?

eternaleclipse commented 2 years ago

It's a matter of personal preference but IMO a better option would be a traditional "properties" pane present in IDEs like Visual Studio. I like the feeling of clicking on some component and instantly getting metadata about it. An additional benefit to this approach is that it would enable changing a property to the same value for multiple selected components.