How to configure the Problems View
From WebRatio WebML Wiki
|
The default WebRatio configuration of the Problems View (which is inherited from the Eclipse default one) shows you all the errors and warnings of the workspace projects disregarding the current selection. This configuration may create confusion when your workspace grows and includes different projects (Java projects, Web projects, and so on). In order to see the problems related to the current project you just have to follow these steps:
- Select the Problems View (
)
- Click on the triangle button on the top right of the View. This button allows you to open the menu.
- Select the Configure Contents... option
- In the opening dialog click the New... button and add a new configuration name "Issues on Same Project"
- Select the "On any element in the same project" for the Scope option and click on the OK button
- Return to the Problems View and choose from the menu the Show > Issues on Same Project command.

