From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/ScriptEditor.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/classes/ScriptEditor.xml (limited to 'doc/classes/ScriptEditor.xml') diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml new file mode 100644 index 000000000..e93a0eda0 --- /dev/null +++ b/doc/classes/ScriptEditor.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + Returns a [Script] that is currently active in editor. + + + + + + + Returns an array with all [Script] objects which are currently open in editor. + + + + + + + + + Emitted when user changed active script. Argument is a freshly activated [Script]. + + + + + + + Emitted when editor is about to close the active script. Argument is a [Script] that is going to be closed. + + + + + + -- cgit v1.2.3-70-g09d2