tinymce-plugins / codemagic

CodeMagic is an advanced source code editor plugin for Tinymce. It integrates the CodeMirror library for syntax coloring, and the JSBeautifier library for code formating and indentation.
MIT License
33 stars 14 forks source link

Replace hangs on '>' #10

Open bsy-web opened 11 years ago

bsy-web commented 11 years ago

Tried to replace '>' with ' >' to test some code changes and CodeMagic hanged. Reverted to Master copy and it still hang.

Steps to reproduce:

  1. open CodeMagic
  2. enter '>'
  3. Click Search and Replace icon (magnifying glass)
  4. Enter '>' in search field and ' >' in replace field 5 run and see if inputted text is replaced correctly