lkcampbell / brackets-indent-guides

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

Console error when selecting menu item #10

Closed thany closed 10 years ago

thany commented 10 years ago

The extension itself installs just fine and it does create the View->Indent Guides menu option. But that's it. Selecting the menu option doesn't show anything that might be indent guides, nor does it place a check mark on the menu item...

In the Brackets console, I get this error when selecting the menu item:

Uncaught TypeError: Object #<Object> has no method 'setValueAndSave' main.js:130
handleToggleGuides main.js:130
Command.execute /command/CommandManager.js:90
execute /command/CommandManager.js:275
executeCommand /utils/ShellAPI.js:66

This is on Windows 7 x64, Brackets 37.

lkcampbell commented 10 years ago

@thany, oops! Was using a deprecated function. Thanks for catching it. Fixed.