Community
Participate
Working Groups
While fixing Bug 364481 I added a library for dealing with regex stuff: "regex.js". I see at least 2 other places in the code that are using copied "escapeRegex" functions. They need to be calling the library function instead.
Hmm, fixing this would make editorFeatures.js pull in regex.js just to support case-insensitive search in incremental find. Anyone consuming the editor via the <script> method will need to write out the extra dependency. We might want to avoid this by splitting up editorFeatures into smaller units of functionality, which consumers could add (or not) piece-by-piece.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=cce2d10a497673bb721652b00ebd919554eed89c