benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

ST2 (Build 2221) not reloading file #92

Closed mtibben closed 9 years ago

mtibben commented 11 years ago

When using "php_cs_fixer_on_save": true, php-cs-fixer is running on save however the file is not reloaded in ST2 to reflect the changes that are made. Closing the file and opening it again shows the changes.

benmatselby commented 11 years ago

There is nothing I can do to resolve this from what I understand. This isn't the behaviour I see in ST2 or 3.

mtibben commented 11 years ago

Can I give you further information? This is consistently occuring on my machine

leonardoalifraco commented 9 years ago

This is happening to me too. The fixer runs, but the editor is not reloading the file, so i can't see the changes until i close and open the file again.

leonardoalifraco commented 9 years ago

If i have the config "php_cs_fixer_show_quick_panel": true then it reloads, if it is in false, it doesn't.

benmatselby commented 9 years ago

@leonardoalifraco Are you running ST2 or 3. By updating that setting you mention in ST3 it works for me

leonardoalifraco commented 9 years ago

I am running ST2.

benmatselby commented 9 years ago

OK, I think this is a ST2 only issue. I'm not planning on supporting ST2 as ST3 has been out for a year now. Apologies.