Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Mark modified files
Mark modified files [message #871172] Fri, 11 May 2012 09:12 Go to next message
Bartosz Popiela is currently offline Bartosz PopielaFriend
Messages: 21
Registered: March 2012
Junior Member
I'm developing custom RCP application. In navigator, I want to mark files that have been changed, similar to Version Control marks. The mark disappears when I involve my custom "deploy" action.
What is the best way to do such feature?
Should I store information about files that have been changed and files that have been deployed in an external file?
Re: Mark modified files [message #883391 is a reply to message #871172] Fri, 08 June 2012 12:36 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 11.05.2012 11:12, Bartosz P. wrote:
> I'm developing custom RCP application. In navigator, I want to mark
> files that have been changed, similar to Version Control marks. The
> mark disappears when I involve my custom "deploy" action.
> What is the best way to do such feature?
See
http://www.eclipse.org/articles/Article-Mark%20My%20Words/mark-my-words.html
.. Another possibility would be
org.eclipse.core.resources.IResource.setPersistentProperty(QualifiedName, String).

Dani
> Should I store information about files that have been changed and
> files that have been deployed in an external file?
Previous Topic:Link with Editor in IViewPart
Next Topic:The command org.eclipse.ui.views.showView
Goto Forum:
  


Current Time: Thu Apr 25 12:29:08 GMT 2024

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

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

Back to the top