Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Too many marker types in Problems View filter dialog for RCP app
Too many marker types in Problems View filter dialog for RCP app [message #314729] Fri, 20 April 2007 19:36 Go to next message
Eclipse UserFriend
Originally posted by: kvdijken.tiscali.nl

In my RCP application I use markers and the Problems View. I created my own types of markers and
built some kind of class-hierarchy for them. This all works fine. However, in the Show Items of Type
listbox in the Filters Dialog of the Problems View i see too many markers which are absolutely
irrelevant to the user of the RCP app.

I see 'abstract' base classes of my own markers which are never 'instantiated'.
I see EMF Problem markers.
I see Problem markers (don't know yet where they come from).
I see XML Schema Problem markers

Is there some way to have these not shown in this Filter Dialog?

Koen



(I encounter this kind of problem quite often that if I use some plugin in my RCP app, I get too
many menubar-items, views and more which I'd prefer not to have.)
Re: Too many marker types in Problems View filter dialog for RCP app [message #314949 is a reply to message #314729] Mon, 30 April 2007 07:06 Go to previous message
petr is currently offline petrFriend
Messages: 7
Registered: July 2009
Junior Member
Hi Koen,

I'm also trying to get problems view working in RCP application. For the
moment I cannot get any message in the view. However, I am sure, that my
validation code is being executed.
Following try block does not throw an error:

try {
MarkerUtil.createMarkers(status);
} catch (CoreException e) {
ValidationPlugin.getDefault().getLog().log(e.getStatus());
}

Is there anything else that I have to do in order get marker into the
problem view? (The view is active.)


Regards,
Petr
Previous Topic:Label provider for a tree viewer
Next Topic:Document cannot be save
Goto Forum:
  


Current Time: Sat Jul 27 12:52:06 GMT 2024

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

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

Back to the top