lkcampbell / brackets-indent-guides

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

This extension will break in Brackets Sprint 22 #1

Closed redmunds closed 11 years ago

redmunds commented 11 years ago

Lance,

I want to give you a head's up that this extension will break in Sprint 22 due to a recent change to Editor. The getIndentUnit() function was removed. I'm not sure if you want to use the new getSpaceUnits() or use CodeMirror.getOption("indentUnit").

You can test this against the current master in Brackets. Sprint 22 will be posted probably on Monday.

Regards, Randy

lkcampbell commented 11 years ago

@redmunds, thanks for the heads up and the ideas for the solution.

Fixed for Sprint 22.