Page 1 of 1

Function and struct shared in the workspace

Posted: Fri Nov 10, 2017 3:54 pm
by cheina97
Goodmorning.
I've made a specific workspace for my University cours.
Inside this workspace i'm making a project for each exercise, but i noticed that projects in the same workspace share the declared functions.
For example if i declare a function called printm in a project when i will write printm in another project codelite will show me that function.
Is there a way to isolate each project and not share functions and struct?

Re: Function and struct shared in the workspace

Posted: Fri Nov 10, 2017 7:47 pm
by eranif
You can disable the default code completion and enable only clang code completion:

settings->code completion->clang
and enable both options on this page:
enable clang
only use clang code completion

Please, always state your CodeLite version and OS

Re: Function and struct shared in the workspace

Posted: Fri Nov 10, 2017 9:35 pm
by cheina97
Sorry, my version is 10.0.0 on windows 10.
Thank you for all.