Skip to content

Commit

Permalink
Update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Nov 10, 2024
1 parent 2732a1c commit 1f310d2
Showing 1 changed file with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,31 @@ public void getCommandDescriptions( final CommandDescriptions descriptions )
descriptions.add( TOGGLE_LINK_BACKWARD, TOGGLE_LINK_BACKWARD_KEYS,
"Toggle link from the spot under the mouse, by dragging to a spot in the previous timepoint." );
descriptions.add( ADD_OR_LINK_SPOT_FORWARD, ADD_OR_LINK_SPOT_FORWARD_KEYS,
"Add or link to a new spot in the next timepoint. If a target spot is found near "
+ "the mouse location when the key is released, it is linked to the source spot this "
+ "action was started on. If not, a new spot is created at the mouse location and "
+ "linked to the source spot." );
"Main action to add or link to a new spot."
+ "\n"
+ "If there are no spots where the mouse is clicked, a new spot is created, which "
+ "can be positionned by holding the key and moving the mouse. "
+ "\n"
+ "If the key is pressed from within a source spot, the viewer moves to the *next* "
+ "time point and offers to create a new spot linked to this source. "
+ "Hold and drag to position the new spot. A new spot will be created "
+ "where the mouse is released, and linked to the source spot. "
+ "If a target spot is found near the mouse location when the key is "
+ "released, it is linked to the source spot. If a link already exists "
+ "between the two, it is removed." );
descriptions.add( ADD_OR_LINK_SPOT_BACKWARD, ADD_OR_LINK_SPOT_BACKWARD_KEYS,
"Add or link to a spot in the previous timepoint. If a target spot is found near "
+ "the mouse location when the key is released, it is linked to the source spot this "
+ "action was started on. If not, a new spot is created at the mouse location and "
+ "linked to the source spot." );
"Main action to add or link to a new spot."
+ "\n"
+ "If there are no spots where the mouse is clicked, a new spot is created, which "
+ "can be positionned by holding the key and moving the mouse. "
+ "\n"
+ "If the key is pressed from within a source spot, the viewer moves to the *previous* "
+ "time point and offers to create a new spot linked to this source. "
+ "Hold and drag to position the new spot. A new spot will be created "
+ "where the mouse is released, and linked to the source spot. "
+ "If a target spot is found near the mouse location when the key is "
+ "released, it is linked to the source spot. If a link already exists "
+ "between the two, it is removed." );
}
}

Expand Down

0 comments on commit 1f310d2

Please sign in to comment.