lkcampbell / brackets-indent-guides

A Brackets extension to show indent guides in the code editor
149 stars 34 forks source link

Problem with indent soft wrapping #22

Closed DanielPintilei closed 8 years ago

DanielPintilei commented 8 years ago

it would be nice if the guides would not be interrupted with https://github.com/scriptin/brackets-indent-softwraps active

lkcampbell commented 8 years ago

@DanielPintilei The indent guides extension works by adding a style to white space characters, (i.e. tab or space characters) making them visible. The soft wrap extension adds padding to the style, giving the illusion that there are whitespace characters, where there are no characters. Without characters to stylize indent guides do not show up. This is similar to this issue https://github.com/lkcampbell/brackets-indent-guides/issues/16

Not currently fixable with the CodeMirror Overlay system. I am closing as a code challenge.