adrianlee44 / atom-aligner

Easily align multi-line with support for different operators and custom configurations
https://atom.io/packages/aligner
MIT License
78 stars 3 forks source link

Bug? All my spaces are replaced with "·" #7

Closed mpolichette closed 10 years ago

mpolichette commented 10 years ago

I'm not sure what has happened, when I first got this plugin it was working amazingly.... so :+1: for that! However, for some reason it started also replacing all the spaces on the lines it aligned with "·" (Middle Dots).

I'm wondering if anyone has seen this before.

Anyway, I haven't dug in to find out why, but it is preventing me from using the plugin for now. If I find some time in the future I'll see if I can debug it more.

Thanks!

adrianlee44 commented 10 years ago

Hi @mpolichette,

What language are you using the plugin with? Is it possible send me a screenshot of the problem?

Thanks

mpolichette commented 10 years ago

I'm using coffeescript. Here is a video of my experience: http://screencast.com/t/kB5iuvODLuBL

adrianlee44 commented 10 years ago

@mpolichette, I have updated vertical align to v0.6.0 which fixed some bugs when using it with Atom v0.125.0.

I wasn't able to reproduce your bug but let me know if the latest update helps.

mpolichette commented 10 years ago

Fixed! Thanks

dcalhoun commented 9 years ago

@adrianlee44 I'm experiencing this issue as well inside of a JavaScript file. My soft tab spaces are replaced with a · character. Does atom-aligner take into account whether the user utilizes soft tabs? Here's a short screencast of the issue.

atom-aligner spaces

Environment:

adrianlee44 commented 9 years ago

hi @dcalhoun, thanks for reporting this issue. This is a known bug on my end but I haven't created an issue yet on Github yet.

The problem is invisibles are getting converted into real text. Disabling invisible will fix the problem for now but I'm looking into this issue.

adrianlee44 commented 9 years ago

I have made a new issue, #17 to better track this bug.