I was wondering with the latest changes wrt scintilla, the engine beneath our 'editor' tabs, which are files being opened.
Is the following quick to implement or modify.
When you open a read only file, you can not edit in CB, several editors allow editing and upon saving then tell it is read only, allowing you to force it to make readable, other sometimes ask you to force it writable at the moment of the first modification.
I think it would have added value to have this possibility in CB, so we don't need to leave CB to manually adjust the r/w flag.
Even when there are version control systems that make their files read only so you have to isse an explicit check out command, this still will have added value, I think.
Any comments, suggestions ?