Disabling certain types of warnings in the modeler

4
Is it possible now or will it possible in the future to disable certain types of warnings in the modeler? In our current project we do not use images in the navigation tree so now we have almost 40 warnings that navigation item X has "no image specified". It would be nice to have the ability to disable this particular warning. An example of this kind of functionality can be found in Eclipse (under Project -> Properties -> Java compiler -> Errors/Warnings.
asked
1 answers
4

Currently this is not possible. You cannot switch off warnings (or errors).

As a workaround for your specific problem I added an empty image to my project and attached it to an item in the navigation tree. This will fix your current warning issue.

answered