Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Doubt on GroupByKeyComputer in Search Plugin

Hi,

I am trying to implement the Search functionality in my plugin.
So checking out the reference Textual/JDT search implememntation.I have been able to get the search functionality up.
But I don't understand the use of org.eclipse.search.internal.ui.text.GroupByKeyComputer . An instance of this class is created by the TextSearchCollecter and passed on to SearchView.By debugging i found out it doesnt seem to be invoked at all..Sames the case with JDT Search.They are also using a GroupByKeyComputer ,but again its not invoked at all..

Any ideas??

Thanks
Zenil

Back to the top