Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[BUG] Modifying files is possible in locked projects

Open kallisto56 opened this issue 3 years ago • 0 comments

Hi there,

Renaming through context-menu (right mouse button -> rename): https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L2727

Moving files from one folder to another: https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L284

Moving files using cut/paste: https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L2130

Toggling ignore flag on files: https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L3187 https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L3215

Removing/deleting files/folders: https://github.com/beefytech/Beef/blob/master/IDE/src/ui/ProjectPanel.bf#L2005

kallisto56 avatar Nov 10 '22 11:11 kallisto56