googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 412 forks source link

Add ability to search inside selection in editor [was: Search & Replace improvements] #2979

Open vordan opened 10 years ago

vordan commented 10 years ago

Search & Replace is seriously underpowered. It has to work across files (at least, opened ones), inside selection, accept regular exceptions, escape sequences, whole words/parts only, etc.)..

ussuri commented 10 years ago

We have already implemented most parts of this:

ussuri commented 10 years ago

I'll rename the issue to reflect the only remaining unimplemented request.