CodeLite won't parse files that have no #include in them?

CodeLite installation/troubleshooting forum
TiMan
CodeLite Curious
Posts: 4
Joined: Wed Aug 28, 2019 2:12 pm
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite won't parse files that have no #include in them?

Post by TiMan »

Hi. I'm using CodeLite 13.0.7.

My workspace have files with .hps extension , in which I configured to be as a c++ file extension.
The thing is, CodeLite will parse hps files that only have #include in them. I have other .hps files without any include in them in which CodeLite won't parse.

One of the solutions will be to rename the extension of said files to .h
However, I need my files to end with .hps.

Is there a way to tell CodeLite to treat all .hps files as .h file?
Perhaps I need do something in the Come Completion->Ctags->Advanced->Types/Tokens section?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite won't parse files that have no #include in them?

Post by eranif »

Please open a feature request / bug for this
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite won't parse files that have no #include in them?

Post by eranif »

This is now fixed in git master
Make sure you have read the HOW TO POST thread
TiMan
CodeLite Curious
Posts: 4
Joined: Wed Aug 28, 2019 2:12 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite won't parse files that have no #include in them?

Post by TiMan »

Just when I was about to post that issue, haha :lol:

Anyways thanks for fixing it.
Post Reply