Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Markers don't show up in unopened editors
Markers don't show up in unopened editors [message #200394] Wed, 06 April 2005 23:47 Go to next message
Eclipse UserFriend
Originally posted by: rspitler.colby.edu

My plugin automatically scans a project and places markers throughout
the java files. However, the markers only show up in the editor that
is currently visible. I have feedback saying that markers are being
made on all of the files, but when I open another file in an editor the
markers are absent. Is there a way to make sure that the markers are
shown? I have the markers flagged as persistant and they are a
subclass of problemmarker. I am not currently using a builder to
create these markers but a user activated action. Do I need to use a
builder? What else can I do?
Thanks
Russ
Re: Markers don't show up in unopened editors [message #213358 is a reply to message #200394] Thu, 25 August 2005 06:18 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Russell Spitler wrote:

> My plugin automatically scans a project and places markers throughout
> the java files. However, the markers only show up in the editor that
> is currently visible. I have feedback saying that markers are being
> made on all of the files, but when I open another file in an editor
> the markers are absent. Is there a way to make sure that the markers
> are shown? I have the markers flagged as persistant and they are a
> subclass of problemmarker. I am not currently using a builder to
> create these markers but a user activated action. Do I need to use a
> builder? What else can I do?

Add the markers inside a workspace runnable and use the Problems view to
verify that they are created.

Dani

> Thanks
> Russ
>
Previous Topic:Deadlock while using JavaPlugin.getDefault().getASTProvider().getAST()
Next Topic:Newline format in .java source files.
Goto Forum:
  


Current Time: Wed Jun 18 07:35:02 EDT 2025

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

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

Back to the top