Re: [Lazarus] IDE hilite all same words don't check word-only

2017-06-27 Thread Martin Frb via Lazarus
On 22/06/2017 15:35, Alexey via Lazarus wrote: This is hilite of word dlg_hotkey_replace: other ids hilited too, but i dont want other words. How not to hilite other words? There is an option to control this. Menu: Tools > Options > Editor > Display > Markup and Matches Highlight of Word unde

Re: [Lazarus] IDE hilite all same words don't check word-only

2017-06-27 Thread Alexey via Lazarus
The default is 3. So Words with more chars, are highlighted also if part of a bigger word. Do you agree that normal editors have "Whole words" option, and not "some length up to n" option? -- Regards, Alexey -- ___ Lazarus mailing list Lazarus@li

Re: [Lazarus] IDE hilite all same words don't check word-only

2017-06-27 Thread Martin Frb via Lazarus
On 27/06/2017 11:16, Alexey via Lazarus wrote: The default is 3. So Words with more chars, are highlighted also if part of a bigger word. Do you agree that normal editors have "Whole words" option, and not "some length up to n" option? Yes, but "up to" is more flexible, and fully includes

Re: [Lazarus] IDE hilite all same words don't check word-only

2017-06-27 Thread Martin Frb via Lazarus
On 27/06/2017 11:16, Alexey via Lazarus wrote: The default is 3. So Words with more chars, are highlighted also if part of a bigger word. Do you agree that normal editors have "Whole words" option, and not "some length up to n" option? Yes, but "up to" is more flexible, and fully includes

[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