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

2017-06-29 Thread Giuliano Colla via Lazarus
Il 29/06/2017 12:46, Lars via Lazarus ha scritto: Please explain what the reanimation department is: - the ability to revive a dead non animated person - the department that takes slow moving people and animates them again at a good pace - reincarnation (possible Dutch/English translation bug: a

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

2017-06-29 Thread Lars via Lazarus
On 2017-06-28 02:37, Michael Van Canneyt via Lazarus wrote: 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}.

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

[Lazarus] Find/Replace inside IFDEF FPC else

2017-06-27 Thread Lars via Lazarus
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 IFDEF FPC and in the ELSE section? Is there an option to set this be