paxcut

Results 408 comments of paxcut

Thanks for the report. I am not able to reproduce this problem. The description for reproduction is too vague so I tried a few things: 1) created a pattern with...

I don't think focus stealing is an issue if popups are contained in main docking window. It is possible to move an image visualization outside of the window and it...

this has been discussed before but there are more comment types to deal with. Besides line and block comments pattern language also supports line, block and global doc comments that...

Do you have the option enabled? In the settings window check the first tab for the `Auto-load Supported Pattern` box and make sure it is clicked. Also try updating ImHex...

ImHex has a set of folders where it searches various file types. You can find a list of the in Help>About and click on the Directories tab. The top entry...

I am not sure but I think it could be related. When I said the ImHex listed three folders it was because the third folder was Program Files which I...

In my case I always use the content store to get the latest versions of all the patterns. Having two versions is not a problem because hovering over each one...

which version of ImHex are you using? I just downloaded the latest nightly portable and autoload is working fine

That's very old version build last February. I just tested 1..37.4 and indeed it fails to auto-load. That has been fixed in the nightly 1.38.0wip

In c/c++, nested anonymous types are used to allow the use of the nested members directly from the containing type. In your example you could do this: ```cpp struct ResourceDirectoryEntry...