From 9f53803c58bc0df639bf3afaa2e09867a27eba51 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 5 Aug 2015 12:31:03 -0400 Subject: [PATCH] notes on implementation --- app/src/processing/app/contrib/ContributionListing.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/processing/app/contrib/ContributionListing.java b/app/src/processing/app/contrib/ContributionListing.java index 1f2a8a17b..f47c68d83 100644 --- a/app/src/processing/app/contrib/ContributionListing.java +++ b/app/src/processing/app/contrib/ContributionListing.java @@ -455,6 +455,10 @@ public class ContributionListing { /** + * TODO This needs to be called when the listing loads, and also whenever + * the contribs list has been updated (for whatever reason). In addition, + * the caller (presumably Base) should update all Editor windows with the + * correct information on the number of items available. * @return The number of contributions that have available updates. */ int countUpdates(Base base) {