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?
CodeLite won't parse files that have no #include in them?
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Aug 28, 2019 2:12 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- 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?
Please open a feature request / bug for this
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- 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?
This is now fixed in git master
Make sure you have read the HOW TO POST thread
-
- 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?
Just when I was about to post that issue, haha
Anyways thanks for fixing it.
Anyways thanks for fixing it.