ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Readonly​Protect

by ivellioscolin ALL

Auto protect read-only file against input and toggle editable from tab or context menu.

Details

Installs

  • Total 2K
  • Win 962
  • Mac 389
  • Linux 338
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 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 1 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0
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 0 0 0 1 0 0
Linux 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 1 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

ReadOnly Protect v 1.3.4

NOTES

With this plugin, you can: - Protect read-only file agaisnt input. - Poll read-only stat from file system in case changed by other application. - Show read-only status in status bar.

Work for both Sublime Text 2 and 3.

INSTALLATION

USAGE

  • Select automatic mode if you would like to sync the stat with the file system.
  • Select manual mode if you would like to force editable or readonly.
  • Protect mode and polling interval can be set by global settings from Preferences->Package Settings->ReadOnly Protect.
  • Automatic/manual mode and editable/readonly can be toggled from tab, context or menu.

REVISION

1.3.4

Fix incorrect status when multiple window opened (reported by @basisjp).

1.3.3

Only use checkbox for tab and context menu for win32.

1.3.2

Fix the issue on Linux that tab and context menu don't show up.

1.3.1

Fix the issue that can't open default setting. Fix the issue that check file which doesn't exist.

1.3.0

Add automatic mode to poll stat from file system.

1.2.0

Fix comma issue on ST2. Add settings in menu.

1.1.0

Make README.md rendered properly. Change command on tab, context menu and main menu to checkbox.

1.0.0

Initial version