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.
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.