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

Enable selecting and copying specific part of the response #1115

Open
radimjanda754 opened this issue Oct 22, 2023 · 3 comments
Open

Enable selecting and copying specific part of the response #1115

radimjanda754 opened this issue Oct 22, 2023 · 3 comments

Comments

@radimjanda754
Copy link

Currently in response, Im able to select and copy only one line of the response, the cursor wont let me select more. Especially for large responses it would be great to be able to select and copy out multiple lines.
Right now the only option to do this is to save the response as file and then find and copy it from file, however its not so much user friendly, also Android emulators defaultly doesnt have any text editor that could open file exported from chucker.

@cortinico
Copy link
Member

This is because every line is rendered separately inside a RecyclerView, for performance reasons. I'm unsure if we can allow selections to span multiple TextViews

As you said, the alternative would be to save the response to file and consume it from there.

@radimjanda754
Copy link
Author

Would it at least by possible to copy whole response to clipboard? Similary like saving whole response to file. I just want to see response in some text editor on computer and work with text from there then, copy paste all text seems as most convinient way to do it. Saving response brings several unnecessary extra steps as you need to move file from emulator, etc

@cortinico
Copy link
Member

yup copying to clipboard is an option that we could add to the sharing menu. Are you up for sending a PR to do so?

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