simonsteele / pn

Programmer's Notepad
374 stars 115 forks source link

Bug: search for \${ will crash #79

Closed simonsteele closed 9 years ago

simonsteele commented 9 years ago

Original issue 50 created by simonsteele on 2008-04-28T13:09:21.000Z:

I searched for the text "${" (without "). First, I just escaped the $ and forgot to escape the the { --> pnotepad crashed

What steps will reproduce the problem?

  1. open search dialog and enable "Regular expression"
  2. search for \${
  3. pnotepad opens a message box with "Runtime error!"

What version of the product are you using? On what operating system? v2.0.9.771-devel on Windows XP Professional

simonsteele commented 9 years ago

Comment #1 originally posted by simonsteele on 2008-04-28T13:40:13.000Z:

Thanks, will fix for the next release.

simonsteele commented 9 years ago

Comment #2 originally posted by simonsteele on 2008-04-28T21:50:01.000Z:

<empty>