[wingide-users] 2nd attempt: regex search and replace does not work properly

Muharem wire at e-hf.net
Sun Jul 2 13:32:44 EDT 2006


second attempt, the original message appears to be lost in transit..

-------- Original Message --------
Subject: regex search and replace does not work properly
Date: Sun, 02 Jul 2006 17:44:57 +0100
To: Wing IDE user group <wingide-users at wingware.com>

Hello,

Example:
        search: "lo(\w+)"
        replace: "LO\1"

when I use the Next/Replace buttons the feature works correctly (e.g. 
"payload" is replaced with "payLOad"

However, when I hit the "Replace All" button the group reference (\1) is 
inserted literally e.g. "payload" becomes "payLO\1"

This is obviously a major bug. I am using Wing IDE professional 2.1.0-1 
with all patches installed. The bug occurs consistently on linux and 
windows xp.

Best regards

--
Muharem





More information about the wingide-users mailing list