eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.09k stars 448 forks source link

[Bug]: Filesystem Workspace does not include file extensions with upper case #3311

Closed FeZoli closed 5 months ago

FeZoli commented 5 months ago

What happened?

CodeLite does not list files with uppercase extensions in Search->Find Resources dialog.

Version

16.0.0

Operating system

Linux

Steps to reproduce

1. Create a Filesystem Workspace for an existing folder with files like file1.C, file1.H, etc. Uppercase extensions.
2. Open project settings, and append ;*.C;*.H to the extensions list
3. Search->Find Resource. Type the first characters of the files in the folder
4. The do not appear in the find list (show files enabled)

Relevant log output

No response