Applies the proposed completion to the given document. The insertion has been triggered by entering the given character at the given offset. This method assumes that {@link #isValidFor(IDocument,int)} returnstrue if called for offset.
@param document the document into which to insert the proposed completion
@param trigger the trigger to apply the completion
@param offset the offset at which the trigger has been activated
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.