Any way I can get the file dialog to be case-INsensitive? Not a big
problem on Windows, but on Linux..
tks
Any way I can get the file dialog to be case-INsensitive? Not a big
problem on Windows, but on Linux..
tks
How exactly would that work on linux? If you have a file named “Makefile” and one named “makefile”, which file do you want your case-insensitive file to pick?
On Tue, Aug 11, 2009 at 12:44 PM, Carlos Grohmann carlos.grohmann@gmail.com wrote:
Any way I can get the file dialog to be case-INsensitive? Not a big
problem on Windows, but on Linux…
tks
I was thinking more in terms of file extensions..
say I have the files data1.txt and data2.TXT
using wildcard = 'TXT files (*.txt)|*.txt' on Linux would show only
data1.txt, and in windows it would show both.
On Aug 11, 2:53 pm, Bryan Oakley <oak...@bardo.clearlight.com> wrote:
On Tue, Aug 11, 2009 at 12:44 PM, Carlos Grohmann <carlos.grohm...@gmail.com > > > wrote:
> Any way I can get the file dialog to be case-INsensitive? Not a big
> problem on Windows, but on Linux..> tks
How exactly would that work on linux? If you have a file named "Makefile"
and one named "makefile", which file do you want your case-insensitive file
to pick?