Library Viewer and identifying data better
Posted: Sun Apr 16, 2023 2:02 am
My app uses a lot of images (over 600), some created with constant names from Enumerations, and some created during runtime with #PB_Any. However, the Library Viewer only shows them by their internal numbers:

This makes it really hard to find an image that I need to see, such as #Img_Icon_Today, because I have no idea what number was given to that constant with Enumeration. So I need to sit there and repeatedly cursor down the list until I find it visually.
My request is obvious: can the Library Viewer show any relevant constant names as well (maybe a "Constant" column)? Or better identifying info?
The same goes for windows, too. Showing a window's constant name would be helpful, and even showing a thumbnail of the window's image when you click it in the viewer would be nice (like it does for images).
Thanks!

This makes it really hard to find an image that I need to see, such as #Img_Icon_Today, because I have no idea what number was given to that constant with Enumeration. So I need to sit there and repeatedly cursor down the list until I find it visually.
My request is obvious: can the Library Viewer show any relevant constant names as well (maybe a "Constant" column)? Or better identifying info?
The same goes for windows, too. Showing a window's constant name would be helpful, and even showing a thumbnail of the window's image when you click it in the viewer would be nice (like it does for images).
Thanks!