Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Plugin that stores and restores markers
Plugin that stores and restores markers [message #208490] Wed, 10 March 2004 00:39 Go to next message
Eclipse UserFriend
Hi,

I am finding a plugin that allows me to stores and restores markers. Is
there any plugin available for doing that?

Tim
Re: Plugin that stores and restores markers [message #208498 is a reply to message #208490] Wed, 10 March 2004 01:08 Go to previous messageGo to next message
Eclipse UserFriend
Tim wrote:

> Hi,
>
> I am finding a plugin that allows me to stores and restores markers. Is
> there any plugin available for doing that?


I myself have been messing around with code to do just that, for submission
to an existing plugin or the Eclipse core itself. Due to other project
duties I haven't progressed much on this I'm afraid. :(

If you do find something please let me know.
Re: Plugin that stores and restores markers [message #208522 is a reply to message #208498] Wed, 10 March 2004 01:36 Go to previous messageGo to next message
Eclipse UserFriend
R.U. Deranged wrote:

> Tim wrote:

> > Hi,
> >
> > I am finding a plugin that allows me to stores and restores markers. Is
> > there any plugin available for doing that?


> I myself have been messing around with code to do just that, for submission
> to an existing plugin or the Eclipse core itself. Due to other project
> duties I haven't progressed much on this I'm afraid. :(

> If you do find something please let me know.

I guess one of the problems is that there would almost definitely be some
conflicts if we store the markers into a file that exists in the project
folder where cvs is used. It is because more than one person would be
updating the marker file.

I am thinking where I should put the marker file in if I successfully
created the mechanism to store and restore the markers. Idea?

Tim
Re: Plugin that stores and restores markers [message #208639 is a reply to message #208522] Wed, 10 March 2004 03:12 Go to previous messageGo to next message
Eclipse UserFriend
Tim wrote:

> I guess one of the problems is that there would almost definitely be some
> conflicts if we store the markers into a file that exists in the project
> folder where cvs is used. It is because more than one person would be
> updating the marker file.


Hmmm, team-shared markers. I hadn't thought of that angle. Just shows how
little thought I've put into the subject so far ;-). The Koi project
supports that apparently:

http://www.eclipse.org/koi


> I am thinking where I should put the marker file in if I successfully
> created the mechanism to store and restore the markers. Idea?


So if you don't want your marker files ending up in CVS along with your
other project files, it would probably be best to store them in "/eclipse
workspace/.metadata/.plugins/org.yourdomain.yourplugin" to maintain
consistency with Eclipse plugin conventions.
Re: Plugin that stores and restores markers [message #208796 is a reply to message #208639] Wed, 10 March 2004 08:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dj_houghton.nospam.ca.ibm.com

Here is a bug report requesting an enhancement of being able to share
markers with a team provider:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=26809

R.U. Deranged wrote:

> Tim wrote:
>
>
>>I guess one of the problems is that there would almost definitely be some
>>conflicts if we store the markers into a file that exists in the project
>>folder where cvs is used. It is because more than one person would be
>>updating the marker file.
>
>
>
> Hmmm, team-shared markers. I hadn't thought of that angle. Just shows how
> little thought I've put into the subject so far ;-). The Koi project
> supports that apparently:
>
> http://www.eclipse.org/koi
>
>
>
>>I am thinking where I should put the marker file in if I successfully
>>created the mechanism to store and restore the markers. Idea?
>
>
>
> So if you don't want your marker files ending up in CVS along with your
> other project files, it would probably be best to store them in "/eclipse
> workspace/.metadata/.plugins/org.yourdomain.yourplugin" to maintain
> consistency with Eclipse plugin conventions.
>
Re: Plugin that stores and restores markers [message #209221 is a reply to message #208796] Wed, 10 March 2004 20:00 Go to previous message
Eclipse UserFriend
DJ Houghton wrote:

> Here is a bug report requesting an enhancement of being able to share
> markers with a team provider:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=26809


Thanks for the tip. That's got my vote.

For anyone interested, here's a related bug report advocating marker
exports:

https://bugs.eclipse.org/bugs/votes.cgi?action=show_bug& bug_id=21407

Please vote for it because I'm a busy guy (or am I just lazy?). ;-)
Previous Topic:[JOB] Senior Client Side Java GUI Software Engineer
Next Topic:org.eclipse.jdt.astview
Goto Forum:
  


Current Time: Sat May 10 17:14:05 EDT 2025

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

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

Back to the top