Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to update file contents in background?
How to update file contents in background? [message #633339] Sat, 16 October 2010 17:48
Robert Luo is currently offline Robert LuoFriend
Messages: 1
Registered: October 2010
Junior Member
Hi,
I have a senario like below:
1. File A is editing by user
2. Change the contents of file A, but don't replace the contents in the editor
3. Do some long time work with the file A, for example, check in to remote repository
4. Change back to the original file A

Is there a way to get it done? Note:
1. When changing the contents of A, user should not be interrupted, he can continue his work
2. In step 3, it may take minutes to finish, during this period, if user save the file, then file A will be overridden again, how to avoid this?

Thanks.

Previous Topic:transfer data to page
Next Topic:Syntax Highligting in org.eclipse.swt.widgets.Text
Goto Forum:
  


Current Time: Fri Mar 29 07:45:19 GMT 2024

Powered by FUDForum. Page generated in 0.02365 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top