Re: [Lazarus] Find/Replace inside IFDEF FPC else

2017-06-28 Thread Michael Van Canneyt via Lazarus
On Wed, 28 Jun 2017, Mattias Gaertner via Lazarus wrote: On Tue, 27 Jun 2017 22:46:55 -0500 Lars via Lazarus wrote: When I use the find/replace dialogs, and search for text, it does not search inside the else section of {IFDEF FPC}. I assume this is a feature. However some times I want to

Re: [Lazarus] Find/Replace inside IFDEF FPC else

2017-06-28 Thread Mattias Gaertner via Lazarus
On Tue, 27 Jun 2017 22:46:55 -0500 Lars via Lazarus wrote: > When I use the find/replace dialogs, and search for text, it does not > search inside the else section of {IFDEF FPC}. I assume this is a > feature. However some times I want to replace text inside delphi code > that is outside the I