namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.12k stars 119 forks source link

Question about three settings and window size #197

Closed Hweord closed 10 months ago

Hweord commented 10 months ago

Hi, I'm using OpenHashTab for a long time. I have some problems with OHT. Firstly what is these settings for. I can't understand what they are doing. 1- Look for sumfiles next to files being hashed. 2- Strict mode for hash checker field.

Second thing is in Turkish language the number area is broken. You can see below the text. image

And the last thing is can we adjust the default window height and length? If we can't adjust them is a good idea.

My English is not my native language, sorry for my bad sentences. Thanks for yours help!

namazso commented 10 months ago

Adjusting window size is only possible in standalone mode (the one you open from context menu), and not possible in property sheets. Best would be just shortening the translation somehow, which anyone can do on Weblate

Look for sumfiles next to files being hashed.

If you're hashing example.txt, OHT will try to locate example.txt.sha256 and try to use it as sumfile.

Strict mode for hash checker field.

The hash entry field (the text box) automatically finds hashes in the field by default, even if non-hash content is around it. Strict mode makes it only accept hashes and extra whitespace, and no other garbage.

Hweord commented 10 months ago

Adjusting window size is only possible in standalone mode (the one you open from context menu), and not possible in property sheets. Best would be just shortening the translation somehow, which anyone can do on Weblate

Thanks for your other responses. Can I set a default window size for context menu? Or it's always come with default size?

namazso commented 10 months ago

It always comes at the default size, but saving and restoring that is actually a good idea

Hweord commented 10 months ago

It always comes at the default size, but saving and restoring that is actually a good idea

Yea that's right. Thank you so much for your help.