Calls TextBuffer.insertInteractive at the cursor position.
default_editable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of TextView.getEditable is appropriate here.
text in UTF-8 format
default editability of buffer
whether text was actually inserted
Calls TextBuffer.insertInteractive at the cursor position.
default_editable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of TextView.getEditable is appropriate here.