App icon 1Writer

Jump To Bottom

Shared by halbtuerke

Jump to the end of the current document. Quite handy for longer documents.

Script

var content,
    contentLength;

content = editor.getText();
contentLength = content.length;
editor.setSelectedRange(contentLength);