cyx2015s

Results 7 comments of cyx2015s

I made #8838 only as a conceptual proof and did not bother to improve its bad performance (I'm aware of that though). Thank you reviewing my code and nice job...

Thank you, that list is longer than that I expected, and some characters are to wide to use the overflow strategy. I need to come up with a more robust...

Demo: Added a text input to word wrapping section to test word wrapping without recompiling the code Current code lacks optimization and seems to report false real line widths (See...

I found why my behavior is different, my algorithm wraps at the space before words, the old algorithm wraps at the end of words. The rendering result is same. Wrap...

Also fixed issue #8503 and #8139, implemented pull #8439

This is known by ocornut and is mentioned many times: https://github.com/ocornut/imgui/issues/9066#issuecomment-3527701341 Currently proposed fixes and tests are here: https://github.com/ocornut/imgui/issues/9066#issuecomment-3571146851

Yes, it will break like `for example... ` `this!` in this fix1, no weird break in consecutive punctuations or a weird space at the start of line. 2 1: If...