Brackets-CodeOverview
Brackets-CodeOverview copied to clipboard
Level of the overview doesn't work in Brackets
I tried to change level of the overview but it doesn't work in Brackets.
I have de same problem
Same here, would love to see the Zoom feature working in Brackets... thanks for making this.
Same issue
The problem is there's an important flag on .Codemirror
's font size that overrides the changes. You need to push zoom the changes to .Codemirror-scroll
instead. Also, using jQuery's css()
to inline the CSS to overwrite that !important
flag. I'll roll this up into a PR, if that's alright.
Until the creator is able to review my pull request or fix this in another way, if you guys are interested I made the changes to fix the zoom on this fork: https://github.com/dustindowell22/Brackets-CodeOverview
Dustin,
Good job! I can confirm it works for me.
Thanks, Dustin. It works for me too.
dustindowell22, it works! Cool, thank you!