timothygrant80 / cisTEM

Other
32 stars 27 forks source link

feat: ToolTip appears when hovering tabs in display #507

Closed twagner9 closed 5 months ago

twagner9 commented 6 months ago

Description

Just a small, single line change added as a requested feature; it is a built in wxAuiNotebook functionality I found while reading the wxWidgets docs. Now when hovering tab names on the DisplayNotebook, the full path to the file is displayed as a tooltip. This should be somewhat helpful if output images are being placed into different directories while testing changes to output images is being performed.

This was mainly meant as an addition to the cisTEM_display program, but would theoretically appear anywhere the DisplayPanel is used and tabs are allowed. If this behavior is not desired, it is a very easy change by simply adding a check with the flag bool DisplayPanel::is_from_display_program.

I have rebased my feature branch to be current with the master branch using to minimize conflicts and headaches

Which compilers were tested

These changes are isolated to the

How has the functionality been tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

Checklist: