how to re-scan folder?
Posted: Fri Jun 10, 2011 10:53 am
If I have added or delete some file, or even folders, then how can CodeLite re-scan and take these changes immediately? thanks
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
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
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
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