Page 1 of 1

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

Posted: Fri Dec 06, 2019 6:56 pm
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?

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

Posted: Sat Dec 07, 2019 12:30 am
by eranif
Please open a feature request / bug for this

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

Posted: Sat Dec 07, 2019 2:43 am
by eranif
This is now fixed in git master

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

Posted: Sat Dec 07, 2019 2:44 am
by TiMan
Just when I was about to post that issue, haha :lol:

Anyways thanks for fixing it.