Bug 478052 - [OpenModelElementDialog] support matching elements based on user data
Summary: [OpenModelElementDialog] support matching elements based on user data
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.9.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 07:27 EDT by Moritz Eysholdt CLA
Modified: 2015-09-22 07:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Eysholdt CLA 2015-09-22 07:27:09 EDT
Use case:
let the user find EObjectDescriptions based on information stored in an IEObjectDescription's user data.

There already is org.eclipse.xtext.ui.search.IXtextSearchFilter, but it only allows to reject matches. For the mentioned use case, however, inclusion is necessary.

It would be nice if this use case would be solvable without overwriting Xtext's shared ui module.