Sublime Forum

Read-only mode

#1

Hi,

I know that I can change the permissions of a file or folder to be read-only.

But sometimes I want just to read my code, with my clumsy hands I have “fear” of modifying things I don’t want to.

So my idea is to have a read-only mode if it is not implemented yet.

0 Likes

#2

Every view in Sublime has a read-only property that disables editing of the file, irrespective of what the actual file permissions are. This is why you can’t edit the settings on the left side of a settings window, for example.

You may find this package useful in this regard.

0 Likes