Create marker and use problem view [message #1239099] |
Mon, 03 February 2014 06:09  |
Eclipse User |
|
|
|
Hello!
How i can create markers on my pictograms element? And see it in problems view?
Currently, i launch a feature validation in PenelopToolBehaviorProvider.postExecute.
@Override
public void postExecute(IExecutionInfo executionInfo) {
super.postExecute(executionInfo);
ValidateDiagramFeature validateDiagramFeature = new ValidateDiagramFeature(this.getDiagramTypeProvider());
this.getDiagramTypeProvider()
.getDiagramBehavior()
.executeFeature(validateDiagramFeature, new CustomContext());
}
But i don't know how to report issues in problems view...
Thanks!
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04291 seconds