Skip to content

wag/SublimeLastModifiedIndicator

Repository files navigation

Sublime Text - Last Modified Indicator

This plugin displays an indicator next to the last edited line so you'll immediately see where you've worked before.

By default, the indicator stretches over seven lines around the last edited one to provide enough visual feedback. This can be reduced to only the last edited line by modifying the last_modified_indicator_multiline configuration entry.

example

Installation

Package Control

Download and install Package Control, restart Sublime Text and open the Package Control menu by pressing CtrlShiftP (Windows/Linux) or ShiftP (OSX), then type pci and search for LastModifiedIndicator.

Manual

Clone the repository to your Packages folder (Preferences -> Browse Packages...): git clone [email protected]:wag/SublimeLastModifiedIndicator.git

Or download the zip file directly and unpack it to the Packages folder.

Settings

The plugin can be configured by editing the Preferences.sublime-settings (Preferences -> Settings - User) file. The options and their default values are the following:

  // enable (true) or disable (false) the plugin
  "last_modified_indicator": true,

  // show the indicator over multiple (seven) lines,
  // alternatively only on the last modified line
  "last_modified_indicator_multiline": true,

  // clear the indicator after a file has been saved
  "last_modified_indicator_file_save_clear": false,

Problems

If your ST hangs while upgrading, removing or disabling the package, close or save all unsaved files and try again. This is a bug which has been fixed in version 2014.08.10.10.51.15.

About

Sublime Text 2/3 plugin indicating the last modified line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages