There was a request for better wrapping algorithm in scintilla, now it's implemented in version 1.79, though host application should be aware of this feature.
docs: http://www.scintilla.org/ScintillaDoc.html#SCI_SETWRAPINDENTMODE
Scintilla 1.79 released
(5 posts) (3 voices)-
Posted 2 years ago #
-
I requested that a while ago. Nice, looks like they added a few different settings that looks helpful. I think SC_WRAPINDENT_INDENT would be the most useful:
"Wrapped sublines are aligned to first subline indent plus one more level of indentation"
However, I hope that there's also some kind of subtle icon to show that it's wrapped and not a hard line-break.Can't wait to see this in PN.
Posted 2 years ago # -
Such indicators were there from the start. There's no line numbers for sublines and wrap markers (arrows) can be drawn at the start and end of sublines.
Posted 2 years ago # -
Posted 2 years ago #
-
Scintilla 1.79 contains a big change to the memory management and error handling model, which requires careful testing. I'm planning on getting a new stable release out the door and then switching to the 1.79 build at the same time as switching PN to pure Unicode.
Posted 2 years ago #
Reply
You must log in to post.