Bug 506722 - search bar for problems view
Summary: search bar for problems view
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks: 511269
  Show dependency tree
 
Reported: 2016-10-28 11:21 EDT by Nobody - feel free to take it CLA
Modified: 2017-07-18 08:15 EDT (History)
5 users (show)

See Also:


Attachments
Search like in History view (73.59 KB, image/png)
2016-10-31 06:42 EDT, Patrik Suzzi CLA
no flags Details
ExtendedMarkersView modified (48.56 KB, application/octet-stream)
2017-07-14 12:12 EDT, Nobody - feel free to take it CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody - feel free to take it CLA 2016-10-28 11:21:40 EDT
I have a proposal for an enhancement I did not find in an existing bugzilla. 

I recently had the idea of a search bar for the problems view. 
Sometimes there are a lot of errors and warnings in the project and to scroll through all the issues could be quite exhausting. 
If you had a search bar for filtering, this would be very convenient. 
Inside the filters view there is one, but to get to the text field there is not very user friendly in my opinion.
Comment 1 Patrik Suzzi CLA 2016-10-31 06:42:54 EDT
Created attachment 265113 [details]
Search like in History view

Dominik, IIUC, you'd like to have a search like there is in the history view.
Comment 2 Patrik Suzzi CLA 2016-10-31 06:47:09 EDT
If the above is correct, I like the general Idea. 

Would you like to contribute a patch, following the contribution guide ?https://wiki.eclipse.org/Platform_UI/How_to_Contribute
Comment 3 Patrik Suzzi CLA 2016-10-31 10:07:12 EDT
Adding Lars in c/c as he might be interested in this enhancement.
Comment 4 Mickael Istria CLA 2017-01-29 12:00:31 EST
This might to be only a matter of trying to use a FilteredTree in place of the TreeViewer. Marking as helpwanted as it could be an easy and very useful change to do as part of a hackathon.
Comment 5 Nobody - feel free to take it CLA 2017-07-14 12:12:44 EDT
Created attachment 269363 [details]
ExtendedMarkersView modified

I modified the ExtendedMarkersView, but got a problem with the PatternFilter. Before I start digging inside the problem, can you have a look if my solution could work anyway and I am not doing something wrong?

I simply modified the createViewer-method, created a FilteredTree and added to the MarkersTreeViewer the filteredTree.getViewer().getTree() instead of creating a new one like before.
Comment 6 Andrey Loskutov CLA 2017-07-18 08:15:15 EDT
(In reply to Dominik Jetzen from comment #5)
> Created attachment 269363 [details]
> ExtendedMarkersView modified

Please use Gerrit for patches, even if they are proof of concept - in that case simply add [WIP] or [DO NOT MERGE] at the beginning of the commit message.