+20

Highlight lines changed from revision control's copy

codex hace 13 años actualizado por Aleksandr Gornostal hace 12 años 3
It would be nice if lines I've modified, as measured against my RCS (e.g. git) would be marked in some way--for example, by changing the color of the margin (or line number) for that line.  Different colors could be used for adds, deletes, and modifications.
+3

This is a feature on netbeans that I really miss on sublime text. 

green: new lines
blue: modified lines
red: deleted lines (it's just an arrow pointing to deleted section)
clicking the color on the margin lets you see the diff and revert changes.
Does anyone know, is it possible to make this feature with sublimetext API?