Toggle the View Read-Only
Toggle a file in Sublime as readonly
Details
Installs
- Total 4K
- Win 2K
- Mac 858
- Linux 820
Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 1 | 4 | 2 | 0 | 1 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 4 | 0 | 1 | 1 | 0 | 0 | 1 | 3 | 5 | 7 | 51 |
Readme
- Source
- raw.githubusercontent.com
Toggle readonly state of buffer from context menu for Sublime Text 2 and 3 (beta)
Installation
Install this repository via Package Control Or put the files into a directory in your {sublime}\Data\Packages\ folder
Usage
You have a context-menu on: - the tab - the open files - and direct in the edit area.
If you toggle the readonly, the status bar says: “Buffer {buffername} is set readonly.” and you cannot make any changes.
If you toggle again the status bar says: “Buffer {buffername} is writeable again.” and the file should be editable again.
This tool doesn't change the file properties in the filesystem. It only changes the readonly attribute of the current view.
See: http://www.sublimetext.com/docs/2/api_reference.html#sublime.View
Update
01.03.2013: Toggle Read Only as command: https://github.com/AxxL/sublime-toggle-readonly/pull/1 Update for Sublime 3: https://github.com/AxxL/sublime-toggle-readonly/issues/2
Well, it takes some time…. Thanks for your patience. :)