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

Last​Modified​Indicator

by wag ALL

Sublime Text 2/3 plugin indicating the last modified line

Details

  • 2017.04.09.13.04.34
  • github.​com
  • github.​com
  • 7 years ago
  • 20 minutes ago
  • 11 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

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 git@github.com: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.