JAL-345 invert logic is not quite right - REVISE THIS!
[jalview.git] / src / jalview / controller / AlignViewController.java
index e9205f6..aac7801 100644 (file)
@@ -392,12 +392,13 @@ public class AlignViewController implements AlignViewControllerI
    * or add/exclude/toggle for sequences not highlighted.
    * 
    * @param invert
-   *          - when true, sequences that are not highlighted are used to modify
-   *          selection
+   *          - when true, sequences that are not highlighted are added/removed
+   *          from selection
    * @param extendCurrent
    *          - normally true , the current selected group is modified.
+   *          Otherwise a new selection is created
    * @param toggle
-   *          - if a select
+   *          - toggle selection status for highlighted/not highlighted sequence
    * @return
    */
   public boolean selectHighlightedSequences(boolean invert,