Closed GoogleCodeExporter closed 9 years ago
When you do it this way, Windows passes the filename argument in ALL CAPS.
Grafx2 is
able to read it as the filesystem is case-insensitive, but when browsing the
files on
fileselector opening, I do a case-sensitive comparison on every entry and no
match is
found so Grafx2 believes the file is not in the directory (anymore)
Original comment by yrizoud
on 2 Feb 2010 at 8:05
This appeared when rewriting the fileselectors and allowing to load a file as
spare.
It was not problematic before.
Original comment by pulkoma...@gmail.com
on 8 Feb 2010 at 10:02
Original comment by pulkoma...@gmail.com
on 8 Feb 2010 at 10:03
Fixed in r1346. Now on all filesystems, if there's no exact match on
case-sensitive
search, the first case-insensitive match is highlighted. This should make no
difference on case-sensitive platforms (which didn't have the issue), and since
on
Windows it's impossible to know if the filesystem is case-sensitive or not, even
though 99.9% times it's insensitive, there's no real good solution.
I never encountered the path/fileformat side of the issue. I tested with paths
in
spaces, still nothing. The fileformat is switched to GIF if the original format
was
not saveable (ie:jpg), but that's voluntary. Please repoen this issue if I
missed
something.
Original comment by yrizoud
on 14 Feb 2010 at 1:51
Original issue reported on code.google.com by
ilija.melentijevic
on 1 Feb 2010 at 8:22