Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How do I display errors in the problem view?
How do I display errors in the problem view? [message #436111] Wed, 31 August 2005 09:13 Go to next message
Pravinsinh is currently offline PravinsinhFriend
Messages: 16
Registered: July 2009
Junior Member
Hi,

I have developed a xml editor using eclipse PDE.
I wish to know is it possible to display the error messages/ Validation
Warnings in the problem view of eclipse?
Is it possible using RCP?
Any pointers are welcome.

Thanks & Regards,
Pravin.
Re: How do I display errors in the problem view? [message #436113 is a reply to message #436111] Wed, 31 August 2005 09:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mail4zlq.gmail.com

You can add "IMarker" to the target "IResource"

> Hi,
>
> I have developed a xml editor using eclipse PDE. I wish to know is it
> possible to display the error messages/ Validation Warnings in the
> problem view of eclipse? Is it possible using RCP?
> Any pointers are welcome.
>
> Thanks & Regards,
> Pravin.
>
Re: How do I display errors in the problem view? [message #436154 is a reply to message #436111] Wed, 31 August 2005 16:30 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
Have a butchers at

http://www.eclipse.org/articles/Article-Mark%20My%20Words/Ma rk%20My%20Words.html

which talks about how to use markers. Also, if you want to have markers appear on the fly, this might also be useful:

http://www.eclipse.org/articles/Article-Resource-deltas/reso urce-deltas.html

One thing to note; if you are responding to a resource change, you can't necessarily create an IMarker in the same thread. Instead, you need to post such changes as an async executable to the SWT thread ...
Previous Topic:Create plugin for mysql.jar
Next Topic:What's the owner for Swing JDialog now?
Goto Forum:
  


Current Time: Wed Dec 04 16:43:56 GMT 2024

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

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

Back to the top