Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to trigger loading Markers on IDE startup?
How to trigger loading Markers on IDE startup? [message #1388451] Thu, 26 June 2014 13:14 Go to next message
Juergen Weber is currently offline Juergen WeberFriend
Messages: 65
Registered: July 2009
Member
Hi,

I want to persist markers in an separate file which should be stored within a Java project. So I cannot use "org.eclipse.core.resources.markers" persistent value="true" which stores its data in the workspace properties.

How could I trigger the code that loads my markers on startup? The markers should be visible if a Java source file is opened, so the markers should be loaded on startup.

Or is it possible to exchange/modify the normal Marker load mechanism?

Thanks,
Juergen
Re: How to trigger loading Markers on IDE startup? [message #1389298 is a reply to message #1388451] Fri, 27 June 2014 15:51 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Juergen,

As far as I know, there's really nothing to support that directly. You
could register an org.eclipse.ui.IStartup to invoke some code during
startup...

On 26/06/2014 3:14 PM, Juergen Weber wrote:
> Hi,
>
> I want to persist markers in an separate file which should be stored
> within a Java project. So I cannot use
> "org.eclipse.core.resources.markers" persistent value="true" which
> stores its data in the workspace properties.
>
> How could I trigger the code that loads my markers on startup? The
> markers should be visible if a Java source file is opened, so the
> markers should be loaded on startup.
>
> Or is it possible to exchange/modify the normal Marker load mechanism?
>
> Thanks,
> Juergen
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Migrate from deprecated action extension points
Next Topic:Problem marker export
Goto Forum:
  


Current Time: Fri Apr 26 12:00:31 GMT 2024

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

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

Back to the top