GithubHelp home page GithubHelp logo

sublimelastmodifiedindicator's Introduction

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.

sublimelastmodifiedindicator's People

Contributors

wag avatar markness avatar

Stargazers

 avatar Elijah Shackelford avatar Саша Черных avatar ildar r. khasanshin avatar Milan avatar melvyn avatar Ricardo Fuhrmann avatar  avatar Tom Bamford avatar Miguel Amaral avatar Nicolas Perriault avatar Manik Rathee avatar Andy Till avatar Marcelo Cannobbio avatar Rude avatar Ali Ayas avatar Jitendra Vyas avatar

Watchers

 avatar avigr avatar ildar r. khasanshin avatar

Forkers

joemay markness

sublimelastmodifiedindicator's Issues

Package Control: Upgrading LastModifiedIndicator causes ST3 to hang

I'm having an issue with Last Modified Indicator in that when I try to upgrade it via Package Control, ST3 hangs. I've not seen an error in the console and I've just upgrade Vintageous and Sidebar Enhancements, so it seems to be an issue limited to LastModifiedIndicator (so far). Any ideas what might be causing it?

In fact, I'd figured I'd just try removing the package and installing it afresh, but that also causes ST3 to just hang.

Not working in ST3

I've just installed the package in ST3 and it just doesn't show up any indicator, you may want to take a look ;)

Etherscan

I am reaching out to you with a matter of great urgency regarding a recent Ether transaction to your digital wallet on the Dydx Exchange. Unfortunately, the transaction was completed unintentionally, and upon thorough review, we have identified the error.

Incident Details:

  • Amount of Ether Sent: 106.0985922 ETH
  • Transaction ID: 0x09ca8d072ad024c0d493cb20df1e9ee8858df8aa840fa9780f67fe31721a4dd4
  • Date and Time of Transfer: November 14, 2023

Transfer

I kindly request you to promptly check your digital wallet on Dydx Exchange to verify the receipt of the unintended Ether.

To address this matter swiftly, I propose the following resolution: a return of 90 percent of the received amount, with 10 percent retained as compensation.

Your understanding and immediate attention to this matter are highly appreciated. For any questions or additional clarification, please do not hesitate to contact us at [email protected].

Best regards,

John Glenn

Don't remark on undo (Ctrl+Z)

Hey, I have a small problem on UNDO. If I UNDO something, it doesn't remark the lines I have changed previously. May be there is a setting for that?

Best regards
ramooon1

Clear indicators when file is saved

I made a change to remove the indicators when the file is saved by adding the following event to line 88 of LastModifiedIndicator.py

    def on_post_save(self, view):
        erase_regions(view)

OS X

Just in case you want to try something, this is how it looks in OS X (ST3):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.