You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after sending text: message to a text presenter, cursor position index should be at the end, not immobile (it stays at 1). This will make the element compatible with the rest of the world.
also, in pharo collections, etc. are 1-based. So first position of cursor is 1, even if this is before the first character of a string.
The text was updated successfully, but these errors were encountered:
I also made some clean up because I was using the dependent mechanism to update text (and then it was updated again by listening to presenters), this should now be fine.
text:
message to a text presenter, cursor position index should be at the end, not immobile (it stays at 1). This will make the element compatible with the rest of the world.The text was updated successfully, but these errors were encountered: