simplecpp icon indicating copy to clipboard operation
simplecpp copied to clipboard

`realFilename()` should be dependent on filesystem instead of operating system

Open firewave opened this issue 2 years ago • 0 comments

realFilename() does nothing on non-Windows platforms but that leads to inconsistent behavior with case insensitive filesystems.

File on disk: lower.cpp Result on Windows (case insensitive filesystem) for Lower.cpp: lower.cpp Result on Linux for Lower.cpp on case insensitive filesystem: Lower.cpp

firewave avatar Sep 07 '23 08:09 firewave