mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
added few todos for future
This commit is contained in:
@@ -51,6 +51,8 @@ public class ContributionListing {
|
||||
List<AvailableContribution> advertisedContributions;
|
||||
Map<String, List<Contribution>> librariesByCategory;
|
||||
Map<String, Contribution> librariesByImportHeader;
|
||||
// TODO: Every contribution is getting added twice
|
||||
// and nothing is replaced ever.
|
||||
List<Contribution> allContributions;
|
||||
boolean listDownloaded;
|
||||
boolean listDownloadFailed;
|
||||
|
||||
@@ -526,6 +526,7 @@ implements Scrollable, ContributionListing.ChangeListener {
|
||||
}
|
||||
}
|
||||
}
|
||||
// TODO: Make the following loop work for optimization
|
||||
// for (Contribution contribution : filteredContributions) {
|
||||
// if (contribution.getType() == contributionTab.contribType) {
|
||||
// if(panelByContribution.keySet().contains(contribution)){
|
||||
|
||||
Reference in New Issue
Block a user