From 6403068c0c328cfb63af451f7fa1bd568fa0fdd3 Mon Sep 17 00:00:00 2001
From: jprocter
Date: Fri, 16 Sep 2011 11:29:22 +0100
Subject: [PATCH] JAL-468 JAL-936 sort alignment by tree and autosort for new
tree
---
help/html/calculations/treeviewer.html | 23 ++++--
help/html/menus/alwcalculate.html | 132 +++++++++++++++++---------------
src/jalview/appletgui/AlignFrame.java | 12 ++-
src/jalview/gui/AlignFrame.java | 19 ++---
src/jalview/gui/Preferences.java | 4 +-
src/jalview/gui/TreePanel.java | 70 +++++++++++++++--
src/jalview/jbgui/GAlignFrame.java | 20 +++++
src/jalview/jbgui/GPreferences.java | 11 ++-
src/jalview/jbgui/GTreePanel.java | 16 ++++
9 files changed, 220 insertions(+), 87 deletions(-)
diff --git a/help/html/calculations/treeviewer.html b/help/html/calculations/treeviewer.html
index 32db2ce..514b8c8 100755
--- a/help/html/calculations/treeviewer.html
+++ b/help/html/calculations/treeviewer.html
@@ -76,8 +76,8 @@ the tree. Tree imported from outside may also contain bootstrap information,
and additional leaves from sequences not present in the associated
alignment.
-The view menu contains options controlling the way a tree is
-rendered and labelled:
+
The view menu mostly contains options controlling the way a tree is
+rendered and labeled:
- Fit to Window
The tree layout will be scaled to fit in the display
@@ -99,12 +99,19 @@ Toggles the display of a '*' at the beginning of a leaf label to
indicate that there is no sequence corresponding to that leaf in the
associated alignment.
-- Associate Leaves with ...
-Only visible when there are multiple views of the same
-alignment to show and edit which alignment views are associated with
-the leaves of the displayed tree.
-
-
+ Sort Alignment By Tree
+
+ Sorts any associated alignment views using the current tree. (Only
+ available in the Jalview Desktop)
+
+
+ Associate Leaves with ...
+
+ Only visible when there are multiple
+ views of the same alignment to show and edit which alignment views
+ are associated with the leaves of the displayed tree.
+
+