Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] How to remove the thread from the debug view?

This sort of question should be asked on the newsgroups rather than 
developer mailing list.

The JFace viewer framework supports ViewerFilter's. However, the debug 
view is slightly different than other viewers in that it is a virtual 
viewer that obtains content asynchronously and filters content 
incrementally.

Darin Wright




Laurent Vanni <laurent.vanni@xxxxxxxxx> 
Sent by: pde-ui-dev-bounces@xxxxxxxxxxx
01/16/2009 12:39 PM
Please respond to
"Eclipse PDE UI developers list." <pde-ui-dev@xxxxxxxxxxx>


To
pde-ui-dev@xxxxxxxxxxx
cc

Subject
[pde-ui-dev] How to remove the thread from the debug view?






Hi,
I trying to make a filter for the debug view to remove some threads 
monitored by the debugger.
I've seen in this view a TreePath where i can show the Thread 
informations, but i don't find a method to remove the thread from this 
view.
Could you help me please? Tanks!
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-ui-dev




Back to the top