I was working on a large JS file for a building a big JSON object and had accidentally put a space before my tabs on each line. This produced 1000+ errors (which JSHint then stopped reporting at 1k) and they all appear in CodeKit (very slow for that matter). When editing/saving the file multiple times it would cause codekit to lockup. I then started pasting my code directly on jshint.com to resolve the issues, but now when I attempt to "Clear Log" CodeKit locks up and I am forced to kill the process. Even after restarting, any attempt to clear the log will cause the application to hang.
funny enough I let it do its thing while I was typing this issue and it eventually completed...perhaps some way to make that threaded and show a progress indicator?
I was working on a large JS file for a building a big JSON object and had accidentally put a space before my tabs on each line. This produced 1000+ errors (which JSHint then stopped reporting at 1k) and they all appear in CodeKit (very slow for that matter). When editing/saving the file multiple times it would cause codekit to lockup. I then started pasting my code directly on jshint.com to resolve the issues, but now when I attempt to "Clear Log" CodeKit locks up and I am forced to kill the process. Even after restarting, any attempt to clear the log will cause the application to hang.