Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/TODO-syncview.txt')
-rw-r--r--bundles/org.eclipse.team.ui/TODO-syncview.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/TODO-syncview.txt b/bundles/org.eclipse.team.ui/TODO-syncview.txt
index 7db7df24e..0b5101f08 100644
--- a/bundles/org.eclipse.team.ui/TODO-syncview.txt
+++ b/bundles/org.eclipse.team.ui/TODO-syncview.txt
@@ -86,6 +86,7 @@ x memory and sync set disposal in syncsetcompare input!!!! VERY IMPORTANT!!!
======================================================================
- actions in sync view all assume that selection will have a resource (e.g refresh action).
- how would a refresh know what to select if a change comment node was selected, for example
+ - could first attempt to obtain resource and, if that fails, visit children to obtain resources
- sorter is related to input so may need to change when input does
- there does not appear to be a clean way to change the sorter and input without causing two refreshes
- SyncInfoSet##getOutOfSyncDescendants(IResource) is speced to include the resource itself if it is out-of-sync

Back to the top