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
  • 31 minutes ago
  • 11 years ago

Installs

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