bluescan / tacentview

An image and texture viewer for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
ISC License
329 stars 32 forks source link

[Small UI improvement] - Focus text box when renaming a file #167

Closed DeliciousLines closed 3 months ago

DeliciousLines commented 3 months ago

When I rename a file it would be amazing to have the text box already focused so that I can directly edit the file name. Right now I need to click on it and then edit it, which is slightly annoying when renaming several files in a row.

Other than that I really enjoy this viewer, thank you for your work!

bluescan commented 3 months ago

Good idea. This is now committed at 945dfa5d2813a062a6e9d40700206f29147d3025. If you are not setup to clone/build post again here and I can attach either a windows zip or deb.

DeliciousLines commented 3 months ago

Thank you! I do not have a clone/build setup, so I would not mind downloading the Windows zip.

bluescan commented 3 months ago

tacentview_1.0.43.zip This has the fix. Thx for the suggestion.

DeliciousLines commented 3 months ago

Thanks!