mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #475] Two open scripts will overwrite eachother after any edit/save #474
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#474
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 @addison-adler on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/475
Originally assigned to: @kics223w1 on GitHub.
Description
While editing scripts, re-ordering can result in effectively erasing script contentsEdit: Actually, it seems like making any change to a script while another script is open results in the contents being saved to all open scripts.. 💀
Steps to Reproduce
1. Create two scripts:Script AandScript B2. Add some unique text or code to each script (e.g. "This is A" and "This is B", or actual code, doesn't matter)
3. Do not close the script editor panels
4. Open Scripts panel and re-order Script A and Script B
6. Observe that the contents of the open script editors are currently correct
7. Edit and save one of the scripts (e.g.
Script B)9. Now go to the other script's tab (e.g.
Script A) and observe that its contents have been overwritten10. cry that your script has been completely erased
https://github.com/user-attachments/assets/fde959e8-d4a9-455a-a286-177f11f1fd7d
Current Behavior
re-ordered script is eradicated
Expected Behavior
please don't destroy our scripts 🙏
Environment
@kics223w1 commented on GitHub (Feb 14, 2025):
@addison-adler Thank you for reporting this issue, I can reproduce and will fix it in this week