G33kDude / RichCode.ahk

A wrapper around a RichEdit control to provide code editing features.
MIT License
16 stars 8 forks source link

Wordwrap option? #2

Closed lintalist closed 6 years ago

lintalist commented 6 years ago

Would it possible to add a word wrap option to the settings?

Settings :=
( LTrim Join Comments
{
    "TabSize": 4,
    "Indent": "`t",
    "WordWrap": true,
....

I think this would be useful to have.

G33kDude commented 6 years ago

Thanks for the contribution!

lintalist commented 6 years ago

No problem, glad you liked it. I will be using RichCode in Lintalist in the near future. I was pleasantly surprised how easy it was to incorporate and replace a standard edit control :-)