code completion for Juce SDK headers?

CodeLite installation/troubleshooting forum
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

code completion for Juce SDK headers?

Post by petah »

I started using Juce which is working great with CL except for code completion, or "goto declaration / definition" which in wx would always open the right header. I assume that the paths in the Tag Settings are searched recursively?

Are there known problems with headers that include cpps or the like & suggested workarounds?

thx a lot & cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: code completion for Juce SDK headers?

Post by eranif »

A minimal project with reproduction will be a great help to see the problem ( I am using codelite with various SDKs no problems there (Qt, wxWidgets, V8 and others)

Eran
Make sure you have read the HOW TO POST thread
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: code completion for Juce SDK headers?

Post by petah »

Hi Eran,

code completion works fine on Windows, I have a hunch the problem on Linux is due to source files whose line endings aren't 100% LF-based. F.ex. if you have a file with a mix of CR/LF endings in a project under Linux, CL won't find any ctags for it. It can be edited fine & will compile fine as well.

I'll try to reproduce this later but we'd have to make sure any source file aren't automatically LF-translated on compression/decompression.

cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
Post Reply