mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 17:45:50 +03:00
[GH-ISSUE #415] [Enhancement] Allow option to turn off word wrapping #410
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#410
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 @ptrkstr on GitHub (Feb 26, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/415
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
1.17.1 (11710)
macOS Version? (Ex. mac 10.14)
10.15.3 (19D76)
Steps to reproduce
Expected behavior
Be able to toggle word wrap off. Word wrap can make text be much harder to read.
@NghiaTranUIT commented on GitHub (Feb 26, 2020):
That totally make sense. Let me research other apps to see how it handles this case, in favor of char wrap or word warp.
Btw, thank you for bringing it up 🎉
@NghiaTranUIT commented on GitHub (Feb 26, 2020):
Just wondering, if we turn off word warp. So the long line doesn't go to the second lines, and it cuts off by the width of the view. How can you read it?
Can you show me the screenshot where you see that it's hard to read 🤔 @patrickbdev
@NghiaTranUIT commented on GitHub (Feb 26, 2020):
Word warp
Char Warp
It's obvious that Word Warp is better 🤚
@ptrkstr commented on GitHub (Feb 26, 2020):
Thanks for looking into this @NghiaTranUIT
The best example is a response body in something like XML or JSON.
When you're on small screens or wanting to tile your screens, it's handy to be able to retain the indented structure (even if you need to scroll).
@NghiaTranUIT commented on GitHub (Feb 26, 2020):
Thank you for the screenshot. I understand your situation.
I see some apps, which offer this option in Preference to turn the Word Warp off. and It's possible to disable Word Warp in CodeMirror too.
I will add it 🙌
@NghiaTranUIT commented on GitHub (Feb 27, 2020):
Let check this BETA build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.17.1_Word_Warp.dmg
@ptrkstr commented on GitHub (Feb 28, 2020):
Works perfectly, thank you @NghiaTranUIT
@anthumchris commented on GitHub (Jun 19, 2025):
This is now in the Appearance tab (
v5.x)