Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Zend PDT hide todo/tasks/warnings from zend-framework

Is it possible to hide the todo's/tasks/warnings from specific folders in eclipse? E.g. I'm using the Zend framework in one of my projects with the zend mvc folder structure. So zf is in the folder library. Having several hundrest todos from the Zend library within my project is kind of distracting.

like image 587
Manuel Avatar asked Jun 10 '12 09:06

Manuel


1 Answers

May be this will work for you.

Right click project
Select properties
Select validation
Check Enable Project specific settings
On the XML Validator row, click the '...' button
Select Exclude Group
Click Add rule
Select 'Folder or file name'
Click Next
Select files or folder which are not validated.
Click Finish
Click OK
Click OK
like image 113
Jaskaran Singh Avatar answered Oct 04 '22 11:10

Jaskaran Singh