From d87021de93a2620de3a2a13815d37ebd484fc545 Mon Sep 17 00:00:00 2001 From: mawenzy Date: Tue, 9 Apr 2019 22:07:13 +0200 Subject: Bind goto_line function for Script Editor #9153 - added doc for ScriptEditor:goto_line --- doc/classes/ScriptEditor.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 8f1f393da4..ab646a3854 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -57,6 +57,15 @@ Returns an array with all [Script] objects which are currently open in editor. + + + + + + + Goes to the specified line in the current script. + + -- cgit v1.2.3