Community
Participate
Working Groups
Add support to group targets from different sources in working sets. See the resource or java working sets as example. 1. The user should be able to group targets no matter from which source the target are provided. 2. Allow the user to re-order the working sets (see again resource or java working sets as example) 3. Have a "My Targets" default working set listing all "non-discovered" static targets 4. Have a "Discovered in Local Subnet" default working set listing all discovered targets (TCF targets of type "RemotePeer" in example).
Created attachment 205466 [details] The patch to fix this bug. This is a patch to fix this bug. Please have a review.
Created attachment 205467 [details] An icon used by this patch. This is an icon used by this patch. Please put it in the directory "org.eclipse.tm.te.tcf.ui/icons/obj16". Thanks.
I, William Chen, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
William, OK. The patch works pretty well, for TCF peer nodes. What I had been locking for is a more generic solution that provides working set independent of the node type. Basically it should be possible to put nodes from different sources into one working set. Nonetheless, the patch is a very good starting point to evolve to what's needed. Thanks! :)
Core working set support added