Bug 220531 - [Markers] Filter on resource name
Summary: [Markers] Filter on resource name
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-02-27 05:42 EST by Ketan Padegaonkar CLA
Modified: 2016-10-01 19:22 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ketan Padegaonkar CLA 2008-02-27 05:42:54 EST
Build ID: 3.4M5

The existing filters on the problems view allows to filter problems based on the contents of the problem description.

It would be cool if it would be possible to filter based on other properties as well. For e.g. in my particular case, I have a lot of warnings in my code base, however I'm not concerned about warnings in junit test cases, so I could filter out all resources containing 'Test' in their resource name.
Comment 1 Tod Creasey CLA 2008-03-04 10:45:22 EST
This is currently possible. Filter on description.
Comment 2 Ketan Padegaonkar CLA 2008-03-04 11:39:36 EST
I'm not quite sure if I conveyed myself correctly.

I would like to be filtering based on resource name in addition to the description.

I'm willing to contribute a patch and hence reopening bug -- unless you strongly feel that this filter should not go into the eclipse problems view.
Comment 3 Tod Creasey CLA 2008-03-04 13:02:06 EST
This should be pretty easy to contribute - just add a filter and a configuraration area to org.eclipse.ui.ide.resourceField in org.eclipse.ui.ide.

See DescriptionConfigurationArea for a similar example
Comment 4 Ketan Padegaonkar CLA 2008-03-04 13:05:33 EST
Great, will look into DescriptionConfigurationArea and file a patch.
Comment 5 Susan McCourt CLA 2009-07-15 12:18:06 EDT
"As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009"
Comment 6 Harald CLA 2011-03-17 14:57:09 EDT
Hello,

I`m working untill one year with eclipse. It`s a nice IDE. But I have a Improvement-Idea: 

The displaying of Errors and Warnings can be configured. 
It will be nice, if I could select messages about his path.

We work with generated and/or with ready Codeareas. Warnings in this codefiles are not interesting. But in the generated source we have more than 400 Warnings. So we don`t find the relevant Warnings.

A filter like the Descriptionfilter about the path will be very helpful. 
As example we will selected „doesn`t contain“ „src-gen“.

Best regardes
Harald
Comment 7 Prakash Rangaraj CLA 2011-03-18 02:40:32 EDT
(In reply to comment #6)
> We work with generated and/or with ready Codeareas. Warnings in this codefiles
> are not interesting. But in the generated source we have more than 400
> Warnings. So we don`t find the relevant Warnings.
> 
> A filter like the Descriptionfilter about the path will be very helpful. 
> As example we will selected „doesn`t contain“ „src-gen“.

    If that is your use case, then you need this Bug# 220928