Re: read-only switch

2009-10-23 Thread Liviu Andronic
On 10/23/09, Pavel Sanda wrote: > you mean LFUN_BUFFER_TOGGLE_READ_ONLY ? > More or less, but yes, this is what I was looking for. Thank you for the pointer. Wouldn't this deserve a menu entry, perhaps in "View" or "Document"? Thus users could quickly switch from read-write to read-only mode, and

Re: read-only switch

2009-10-23 Thread Pavel Sanda
Liviu Andronic wrote: > Dear developers > Would it make sense to implement an OOo-style read-only switch? I have > in mind a view mode where the user can make no changes to the content you mean LFUN_BUFFER_TOGGLE_READ_ONLY ? you can also set readonly file permissions to get this. pavel