FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   "issue" with search & replace recursion?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: "issue" with search & replace recursion?  (Read 1398 times)
kevinP

Email
"issue" with search & replace recursion?
« on: Jan 20th, 2004, 1:44pm »

Hi,
 
Using 0067, if I enter "vertex" for Find and "curveVertex" for Replace and then press Replace All, processing freezes up. Problem seems to be that the replacement term includes the search term (case insensitive). This only happens with Replace All; single finds and replacements are no problem.
 
Simpler example:
Find: text
Replace with: textmore
 
Processing 0067, Linux
 
-K
« Last Edit: Jan 22nd, 2004, 11:24pm by kevinP »  

Kevin Pfeiffer
fry


WWW
Re: "topic" with search & replace recursion?
« Reply #1 on: Jan 20th, 2004, 2:21pm »

yeah, this is the same bug as: http://processing.org/discourse/yabb/board_Proce55ing_software__bugs_action_display_num_1072994196.html
 
which is a result of its very naive find algorithm. oops. i'll fix this for the next release.
 
fry


WWW
Re: "issue" with search & replace recursion?
« Reply #2 on: Jan 29th, 2004, 11:52pm »

repaired in the "68 lite" release that i'm getting ready to post.
 
Pages: 1 

« Previous topic | Next topic »