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
  • 2 hours ago
  • 11 years ago

Installs

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

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.