* histogram.</li>
* <li>SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
* logo.</li>
+ * <li>FOLLOW_SELECTIONS (false) Controls whether a new alignment view should
+ * respond to selections made in other alignments containing the same sequences.</li>
*
* <li></li>
*
public static void initLogger()
{
- if (log!=null)
+ if (log != null)
{
return;
}
showUnconserved = jalview.bin.Cache.getDefault("SHOW_UNCONSERVED",
false);
sortByTree = jalview.bin.Cache.getDefault("SORT_BY_TREE", false);
+ // disabled by default for 2.5.1 release
+ followSelection = jalview.bin.Cache.getDefault("FOLLOW_SELECTIONS", false);
}
/**