Beef
Beef copied to clipboard
[BUG] Modifying files is possible in locked projects
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