filiptibell / roblox-ui

A frontend for Roblox projects in external editors
Mozilla Public License 2.0
23 stars 1 forks source link

Unregistered commands for `instanceCut`, `instanceCopy` and `instancePaste` #1

Open MXKhronos opened 6 months ago

MXKhronos commented 6 months ago
{
    "command": "roblox-ui.explorer.instanceCut",
    "key": "ctrl+X",
    "mac": "cmd+X"
},
{
    "command": "roblox-ui.explorer.instanceCopy",
    "key": "ctrl+C",
    "mac": "cmd+C"
},
{
    "command": "roblox-ui.explorer.instancePaste",
    "key": "ctrl+V",
    "mac": "cmd+V"
}

In case this was an oversight, these three commands are yet to be implemented.

filiptibell commented 6 months ago

These are currently just not implemented. I forget why but I think implementing them was rather complicated so I left it for later. Maybe I can take another look soon since this would be a very nice feature to have