When I use the Windows command prompt to run a PHP file and pipe it to a log file within the project file scope, it will crash Brackets (the window goes gray and "Brackets has stopped working" dialog appears).
Confirmed with testing that it is the Todo extension alone - no other user extensions loaded - that is doing this. The log file doesn't have to be open either.
Steps to Reproduce
- Use a script that outputs something and pipe to a file
<?php
echo "We're going to break Brackets now\n";
C:\dev\CLI scripts>php -f break-brackets.php > break.log
- Watch Brackets crash
Versions
Todo 0.9.4
Brackets 1.10 32-bit on Windows 7
When I use the Windows command prompt to run a PHP file and pipe it to a log file within the project file scope, it will crash Brackets (the window goes gray and "Brackets has stopped working" dialog appears).
Confirmed with testing that it is the Todo extension alone - no other user extensions loaded - that is doing this. The log file doesn't have to be open either.
Steps to Reproduce
C:\dev\CLI scripts>php -f break-brackets.php > break.logVersions
Todo 0.9.4
Brackets 1.10 32-bit on Windows 7