how to re-scan folder?
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jun 10, 2011 10:29 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
how to re-scan folder?
If I have added or delete some file, or even folders, then how can CodeLite re-scan and take these changes immediately? thanks
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how to re-scan folder?
What do you mean by "these changes immediately" - what do you want codelite to do?thisEric wrote:then how can CodeLite re-scan and take these changes immediately? thanks
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jun 10, 2011 10:29 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how to re-scan folder?
I want Codelite can notice these changes, and add changes into the workspace explorer automaticallyeranif wrote:What do you mean by "these changes immediately" - what do you want codelite to do?thisEric wrote:then how can CodeLite re-scan and take these changes immediately? thanks
Eran
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how to re-scan folder?
If you deleted a file - you will have to remove it manually from the workspace.thisEric wrote:I want Codelite can notice these changes, and add changes into the workspace explorer automatically
If you added a file (or many files) - the fastest way is to import the directory into codelite (right click on the project and select 'import files from directory')
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jun 10, 2011 10:29 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how to re-scan folder?
OK, thanks, actually I indeed finish it manually, and wish Codelite can automatically finish it by some refresh operation.eranif wrote:If you deleted a file - you will have to remove it manually from the workspace.thisEric wrote:I want Codelite can notice these changes, and add changes into the workspace explorer automatically
If you added a file (or many files) - the fastest way is to import the directory into codelite (right click on the project and select 'import files from directory')
Eran