mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #142] Add support to delete single requests from the table #140
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#140
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 @trispo on GitHub (May 13, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/142
Originally assigned to: @NghiaTranUIT on GitHub.
If you have multiple requests in the table you can only clear the whole table by using the Clear button. It would be awesome to delete just the selected line.
Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
Proxyman 1.3.8 (1380)
What OS Version are you using? (Ex. mac 10.13)
macOS 10.14.5 Beta (18F127a)
Steps to reproduce this issue
none
Screenshots (optional)
@NghiaTranUIT commented on GitHub (May 13, 2019):
Thank for this request.
I will implement this feature in next release as well as an ability to select/de-select the columns you prefer. So, overall, it doesn't impact the neatness of the app 😄
Stay tuned! 🥇
@NghiaTranUIT commented on GitHub (May 13, 2019):
Hey @trispo
I've just implemented this "Delete single flow", and you can try in this build: https://www.dropbox.com/s/dadqt19pqyjz2tw/Proxyman_1.3.8.dmg?dl=0
You can delete the selected Flow by Cmd+Backspace or access from Right Menu

I will officially publish in next release. Thank you so much 🥇
@trispo commented on GitHub (May 14, 2019):
Hey @NghiaTranUIT,
wow, this was fast. Thanks, it works!
Why did you decide to use Cmd + Backspace instead of only Backspace? It would be even better if I could use multi-selection in the table.
@NghiaTranUIT commented on GitHub (May 14, 2019):
The problem is that there is the conflict between hotkey when using "Backspace" and writing JSON in Compose screen. I will refactor properly entire the hot-key mechanism by following the First-responder from Cocoa app in next release. Therefore, it's good to go right now.
@trispo commented on GitHub (May 14, 2019):
Perfect. I really like the app and you seem to be very enthusiastic in programming those features. Keep on with your work. It is a huge step forward coming from Charles Proxy.