Page 1 of 1

how to re-scan folder?

Posted: Fri Jun 10, 2011 10:53 am
by thisEric
If I have added or delete some file, or even folders, then how can CodeLite re-scan and take these changes immediately? thanks

Re: how to re-scan folder?

Posted: Fri Jun 10, 2011 10:57 am
by eranif
thisEric wrote: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?

Eran

Re: how to re-scan folder?

Posted: Fri Jun 10, 2011 11:01 am
by thisEric
eranif wrote:
thisEric wrote: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?

Eran
I want Codelite can notice these changes, and add changes into the workspace explorer automatically

Re: how to re-scan folder?

Posted: Fri Jun 10, 2011 11:35 am
by eranif
thisEric wrote:I want Codelite can notice these changes, and add changes into the workspace explorer automatically
If you deleted a file - you will have to remove it manually from the workspace.
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

Re: how to re-scan folder?

Posted: Fri Jun 10, 2011 12:14 pm
by thisEric
eranif wrote:
thisEric wrote:I want Codelite can notice these changes, and add changes into the workspace explorer automatically
If you deleted a file - you will have to remove it manually from the workspace.
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
OK, thanks, actually I indeed finish it manually, and wish Codelite can automatically finish it by some refresh operation.