From 924cae279852d8baefb384569df4867bc587388c Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 20 Aug 2022 16:08:45 -0400 Subject: [PATCH] minor formatting fixes --- .../processing/app/contrib/ContributionTab.java | 8 ++++---- todo.txt | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/app/src/processing/app/contrib/ContributionTab.java b/app/src/processing/app/contrib/ContributionTab.java index 3f09de9c4..6592824de 100644 --- a/app/src/processing/app/contrib/ContributionTab.java +++ b/app/src/processing/app/contrib/ContributionTab.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2012-15 The Processing Foundation + Copyright (c) 2012-22 The Processing Foundation Copyright (c) 2011-12 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify @@ -161,7 +161,7 @@ public class ContributionTab extends JPanel { .addGroup(layout.createParallelGroup(GroupLayout.Alignment.CENTER) .addComponent(categoryChooser) .addComponent(filterField)) - // fix for issue #520 https://github.com/processing/processing4/issues/520 + // https://github.com/processing/processing4/issues/520 .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(GroupLayout.Alignment.CENTER) .addComponent(loaderLabel) @@ -271,8 +271,8 @@ public class ContributionTab extends JPanel { Set categories = listCategories(); if (categories.size() == 1 && categories.contains(Contribution.UNKNOWN_CATEGORY)) { - // Add dummy item for sizing purpose - // fix for issue #520 https://github.com/processing/processing4/issues/520 + // Add dummy item for sizing purposes + // https://github.com/processing/processing4/issues/520 categoryChooser.addItem("NULL"); // If no unique categories, hide the category chooser categoryChooser.setVisible(false); diff --git a/todo.txt b/todo.txt index f5570c1d6..81c687651 100755 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,12 @@ 1287 (4.0.2) +contrib +X Fix vertical placement of top elements in the Manager window +X https://github.com/processing/processing4/issues/520 +X https://github.com/processing/processing4/pull/539 + + known issues _ mixed mode warning now broken _ https://github.com/processing/processing4/issues/519 @@ -35,7 +41,6 @@ _ run through that online license checker _ add warnings to the old wiki pages with links to the newer versions o change the license from GPL _ make notes about the decision in the FAQ -_ completion mode pop-up not following dark and light mode conventions _ Remove “Disable HiDPI Scaling” preference on Windows? _ document it in the troubleshooting doc, ask people to report _ put it into the Preferences page? @@ -73,6 +78,13 @@ _ https://github.com/processing/processing/issues/1476#issuecomment-23229990 _ https://github.com/processing/processing4/wiki/Preferences#proxies +design +_ completion mode pop-up not following dark and light mode conventions +_ tool tips for errors/warnings not picking up correct colors +_ update console.scrollbar.thumb.rollover.color and console.scrollbar.thumb.pressed.color +_ currently just using .enabled.color because they weren't in ColorSet + + organize this mess _ implement support for Java “modules” and clean up JavaFX-specific workarounds _ https://github.com/processing/processing4/issues/212 @@ -333,8 +345,6 @@ _ https://github.com/processing/processing/issues/4757 PDE / Manager (3.x notes) -_ Fix vertical placement of top elements in the Manager window -_ https://github.com/processing/processing4/issues/520 _ vertical centering of the search box in the manager _ “could not move the contribution to the backup folder” message while updating _ problem is that any sketch that uses a library, the lib is stuck as "in use"