This version removes the word counting, and uses blender::StringRef::not_found
But at also only restores this period-appending to the cases where it was done before. So unlike the earlier…
And this will mean that (eventually) there will be no more automatic addition of any terminal periods
I don't think that's what we concluded in the meeting yesterday. My impression was…
Labels can be displayed as single line unfortunately. While it could be possible to split string in multiple parts and use multiple labels, I am not sure if this can be done precisely enough.…
I just wanted to briefly document the impact these changes have had on add-on development, if I may, so you're aware: https://blenderartists.org/t/heres-a-patch-for-the-new-tooltip-problem/154991…
Such a nice refactor. I especially love the time you took to research some of the old code that could be removed.
WorkspaceStatus
constructor sends a redraw call which replaces the above message with modal keymap.
Ah. Makes sense. Thanks!