Any way to set all files of a project as 'read only'?
Alvin Beach
alvinbeach at gmail.com
Tue Aug 14 11:43:46 BST 2012
What about removing the write permission on all the files? Something like
this in your project directory:
$ chmod -R a-w * .kde4
This would also prevent changing the Kdev4 project files.
Alvin
On Aug 13, 2012 5:17 PM, "Justin Chen" <Justin.Nankai at gmail.com> wrote:
> Hi there,
>
> I am a big fan of kdevelop which is very convenient to read code in my
> opinion.
> Recently, I am learning a new big system with kdevelop. In order not to
> modify
> the code mistakenly, I just change the source files to be "read only" by
> using
> "Editor->tools->read only mode". However, I can only set one single file
> to be
> 'read only' at a time, which is very inconvenient for me. I just wonder
> whether
> it is possible to set all source files to be 'read only' at a time?
>
> Thanks!
>
> -Justin
>
>
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20120814/d946d602/attachment.html>
More information about the KDevelop
mailing list