gregorym / atom-inline-blame

Atom package to display blame inline
https://atom.io/packages/atom-inline-blame
MIT License
24 stars 3 forks source link

Few improvements #1

Closed adityavm closed 6 years ago

adityavm commented 6 years ago

add configurable summary line (default is still %author%, %relativeTime% ago - %summary%) add throttle to prevent stutter when using cursor keys to move lines (eg. in vim mode) reduce memory usage by not storing the whole editor instance (this is potentially unnecessary) add sweet fade in using css transitions

adityavm commented 6 years ago

@gregorym done

gregorym commented 6 years ago

Awesome.

adityavm commented 6 years ago

@gregorym forgot to mention in the notes and don't want to sneak in anything; %author% is replaced by authorEmail when it's unknown. I think some information is better than no information

https://github.com/gregorym/atom-inline-blame/pull/1/files#diff-10f01e0cafee8afcffc8fef6497b93caR43

gregorym commented 6 years ago

No worries. I saw it when reviewing your diff :)