thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

Line numbers are pushed to the left #2

Closed MiguelCastillo closed 11 years ago

MiguelCastillo commented 11 years ago

You can create you own CodeMirror gutter or override the line number gutter to make room for your code folding markers.

missaligned

thehogfather commented 11 years ago

I have believe this issue should now be fixed in the latest version. I thought about creating a new gutter using codemirror but css was slightly easier to fix it. Please test when you get some time.

MiguelCastillo commented 11 years ago

I got latest and the issue is still there... Css wont do the trick on its own without breaking other stuff.

MiguelCastillo commented 11 years ago

Very cool :)