I'm trying to get the selected / highlighted text when using the text tool.
I've stumbled across / figured out a lot of the other aspects i need, but I haven't yet figured out how to get the actual selection start and end (text range).
Using the Action Manager / Description world I can iterate over the textStyleRanges, but I don't know how to tell which one is currently highlighted.. I see the 'from' and 'to' of each range, but that's it.
