Refresh files in workspace

General questions regarding the usage of CodeLite
xkyve
CodeLite Curious
Posts: 5
Joined: Tue Jun 23, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Refresh files in workspace

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refresh files in workspace

Post 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
Make sure you have read the HOW TO POST thread
xkyve
CodeLite Curious
Posts: 5
Joined: Tue Jun 23, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refresh files in workspace

Post by xkyve »

What would be the quickest way to update an externally changed folder structure + addition/deletion of files?
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Refresh files in workspace

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refresh files in workspace

Post 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
Make sure you have read the HOW TO POST thread
xkyve
CodeLite Curious
Posts: 5
Joined: Tue Jun 23, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refresh files in workspace

Post by xkyve »

Thank you very much, it worked. I didn't know about that. :)
Post Reply