jarod2d / sublime_valign

Vertical alignment plugin for Sublime Text 2 and 3
91 stars 7 forks source link

Incorrect alignment in sublime text 3 #28

Closed sevenfoxes closed 10 years ago

sevenfoxes commented 10 years ago

is this just not compatible with sublime text 3? if so, do you know what needs to be done to make it work? I'd take a crack at it if someone can point me in the direction of what's wrong.

jarod2d commented 10 years ago

It should be totally compatible -- I'm running it in ST3. What's the specific problem that you're running into?

sevenfoxes commented 10 years ago

here's a before and after:

screen shot 2014-06-07 at 10 43 58 pm screen shot 2014-06-07 at 10 44 23 pm

ilyakam commented 10 years ago

Switch to a monotype font like Courier New or Consolas.

Example:
"Hello world"
"Hello world"

jarod2d commented 10 years ago

Right -- it looks to me like it's a problem with the font.

On Jun 7, 2014, at 9:42 PM, Ilya Kaminsky notifications@github.com wrote:

Switch to a monotype font like Courier New or Consolas.

Example:

"Hello world"

"Hello world"

— Reply to this email directly or view it on GitHub.

sevenfoxes commented 10 years ago

Wow I can't believe I didn't notice that wasn't a monospace font. I was using Source Sans Pro, which I THOUGHT was meant for displaying code. Apparently that is Source Code Pro. That fixed my problem thanks