Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Access to Problems view
Access to Problems view [message #670268] Fri, 13 May 2011 06:21 Go to next message
Eclipse UserFriend
Is there any way to get access to the Problems view containing the errors and warnings? For example to determine the number of current errors in the model or to erase all existing errors.

Especially if switch between different models, the Problems view contains errors from different models mixed together. I would like to avoid that...
Re: Access to Problems view [message #670322 is a reply to message #670268] Fri, 13 May 2011 09:43 Go to previous messageGo to next message
Eclipse UserFriend
Adrian,

Things in the problems view are there because of IMarkers on the IFile;
you need to use Eclipse's resource APIs to manipulate those directly.
Also, that view is configurable to show problems only for the selected
file...


Adrian Civil wrote:
> Is there any way to get access to the Problems view
> containing the errors and warnings? For example to
> determine the number of current errors in the model or to
> erase all existing errors.
> Especially if switch between different models, the Problems
> view contains errors from different models mixed together.
> I would like to avoid that...
Re: Access to Problems view [message #670479 is a reply to message #670322] Sat, 14 May 2011 07:04 Go to previous message
Eclipse UserFriend
Gee, honestly didn't know that. That basically solves all my issues... Thanks
Previous Topic:Empty GMFMAP
Next Topic:How to identify top node references in GMF editors
Goto Forum:
  


Current Time: Fri Jul 04 03:05:41 EDT 2025

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

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

Back to the top