tferr / Scripts

:microscope::cocktail: Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
https://imagej.net/BAR
GNU General Public License v3.0
24 stars 18 forks source link

ROI Manager Tools: Bug in reset function and feature request #13

Closed tferr closed 9 years ago

tferr commented 9 years ago

ROI_Manager_Tools.ijm needs some attention. Gilbert Bigras reports:

Bug:

I found a bug which is preventing to reset the labels to their original values. It is related to function createNewList which uses internally recursivity: the issue is related to the function called after the call to recursion which save the value in prefs. This function has to be called before recursion otherwise the reset values of tags are never saved.

Improvement:

I would like to suggest one improvement (with regard to the "custom..." labeling option): to have the custom option always at the bottom of the drop down menus.

Also, a long time has passed since it was last updated. It needs some TLC.