Page 1 of 1

Problem with reload workspace

Posted: Tue Nov 22, 2011 1:12 pm
by jikodi
Hello everybody I'm pretty new in developing with codelite. I have one stupid issue. When I load some files in project, and then build the project. The files that should appear after building the project exist only in filesystem. They don't appear in my workspace, even if I click on "reload workspace". And another thinks is that if these files are already loaded in workspace at the beginning, then when I cleaned the project this files has been deleted from filesystem, but they still exist in the workspace, when I'm clicking on "reload workspace" nothing changes, the files are still there. Is there any possibility this files to reload automatically in codelite lice eclipse for example?
I'm not sure that I was clear enough :) . If somebody can help me, I will be very happy.

Re: Problem with reload workspace

Posted: Tue Nov 22, 2011 1:16 pm
by eranif
The "workspace" view does *not* reflect your file system. It reflects what you defined as part of you project/workspace.
If you remove a file from the workspace codelite will prompt you to ask whether you would like it to be removed from the file system as well.

However, if you remove it from the disk, you will need to synchronize your project manually.

You can always submit a patch that fixes this (or submit a feature request)

Eran

Re: Problem with reload workspace

Posted: Tue Nov 22, 2011 1:27 pm
by jikodi
Wow that was fast.
Thanks allot Eran.