Brackets-CodeOverview icon indicating copy to clipboard operation
Brackets-CodeOverview copied to clipboard

Level of the overview doesn't work in Brackets

Open oleg-ds11 opened this issue 10 years ago • 8 comments

I tried to change level of the overview but it doesn't work in Brackets. 07162d40a8 58136aeb18 9372427bbe

oleg-ds11 avatar Feb 02 '15 10:02 oleg-ds11

I have de same problem

biklas7 avatar Feb 04 '15 22:02 biklas7

Same here, would love to see the Zoom feature working in Brackets... thanks for making this.

jimloveUX avatar Feb 12 '15 19:02 jimloveUX

Same issue

DutchmanSA avatar Feb 16 '15 19:02 DutchmanSA

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.

whaaaley avatar Feb 18 '15 22:02 whaaaley

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

whaaaley avatar Feb 19 '15 00:02 whaaaley

Dustin,

Good job! I can confirm it works for me.

DutchmanSA avatar Feb 19 '15 07:02 DutchmanSA

Thanks, Dustin. It works for me too.

oleg-ds11 avatar Feb 19 '15 12:02 oleg-ds11

dustindowell22, it works! Cool, thank you!

Paganus avatar Mar 03 '16 14:03 Paganus