Script editor 'plain-text' replace is faulty

If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.

Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.

Moderator: Klaus

Post Reply
[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm

Script editor 'plain-text' replace is faulty

Post by [-hh] » Sat May 14, 2016 6:06 pm

LC 8.0.1-rc1/MacOS 10.11.4

Try in the script editor to replaceAll in current tab "a|b" with "X"
option "plain text" set <--- CHECK !!!

All occurrences of "a" AND all occurrences of "b" are replaced with "X".
[Behaves like a regex pattern replace "(a|b)" with "X"]
shiftLock happens

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Script editor 'plain-text' replace is faulty

Post by jacque » Sun May 15, 2016 6:56 pm

Verified. Can you bug report it?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm

Re: Script editor 'plain-text' replace is faulty

Post by [-hh] » Sun May 15, 2016 10:31 pm

QCC #17653
shiftLock happens

Post Reply