mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #1529] Breakpoint Window: Selecting entire body (in my case to delete it) takes multiple seconds #1520
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carstenhag on GitHub (Feb 8, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1529
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Improvement idea
To solve point 3, either there should be an option to delete the entire text or selecting the entire text should take less time
Why this feature/change is important?
So that the UX is better and users spend less time waiting :D
@NghiaTranUIT commented on GitHub (Feb 8, 2023):
Thanks. The "Select All" issue when selecting a huge stage on Code Mirror is a known issue. I tried to use the latest CodeMirror, but it doesn't completely fix.
I guess I will add a small button, so you can select the text-based file, and it replaces it automatically. Save time to CMD+A, CMD+C, then CMD+V 😄
@carstenhag commented on GitHub (Feb 8, 2023):
That would be great :) Thank you!
@NghiaTranUIT commented on GitHub (Feb 9, 2023):
@carstenhag let's check this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_4.2.0_Select_File_on_Body_Breakpoint.dmg
Basically, on the Body Tab (Request/Response) from the Breakpoint Windows, you can select a local file. It will replace the body and prompt to change the Content-Type header if need 👍
@carstenhag commented on GitHub (Feb 9, 2023):
Thanks, that seems to work. In my case I usually don't save the files locally, I only keep it in an editor/in my clipboard. Is there a way to have a "paste from clipboard" button?
@NghiaTranUIT commented on GitHub (Feb 13, 2023):
Thanks. I can add "Paste from clipboard" too 👍