Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Source files with .C not indexed. #614

Closed
janagulo opened this issue Aug 24, 2018 · 1 comment
Closed

Source files with .C not indexed. #614

janagulo opened this issue Aug 24, 2018 · 1 comment
Labels

Comments

@janagulo
Copy link

Even though the software allows one to add extra extensions manually, which true for above case(see below), source files with the extension(.C) -- note the case, are ignored and thus not indexed.
<source_extensions>
<source_extension>.cpp</source_extension>
<source_extension>.cxx</source_extension>
<source_extension>.cc</source_extension>
<source_extension>.C</source_extension>
</source_extensions>

@egraether egraether added the bug label Aug 24, 2018
@egraether
Copy link
Contributor

Fixed with 2018.3.36
The casing is usually ignored, bu this got broken. The other direction still works, so as workaround you can define the extension lowercase .c and then .C file will also get indexed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants