Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Markers not displayed
Markers not displayed [message #303779] Tue, 23 May 2006 08:23 Go to next message
Eclipse UserFriend
Originally posted by: Xavier.Decoret.imag.fr

Hi,

I have a custom editor with a custom builder. The builder generate some
markers that do appear in the Problem view and do generate icons in the
package explorer. However, the red icon in the vertical status line do
not appear.

The weird thing is that they has appeared at some time during the
development of my plugin, but they no longer and I cannot track back the
moment where I lost them :-(

Does anybody have a hint of what I might have deleted, or what part of
the editor should I check to have the markers?

Thanks.
Re: Markers not displayed [message #304040 is a reply to message #303779] Mon, 29 May 2006 12:21 Go to previous message
Eclipse UserFriend
Originally posted by: Xavier.Decoret.imag.fr

Xavier Décoret a écrit :
> Hi,
>
> I have a custom editor with a custom builder. The builder generate some
> markers that do appear in the Problem view and do generate icons in the
> package explorer. However, the red icon in the vertical status line do
> not appear.
>
> The weird thing is that they has appeared at some time during the
> development of my plugin, but they no longer and I cannot track back the
> moment where I lost them :-(
>
> Does anybody have a hint of what I might have deleted, or what part of
> the editor should I check to have the markers?
>
> Thanks.

Found the problem: I forgot to call super.initializeEditor(); in my
derived editor.

As a remember for those who search the forums, there is also a link in
the FAQ:

http://wiki.eclipse.org/index.php/FAQ_Why_don%27t_my_markers _appear_in_the_editor%27s_vertical_ruler%3F
Previous Topic:How to convert jar to exe.
Next Topic:Re: prevent closing ViewPart
Goto Forum:
  


Current Time: Fri Aug 23 11:13:39 GMT 2024

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

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

Back to the top