minor formatting fixes

This commit is contained in:
Ben Fry
2022-08-20 16:08:45 -04:00
parent f696d069ec
commit 924cae2798
2 changed files with 17 additions and 7 deletions
@@ -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<String> 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);
+13 -3
View File
@@ -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"