> On 07 Apr 2015, at 11:35, Franck Warlouzet <[email protected]> 
> wrote:
> 
> Hi, 
> 
> For some reason I had to replace a dot with another character, but in the 
> Find & Replace window, searching a dot is actually a bad idea (especially in 
> order to replace it) because for the window all the characters are dots. It 
> selects and replaces the whole text.

Find and replace probably uses a regular expression. Try to escape the dot with 
a backslash.

> 
> I know this kind of thing only happens to me, but is there a way to fix it ? 
> I searched in FindReplaceService and I didn't find where the problem is (by 
> the way, never put an halt in FindReplaceService>>findText: then do a 
> request, if you do, prepare yourself to restart Pharo).
> 
> Cheers, 
> Franck

Reply via email to