Skip to content

Ability to search with Ctrl-F? #33

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

Open
ankon opened this issue Apr 1, 2024 · 3 comments
Open

Ability to search with Ctrl-F? #33

ankon opened this issue Apr 1, 2024 · 3 comments

Comments

@ankon
Copy link

ankon commented Apr 1, 2024

The color parsing works great, thanks a lot for that -- it helps when looking at color output of commands.

I would be great if one could search for strings in the preview though. Not sure how trivial or painful that would be to implement :/

@TobiasFaller
Copy link
Owner

TobiasFaller commented May 12, 2024

I tried to use the internal search feature of the VS Code Webview.
However, it tends to crash the full application when closing and re-opening the preview (0xc0000005 Access Violation).
I'll have to write a bug report. Additionally, in VS Codium it doesn't search at all.

image

I'll see what I can do for now.
Maybe I'll implement a custom search function for the time being.

@TobiasFaller
Copy link
Owner

@TobiasFaller
Copy link
Owner

TobiasFaller commented May 12, 2024

Update: Microsoft uses a custom build of electron, while in the default version no findInFrame function is implemented.
Therefore, I can't troubleshoot the issue in this case as the implementation is not available.

Edit: The new find functionality seems to be in the process of currently being upstreamed.

image

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