vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Find/Replace problem with empty replace field #222

Closed aeisenberg closed 11 years ago

aeisenberg commented 11 years ago
  1. In a file with some text open the find/replace dialog
  2. Type something into the find box that exists in the file
  3. Press "Replace all".

Expected: all occurrences of found text are removed and replaced with empty string Actual: all occurrences of found text are removed and replaced with "Replacement text"