thehogfather / brackets-code-folding

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

Beginning of lines in files are occluded #134

Closed MortenAndersen closed 9 years ago

MortenAndersen commented 9 years ago

Can't see the beginning of the lines in my SCSS files.

thehogfather commented 9 years ago

can you post a screenshot?

MortenAndersen commented 9 years ago

code-folding

:-)

thehogfather commented 9 years ago

Thanks for that. I'm however unable to reproduce the issue. Can I confirm that it happens only in scss files? and do you have other extensions that use the gutter?

thehogfather commented 9 years ago

Actually I can reproduce this on any file.

  1. Cmd-R to Reload Brackets.

Effect is as described in issue - although the issue dissapears when the window is resized.

MortenAndersen commented 9 years ago

I can't confirm that the problem disappear when the window is resized. It just revealed a little more of the code ... but not all

Extensions: Adobe Edge Web Fonts Autoprefixer Beautify Brackets Color Palette Brackets Language Switcher Brackets New Project Creator Brackets SASS Brackets SASS Code Hints Brackets Snippets (by edc) Brackets Tools Code Outline Extract for Brackets (Preview) Inline Units Conversion JSCompiler2 Lorem Pixel Minifier Notes Simple To-Do SVG Preview W3CValidation

......

Code Folding

clouchtibat commented 9 years ago

I have the same problem, I managed to make it work by hiding and displaying the line numbers.

ghost commented 9 years ago

Resizing the window didn't work for me, but hiding and showing line numbers did.

Velunce commented 9 years ago

Can't see the beginning of the lines in my html files. ![Uploading error.jpg . . .]()

Velunce commented 9 years ago

error

douglasstarnes commented 9 years ago

Toggling the line numbers off and then on shows the entire line, but then the gutter is about twice as wide as it was before the toggling.

thehogfather commented 9 years ago

This should now be fixed. Please update the extension to the latest in the registry and test. Thanks all.

douglasstarnes commented 9 years ago

Works great now! Thanks! :+1:

MortenAndersen commented 9 years ago

Nice :+1: