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

File​Modify​Status

by maliayas ALL

A Sublime Text plugin that shows the "modified" status of the file in the status bar

Details

Installs

  • Total 3K
  • Win 1K
  • Mac 719
  • Linux 522
Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8
Windows 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 0 0 0 0 0 0 0 0
Mac 0 0 0 1 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 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

FileModifyStatus

FileModifyStatus is a Sublime Text plugin that shows the modified status of the file in the status bar. This is done through checking the undo stack.

Sublime Text itself tells if the document is dirty or not but only since the last save. This plugin however checks if the file is modified since it was ever opened.

  • If the file is modified:

    FileModifyStatus

  • If the file is not modified since it was opened:

    FileModifyStatus

Overview

Installation

You can install the plugin via

  • Package Manager by searching FileModifyStatus
  • Git
  • Downloading the zip of the repo and extracting into Packages/FileModifyStatus

Configuration

If the unicode icons doesn't fit your needs, you can change them via settings. They can be any string.

// The marker icon/text for unmodified files
"unmodified_marker": "◯",

// The marker icon/text for modified files
"modified_marker": "◉"

Open you user settings file via this menu:

Preferences > Package Settings > File Modify Status

Your changes will require a restart.

Donation

If you want to support further creative work, you can make a donation. Thanks.

[paypal]

License

FileModifyStatus is released under the MIT License.