From c11400b40e10b5fe45dddd3eecd303ad27fc2819 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 26 Jul 2019 10:45:25 -0300 Subject: tdf#126528 Add Python in Organize scripts page Change-Id: I8d18f5e264fe11924a8ea234e82355913b0417d2 Reviewed-on: https://gerrit.libreoffice.org/76382 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/main0000.xhp | 2 +- source/text/shared/01/06130000.xhp | 1 + source/text/shared/01/06130200.xhp | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index 173dbc6dd5..44b8390a62 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -28,12 +28,12 @@

Working with Python Scripts in %PRODUCTNAME

You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME. + - diff --git a/source/text/shared/01/06130000.xhp b/source/text/shared/01/06130000.xhp index 0207188eea..80352bd210 100644 --- a/source/text/shared/01/06130000.xhp +++ b/source/text/shared/01/06130000.xhp @@ -124,6 +124,7 @@
+
Export Opens a dialog to export the selected library either as an extension or as a Basic library. diff --git a/source/text/shared/01/06130200.xhp b/source/text/shared/01/06130200.xhp index 0a86e854cb..bda3b643ed 100644 --- a/source/text/shared/01/06130200.xhp +++ b/source/text/shared/01/06130200.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + @@ -44,15 +44,20 @@ Opens a dialog where you can organize %PRODUCTNAME Basic macros. JavaScript -Opens a dialog where you can organize scripts. +Opens a dialog where you can organize Javascript scripts. BeanShell -Opens a dialog where you can organize scripts. +Opens a dialog where you can organize Java scripts. + +

Python

+Opens a dialog where you can organize Python scripts. + +
-- cgit