Page MenuHomePhabricator

Distinct tool names for 2d and 3d segmentation tools
Open, NormalPublic

Description

The 2d tools should not start with the same letter. Using the first letter a tool short cut is created which activates the tool if pressed. This does not work any more if the tools start with the same letter.

Same must be done for 3D.

Event Timeline

Current release is finished. Reseting target milestone...

If a tool has a 2D and a 3D version the naming should be identical except the 2D or 3D suffix and a distinct prefix or highlighted letter of the name for keyboard shortcuts.

Example:
2D Version = "Region Growing"
3D Version = "Region Growing 3D"

2D version should be = "Region Growing 2D"

Additonally some tools now work with 2D and 3D images (Otsu, Watershed,...). The previous separation into "2D Tools"-tab and "3D Tools"-tab is not meaningful anymore.
This means we need some GUI redesign.