NightmareXIV / ECommons

A library for Dalamud
MIT License
34 stars 40 forks source link

Adds Variant of TextInputMultilineExpanding that has Automatic Text Wrap. #63

Closed CordeliaMist closed 2 months ago

CordeliaMist commented 2 months ago

Pulled together from a variation of several individual user attempts over the years who tried to create this method into one, optimized, clean approach that works consistently and is not costly on performance much at all.

Auto-wraps text once you reach the end of the text box into the next row, auto-removes leading spaces on the left padding from enters, and also monitors each line so editing text earlier in your message will still keep it within the box.

Limiana commented 2 months ago

Thank you! It may be a bit more tricky though...

CordeliaMist commented 2 months ago

Indeed! There are some edge cases to clean up i feel, but for now its better than not having one at all i think! So figured i'd help!