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?
Function and struct shared in the workspace
-
- CodeLite Curious
- Posts: 9
- Joined: Sun Oct 08, 2017 1:17 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: Function and struct shared in the workspace
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
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
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 9
- Joined: Sun Oct 08, 2017 1:17 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Function and struct shared in the workspace
Sorry, my version is 10.0.0 on windows 10.
Thank you for all.
Thank you for all.