Re: [Gambas-user] Search/Replace issue with IDE

2015-01-01 Thread Jussi Lahtinen
I tested this with latest revision and it seems to be fixed already. Jussi On Sun, Dec 21, 2014 at 8:31 AM, Francis Payne wrote: > > I seem to have found a search/replace problem with the IDE in 3.5.2 > > If you search for a string and replace it with a zero length string > (basically remove t

[Gambas-user] Search/Replace issue with IDE

2014-12-20 Thread Francis Payne
I seem to have found a search/replace problem with the IDE in 3.5.2 If you search for a string and replace it with a zero length string (basically remove the search string) the results are unpredictable. I found this out while converting a VB program = a mass replace of CASE IS = val to CASE v