[Lazarus] "Find in Files" is it filename case-insensitive?

2009-10-19 Thread Graeme Geldenhuys
Hi,

I think it is, but I would just like to confirm. If I do a "find in
files" and specify '*.pas' without the quotes in the filemask field.

Would that search for *.PAS, *.Pas etc.. files too? Especially
relevant under case-sensitive file systems, as is used under Linux.

The wiki help for that dialog does not mention if the filemask is
case-sensitive or not?

 http://wiki.lazarus.freepascal.org/IDE_Window:_Find_in_files


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] "Find in Files" is it filename case-insensitive?

2009-10-20 Thread Paul Nicholls
- Original Message - 
From: "Graeme Geldenhuys" 

To: "Lazarus mailing list" 
Sent: Monday, October 19, 2009 9:00 PM
Subject: [Lazarus] "Find in Files" is it filename case-insensitive?



Hi,

I think it is, but I would just like to confirm. If I do a "find in
files" and specify '*.pas' without the quotes in the filemask field.

Would that search for *.PAS, *.Pas etc.. files too? Especially
relevant under case-sensitive file systems, as is used under Linux.

The wiki help for that dialog does not mention if the filemask is
case-sensitive or not?

http://wiki.lazarus.freepascal.org/IDE_Window:_Find_in_files




Hi Graeme, it is definitely case-insensitive under Windows, but I don't know 
about Linux...


I suspect it is case-sensitive there, but this needs to be confirmed :)
cheers,
Paul 



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] "Find in Files" is it filename case-insensitive?

2009-10-21 Thread Bart
Graeme,

Find in files: Filter = *.pas;*.pp;*.inc
Linux i386 Lazarus 0.9.29 SVN r22094M

With this filter it will find text in 1.PAS and 2.Pas, so I guess it's
case insensitive.

Bart

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus