rordenlab / MRIcroGL

v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
https://www.nitrc.org/plugins/mwiki/index.php/mricrogl:MainPage
Other
197 stars 31 forks source link

option to display a specified number of leading paths in the file navigator pane #40

Closed yarikoptic closed 9 months ago

yarikoptic commented 2 years ago

related to #39 as an option to adjust display of filenames an example of which I use here image

if I have a following filenames structure

d1/mn152.nii.gz
d2/mn152.nii.gz

opening both of them at the same time would just show two mni152 entries in the pane, making it impossible to distinguish between the two. It would be cool if mricrogl helped to make difference obvious. It could be

thank you very much in advance

neurolabusc commented 2 years ago

Hover the mouse over the filename in the Layers panel to see the full path.

yarikoptic commented 2 years ago

seeing full path while hovering is good, but not really a solution since would require mental power to keep mapping from "hovering session" in mind while looking at the paths in the pane.

yarikoptic commented 9 months ago

oh, cool, what was done for this @neurolabusc ?

neurolabusc commented 9 months ago

Hover solution is implemented. There is always a trade-off between simplicity that eases maintenance as well as consistent behavior for all users and configurability. Moving forward, inherent scriptability of NiiVue can allow you to create custom solutions.