What feature would you like to see?
Stop at any point in an ImHex pattern.
How will this feature be useful to you and others?
During development of a pattern I'd like to stop the pattern from executing further and keep the currently created pattern data. It might also useful for file types that will change in the future and unknown data is encountered then.
Request Type
Additional context?
I've mostly completed an implementation but I'm not sure if it would be merged since it can usually be achieved by something like
A stop control flow command would make the intention clearer in the pattern and works everywhere (i.e. functions), but might clutter tests due to the nature of the command as each case needs it's own test and one can usually use a workaround so missing this feature is not that important.
What feature would you like to see?
Stop at any point in an ImHex pattern.
How will this feature be useful to you and others?
During development of a pattern I'd like to stop the pattern from executing further and keep the currently created pattern data. It might also useful for file types that will change in the future and unknown data is encountered then.
Request Type
Additional context?
I've mostly completed an implementation but I'm not sure if it would be merged since it can usually be achieved by something like
A stop control flow command would make the intention clearer in the pattern and works everywhere (i.e. functions), but might clutter tests due to the nature of the command as each case needs it's own test and one can usually use a workaround so missing this feature is not that important.