TheArkive / scintilla_ahk2

Scintilla class wrapper for AHK v2
MIT License
8 stars 6 forks source link

Adding ScintillaControl.value #6

Closed dmtr99 closed 2 years ago

dmtr99 commented 2 years ago

Is it possible to also add the value property to the scintilla control?

The standard text control of an edit control handles the linefeed and returns diffently.

dmtr99 commented 2 years ago

This would make it easier to quickly exchange an edit control for a scintilla control

TheArkive commented 2 years ago

I don't see why not... I'll have to look it over to make sure I don't miss anything by making the change. Lots of internal workings to double check. But that should work fine.

dmtr99 commented 2 years ago

Thanks, and by the way, great work, very usefull!

TheArkive commented 2 years ago

Complete