Hello Code::Blocks Team,
i need the feature to writeprotect files in a special folder only in the Code::Blocks IDE not in the filesystem.
In the manual i found the following description.
http://www.codeblocks.org/docs/main_codeblocks_en3.html
"Note:
In the active editor the user can select the context menu properties. In the appearing dialog in the tab ’General’ the option ’File is read-only’ can be selected. This option will result in a read-only access of the corresponding file within CodeBlocks, but the original read and write attributes of the file on the filesystem are not modified."
This is exactly what i need, to set this property, but in my case the read-only flag in the filesystem is also modified (windows10).
Therefore i implemented some changes in my project and my special case works, but i think the documentation is not up to date or something in the softwareproject happens and it is a bug.