JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Allow search in Console #77

Closed jasongilman closed 5 years ago

jasongilman commented 7 years ago

Proto REPL switched to the Atom ink Console and it's been a good improvement in multiple ways over the text editor based repl; performance, better highlighting of only Clojure code but it's also missing some really useful features. One of them is search. It would be a really nice feature to be able to search for text anywhere in the console.

pfitzseb commented 7 years ago

I agree that this would be quite the nice feature, but I'm afraid we probably can't use the built-in find-and-replace package for this (that seems to be based completly on buffers). Something like electron-search-text should work though.

pfitzseb commented 5 years ago

Done for console2.