Skip to content

Commit e9fe6a9

Browse files
committed
docs: clarify wizard candidate colors
1 parent 1646e87 commit e9fe6a9

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

docs/changelog.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,13 @@ behavior they verify rather than listed separately.
102102
Similarity rows in visible table order; sorting or filtering either table
103103
updates that presentation without recoloring existing selections. Deselecting
104104
and reselecting a cluster reuses its color while the blue reference remains
105-
unchanged; choosing a new reference starts a new color session. In Merge
106-
mode, explicit Merge View order takes precedence, while workflow-table
107-
colors remain fixed for the entire session. Normal-mode cross-role mouse
108-
transfers and cross-correlogram promotion have been removed in favor of the
109-
Merge workspace.
105+
unchanged; choosing a new reference starts a new color session. Normal-mode
106+
`Space`/`Shift+Space` navigation gives the replacement wizard candidate the
107+
outgoing candidate's color, so a lone candidate remains red. In Merge mode,
108+
explicit Merge View order takes precedence, while workflow-table colors
109+
remain fixed for the entire session. Normal-mode cross-role mouse transfers
110+
and cross-correlogram promotion have been removed in favor of the Merge
111+
workspace.
110112
- Undo and redo restore the complete selection context around merge, split,
111113
and metadata actions; redo also preserves selection-only exploration made
112114
after the original action.

docs/clustering.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ You can move up and down in the **cluster view** with the `Up` and `Down` arrows
6868

6969
You can move up and down in the **similarity view** with the `Space` and `Shift-space` arrows. The cluster selected in the similarity view is called the **similar cluster**. The idea is to go through every "best cluster" in the cluster view, and review the "similar clusters" in the similarity view (sorted by decreasing similarity with the best cluster).
7070

71+
In Normal mode, this wizard navigation replaces the current similar cluster in
72+
its color slot. With one blue reference, the candidate therefore remains red as
73+
you move forward or backward. Multi-selection colors and Merge-mode colors keep
74+
their separate stable-slot behavior.
75+
7176
Press `Control+Space` to select the first 15 eligible clusters currently shown in the similarity view while preserving the cluster view selection. Repeat it to select the next batch. This uses the current similarity view sorting and filtering. To choose a different number, use **Select > Select N Similar**; the chosen number becomes the shortcut's new default and is remembered across sessions.
7277

7378
Wizard navigation skips clusters labeled `noise` or `mua` by default. To include them when moving through either table or when selecting N similar clusters, uncheck **Select > Skip Noise and MUA**. This preference is remembered across sessions. Direct selection with the mouse, a cluster ID, or a snippet can always select these clusters. Code that creates a `Supervisor` can choose the initial behavior with `skip_masked_clusters=False`; saved GUI state takes precedence when present.

0 commit comments

Comments
 (0)