Page 1 of 1

Flag open files "read only"?

Posted: Thu Mar 02, 2006 12:10 am
by dnedrow
Is there a mechanism within oXygen to mark files read only? Note that I want to prevent modifying certain files within oXygen, not at the filesystem level.

-David

Lock tags or read only file at filesystem level

Posted: Thu Mar 02, 2006 12:27 pm
by sorin_ristache
Hello David,

In <oXygen/> you can lock the tags (menu Document -> Source -> Lock/Unlock XML Tags) so that only the text outside tags is editable. If you want to make the whole file read only you have to do that at the filesystem level. In this case <oXygen/> gives you an error about the read only state of the file when you try to save it.

Regards,
Sorin

Posted: Thu Mar 02, 2006 6:02 pm
by dnedrow
Cool, thanks.

-David