[GH-ISSUE #1353] Improve "Edit and Repeat" feature #1346

Open
opened 2026-03-03 19:50:42 +03:00 by kerem · 3 comments
Owner

Originally created by @kunbr0 on GitHub (Sep 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1353

Description

Improve "Edit and Repeat" feature

Expected Behavior

The input area can expand to multiple lines (like in HTML) so that user can edit params in GET requests easier.</p> <h2 id="user-content-current-behavior" dir="auto">Current Behavior</h2> <p dir="auto">The input area of URL now is inline (one line).<br> <a href="<a href="https://user-images.githubusercontent.com/55029544/188843420-900999c6-ca91-4628-80b6-df5984c2db92.png" class="link">https://user-images.githubusercontent.com/55029544/188843420-900999c6-ca91-4628-80b6-df5984c2db92.png</a>" target="_blank"><img src="<a href="https://user-images.githubusercontent.com/55029544/188843420-900999c6-ca91-4628-80b6-df5984c2db92.png" class="link">https://user-images.githubusercontent.com/55029544/188843420-900999c6-ca91-4628-80b6-df5984c2db92.png</a>" alt="image" loading="lazy"></a></p> <h2 id="user-content-steps-to-reproduce" dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>Right click to any captured request</li> <li>Select "Edit and Repeat..."</li> </ol> <h2 id="user-content-environment" dir="auto">Environment</h2> <ul dir="auto"> <li>App version: e.g Proxyman 3.9.0</li> <li>macOS version: 12.4</li> </ul> </body></html>

Originally created by @kunbr0 on GitHub (Sep 7, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1353 ## Description Improve "Edit and Repeat" feature ## Expected Behavior The input area can expand to multiple lines (like <textarea> in HTML) so that user can edit params in GET requests easier. ## Current Behavior The input area of URL now is inline (one line). ![image](https://user-images.githubusercontent.com/55029544/188843420-900999c6-ca91-4628-80b6-df5984c2db92.png) ## Steps to Reproduce 1. Right click to any captured request 2. Select "Edit and Repeat..." ## Environment - App version: e.g Proxyman 3.9.0 - macOS version: 12.4
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 8, 2022):

Thanks for your suggestion @kunbr0, but it's hard to implement the multiple lines since the NSTextField is inside the NSToolBar, which doesn't allow it to expand its height.

Alternatively, You can directly edit the query string from the Raw Tab.

Screen_Shot_2022-09-08_at_08_26_14
<!-- gh-comment-id:1240112624 --> @NghiaTranUIT commented on GitHub (Sep 8, 2022): Thanks for your suggestion @kunbr0, but it's hard to implement the multiple lines since the NSTextField is inside the [NSToolBar](https://developer.apple.com/documentation/appkit/nstoolbar), which doesn't allow it to expand its height. Alternatively, You can directly edit the query string from the Raw Tab. <img width="1223" alt="Screen_Shot_2022-09-08_at_08_26_14" src="https://user-images.githubusercontent.com/5878421/189013351-299698b4-393b-4e7a-ac37-121989e45f43.png">
Author
Owner

@kunbr0 commented on GitHub (Sep 8, 2022):

Oh. Thank you.
Also, hope that you can add more feature (like MapLocal, Scripting,..) for ProxyMan on IOS soon.
Very great product. 😄

<!-- gh-comment-id:1240504377 --> @kunbr0 commented on GitHub (Sep 8, 2022): Oh. Thank you. Also, hope that you can add more feature (like MapLocal, Scripting,..) for ProxyMan on IOS soon. Very great product. 😄
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 8, 2022):

Yes, soon. Our team is going to start working on the iOS version 👍

<!-- gh-comment-id:1240630989 --> @NghiaTranUIT commented on GitHub (Sep 8, 2022): Yes, soon. Our team is going to start working on the iOS version 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1346
No description provided.