Page 1 of 1
Refresh files in workspace
Posted: Thu Jul 02, 2015 12:12 pm
by xkyve
Is there a way to automatically refresh modified/added/deleted files in the workspace?
Right now I'm only able to add/remove files manually. For the modified files I have to reopen them to see the changes.
Regards
Re: Refresh files in workspace
Posted: Thu Jul 02, 2015 12:50 pm
by eranif
Are we talking about a C++ workspace?
If yes, then the answer is "No"
In general, files that were modified outside of CodeLite, will get a prompt for "Reload file"
This is usually happens when you switch the focus in and out from CodeLite
Eran
Re: Refresh files in workspace
Posted: Thu Jul 02, 2015 3:21 pm
by xkyve
What would be the quickest way to update an externally changed folder structure + addition/deletion of files?
Re: Refresh files in workspace
Posted: Thu Jul 02, 2015 10:20 pm
by Jarod42
I personally use project generator with premake. (cmake may be an option now, but I think it doesn't generate "normal" project).
And so, I just relaunch the script to update the project.
Re: Refresh files in workspace
Posted: Fri Jul 03, 2015 2:03 pm
by eranif
xkyve wrote:What would be the quickest way to update an externally changed folder structure + addition/deletion of files?
Right click on the project and select 'Reconcile Project'
See here:
http://codelite.org/LiteEditor/ReconcileProject
Eran
Re: Refresh files in workspace
Posted: Tue Jul 14, 2015 2:53 pm
by xkyve
Thank you very much, it worked. I didn't know about that.