asgerf / bracket-rename

Rename refactoring for bracket
MIT License
14 stars 2 forks source link

Renaming functionality is not working using Brackets 39 #5

Closed Eyesonly88 closed 10 years ago

Eyesonly88 commented 10 years ago

Pressing CTRL-R to rename does not seem to work using Brackets 39. I tried accessing the action from the find menu and it didn't work as well. I'm using Windows 8 64-bit Professional Edition.

Here's a screenshot of the extensions installed on my Brackets:

alt text

asgerf commented 10 years ago

If there are syntax errors in the code nothing will happen when you use the tool. Can you please confirm if it never works for you, or if this was because of a syntax error?

It works for me on Mac, but I can't test it on Windows 8 right now.

(Btw, yes I am planning to do something about the silent fail on syntax error)

Eyesonly88 commented 10 years ago

Hey, yes I can confirm that I had JSHint errors. It works fine on Windows 8 with Brackets 39 if I don't have JSHint errors. Cheers.

asgerf commented 10 years ago

Ok, thanks. I am closing this since handling of syntax errors is a separate issue.