Avaiga / taipy-studio-config

Visual Studio Code extension for Taipy: Configuration Builder
Apache License 2.0
5 stars 1 forks source link

Unable to delete/copy/paste a node #54

Closed haykh closed 1 year ago

haykh commented 1 year ago

Hi! Very nice tool, thank you devs! Looking forward to using it extensively.

I might be doing something wrong, but I cannot remove nodes in the Taipy viewer (vscode extension). When I highlight the node and hit "delete" it removes all the connections to that node, but the node itself remains. Of course, one could delete the node in the toml file directly, but I'd think that it should be possible to do that in the GUI as well. Also, perhaps the ability for copying and pasting nodes would be nice.

Details * System: WSL Ubuntu-22.04 * Python: 3.11.3 (+conda 23.3.1) * Taipy version: 2.2.0 * Taipy Studio extension versions: 1.0.0 and 1.0.4 (Builder) * VSCode version: 1.78.2

PS. This might be just me, but I think from the usability standpoint, right-clicking the node should bring up a context menu like the one when "New property" is clicked in the "Taipy Configs."

AlexandreSajus commented 1 year ago

Hi! Very nice tool, thank you devs! Looking forward to using it extensively.

I might be doing something wrong, but I cannot remove nodes in the Taipy viewer (vscode extension). When I highlight the node and hit "delete" it removes all the connections to that node, but the node itself remains. Of course, one could delete the node in the toml file directly, but I'd think that it should be possible to do that in the GUI as well. Also, perhaps the ability for copying and pasting nodes would be nice.

Details PS. This might be just me, but I think from the usability standpoint, right-clicking the node should bring up a context menu like the one when "New property" is clicked in the "Taipy Configs."

Hey @haykh, thanks for the feedback!

Currently, as far as I know, deleting a node in Taipy Studio works by right-clicking the node name in the Taipy Studio panel: image

This is indeed not ideal and we should work on adding shortcuts to delete and copy paste nodes in the future. I'll ask our R&D team.

FredLL-Avaiga commented 1 year ago

Adding a duplicate Entity context menu ...