kenny-evitt

Results 223 comments of kenny-evitt

I captured a CPU Profile in the Developer Tools while performing the steps to reproduce this. @flavio20002 @thisredone You can access it with the command _Dev: Open Developer Tools_ in...

@thisredone Thanks. It's unfortunate that your results are very different from mine. Would you capture a few more profiles and let me know how similar they are to the first?...

@flavio20002 Would you try capturing a CPU profile again but run LT from Command Prompt? I'm curious if anything will be output when LT crashes.

@flavio20002 I suspect this is because the regex is being evaluated against the buffer contents as a whole. Internally, Light Table uses [CodeMirror](https://github.com/codemirror/CodeMirror) for searching and [its code](https://github.com/codemirror/CodeMirror/blob/master/addon/search/search.js)1 isn't specifying...

@flavio20002 LT is still using CodeMirror. Somehow our code is not enabling, or explicitly disabling, the multi-line support – but I don't think there's an obvious easy fix. But I'd...

This seems to only apply to the case-insensitive searches. Using the same example text as above, all of the words are highlighted if I enter "LightTable" in the find bar.

@rigdern I don't have access to a computer running Windows 8. Is there some other way I can test this? It doesn't seem like it supports browsers, generally, if it...

I'm skeptical this is a problem with Light Table, but only weakly. Can you reliably reproduce this by killing Light Table? I'm struggling to imagine how this could happen. I...

@jacohend Let's assume it's LT's fault for now. - [ ] I'll try to reproduce this on my Ubuntu box.