X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FCache.java;h=1481666637ec4f457f61ca750d283cbce5ecc26c;hb=c68ebaddf1925d9458aab5f2fea6e6f3240b3b99;hp=cebb50414d00c84864a3e39439865d0010bc716e;hpb=d423f22792e47dbc800ae220a58677f988971d06;p=jalview.git diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index cebb504..1481666 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -124,6 +124,8 @@ import org.biojava.dasobert.dasregistry.Das1Source; * histogram. *
  • SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence * logo.
  • + *
  • FOLLOW_SELECTIONS (true) Controls whether a new alignment view should + * respond to selections made in other alignments containing the same sequences.
  • * *
  • * @@ -170,6 +172,10 @@ public class Cache public static void initLogger() { + if (log!=null) + { + return; + } try { // TODO: redirect stdout and stderr here in order to grab the output of