Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

searchHex and searchString begin search from cursor position without looping back to start of file #68

Open
misterWiz opened this issue Jan 30, 2020 · 1 comment

Comments

@misterWiz
Copy link

Just like the title says. I would expect search to look at the entire file, or an option available to control search behavior

VSC version 1.41.1
hexdump version 1.7.2

iliazeus added a commit to iliazeus/vscode-hexdump that referenced this issue Apr 18, 2020
iliazeus added a commit to iliazeus/vscode-hexdump that referenced this issue Apr 18, 2020
@iliazeus
Copy link

@DirtyHippy, I have resolved this issue in my fork: https://github.com/iliazeus/vscode-hexdump

I fixed it by letting the search wrap around when it reaches the end of the file.

Marketplace link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants