Segment terminology dialog box: remember user's choice about displaying advanced terminology

I have a request regarding the dialog box used to edit “color and terminology codes” of segments.

In modules “Segmentations” and “Segment Editor” a double click on the color opens the following dialog:
image
with the left and right arrows opening more details for terminology:
image

Per default, in older Slicer versions it used to look like this right after double clicking the color button.
image

In addition, even after switching to the expanded view, every time a user double clicks the color button to edit terminology, it opens the dialog box again without displaying the more detailed terminology areas.

I guess the advanced options are hidden now by default, because it might confuse novice users. But for use cases, where users need to use the more advanced options several times, these additional clicks and resizing the window becomes very tedious.

It would be great if Slicer would remember the user’s choice about having the “Segmentation Category” and “Anatomic region” area open or not and open the window with proper width right away.

Indeed, we hide these sections to avoid overwhelming users. Restore the last state would not interfere with this much and would save the user a click, so it makes sense. I’ve pushed a commit with this change, it’ll be available in the Slicer Preview Release from the day after tomorrow.

This is great @lassoan ! I just thought about this the other day that it would be nice, when I was setting terms from a context different from the default in many segments.

1 Like

@lassoan Good that you agree. And great that you even implemented it so quickly!

Thank you!