Skip to main content

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


try doing a references search to IGroupByKeyComputer.computeGroupByKey(..).  It's not used a whole lot anymore, but still.

Thomas



"Zenil" <zenil123@xxxxxxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

02/11/2004 10:32 AM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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