I need get whole text string before the cursor in my InputMethod class. getTextBeforeCursor() gets only "n" characters, but I don't know text's length.
|
feedback
|
|
See this documentation. It seems that you can do this:
or some other large number since it only takes the text from the input - not all the 'n' characters. | |||
|
feedback
|