From: gmungoc Date: Thu, 30 Mar 2017 13:40:56 +0000 (+0100) Subject: JAL-2401 code and help tidy for review comments X-Git-Tag: Release_2_10_3b1~336^2~2^2~1^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c6393cfb591bf7325ad645d3d48f6fe6991c3d6d;p=jalview.git JAL-2401 code and help tidy for review comments --- diff --git a/help/html/colourSchemes/user.html b/help/html/colourSchemes/user.html index fb6c356..c2fde1c 100755 --- a/help/html/colourSchemes/user.html +++ b/help/html/colourSchemes/user.html @@ -27,7 +27,7 @@ User Defined Colours

- +

You may define any number of new colour schemes, each with a unique @@ -41,7 +41,7 @@ The Case Sensitive option allows you to choose distinct colours for upper and lower case residue codes.

- The Lower Case Colour option allows you to apply a selected colour + The Colour All Lower Case option allows you to apply a selected colour to all lower case residues.

Click Apply or OK to set your new @@ -56,11 +56,5 @@
Any saved colour schemes will be automatically loaded the next time you use Jalview.
-
- Note: the screenshot shows the appearance when running Java - version 6. For Java 7 (from Jalview 2.8.2) only the Swatches colour - chooser is currently supported (for reasons of available screen - space). -

diff --git a/help/html/colourSchemes/userDefined_java6.gif b/help/html/colourSchemes/userDefined_java6.gif deleted file mode 100644 index d737e80..0000000 Binary files a/help/html/colourSchemes/userDefined_java6.gif and /dev/null differ diff --git a/help/html/colourSchemes/userDefined_java7.gif b/help/html/colourSchemes/userDefined_java7.gif index f0ced11..de80b84 100644 Binary files a/help/html/colourSchemes/userDefined_java7.gif and b/help/html/colourSchemes/userDefined_java7.gif differ diff --git a/src/jalview/gui/UserDefinedColours.java b/src/jalview/gui/UserDefinedColours.java index 6e9a121..9ab4327 100755 --- a/src/jalview/gui/UserDefinedColours.java +++ b/src/jalview/gui/UserDefinedColours.java @@ -591,11 +591,6 @@ public class UserDefinedColours extends GUserDefinedColours implements ucs.setLowerCaseColours(newColours); } - // if (ap != null) - // { - // ucs.setThreshold(0, ap.av.isIgnoreGapsConsensus()); - // } - return ucs; }