@Coises said in Feature Request / Question: Soft Wrap at Vertical Edge (Column 80) regardless of window size:
There is a way to do it in Scintilla:
SCI_SETMARGINLEFT and SCI_SETMARGINRIGHT set margins, in pixels.
Not that I’d use it much, but there were a couple of times I wished the feature was there. Now you have pointed out what the underlying engine can do for this (it works, I’ve checked!).
For the real life, it’s of no use though. Who would want to set the width in pixels? To be usable by an end user, it needs a script that would calculate pixel width for the current font and also handle widows resize.
These are just theoretical thoughts since you also advised a practicl way to set the desired width (with side panels).
Thank you!