atom / git-diff

Diff markers in Atom's gutter
MIT License
102 stars 41 forks source link

Gutter icon is badly drawn #149

Closed diegolagoglez closed 5 years ago

diegolagoglez commented 6 years ago

Prerequisites

Description

git-diff package draws git status icons in an incorrect way:

image

Steps to Reproduce

  1. Install git-diff package.
  2. Enable Show Icons in Editor Gutter option.
  3. See attached image.

Expected behavior: Gutter icons should be drawn with a similar spacing between them.

Actual behavior: Gutter icons are drawn with different spacing between them. Also, line numbers are moved with gutter icons showing them closer and farther than they should. It doesn't happen if git-diff's Show Icons in Editor Gutter option is disabled.

Reproduces how often: Always.

Versions

Atom versions:

the-j0k3r commented 6 years ago

I would even say they would be drawn all left aligned in their own column this single line to double line triple line numbers they all align all over the place.

maxbrunsfeld commented 5 years ago

This issue was moved to atom/atom#18006