source/text/sbasic/python/python_ide.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45b4b8999067a4155c902689ca3fdb4d6823b8c0
Author:     LibreOfficiant <libreoffici...@sfr.fr>
AuthorDate: Mon Feb 25 10:43:53 2019 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Feb 25 10:57:44 2019 +0100

    APSO incorporates Python debugging facilities.
    
    Change-Id: Ia01579acd089d99a99630737aa1d77bcc842af52
    Reviewed-on: https://gerrit.libreoffice.org/68308
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/python/python_ide.xhp 
b/source/text/sbasic/python/python_ide.xhp
index 685ba9263..b6cc64544 100644
--- a/source/text/sbasic/python/python_ide.xhp
+++ b/source/text/sbasic/python/python_ide.xhp
@@ -30,7 +30,7 @@
     <paragraph role="paragraph" id="N0106">Unlike Basic language macros 
development in %PRODUCTNAME, developing Python scripts for %PRODUCTNAME 
requires to configure an external Integrated Development Environment (IDE). 
Multiple IDEs are available that range from beginners to advanced Python 
coders. While using a Python IDE programmers benefit from numerous features 
such as syntax highlighting, code folding, class browsing, code completion, 
coding standard enforcement, test driven development, debugging, version 
control and many more. You can refer to <link 
href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide"; name 
="external">Designing &amp; Developing Python Applications</link> on the Wiki 
for more in-depth information about the setup of a bridge between your IDE and 
a running instance %PRODUCTNAME.</paragraph>
 
     <h2 id="hd_id761544698669786">The APSO Extension</h2>
-    <paragraph role="paragraph" id="N0104">The <link 
href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python";
 name ="external">Alternative Python Script Organizer (APSO)</link> extension 
eases the edition of Python scripts, in particular when embedded in a document. 
Using APSO you can configure your preferred source code editor and start the 
integrated Python shell. Extensions exist that help inspect arbitrary UNO 
objects, refer to <link 
href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide"; name 
="external">Designing &amp; Developing Python Applications</link> for 
additional details on such extensions.</paragraph>
+    <paragraph role="paragraph" id="N0104">The <link 
href="https://extensions.libreoffice.org/extensions/apso-alternative-script-organizer-for-python";
 name ="external">Alternative Python Script Organizer (APSO)</link> extension 
eases the edition of Python scripts, in particular when embedded in a document. 
Using APSO you can configure your preferred source code editor, start the 
integrated Python shell and debug Python scripts. Extensions exist that help 
inspect arbitrary UNO objects, refer to <link 
href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide"; name 
="external">Designing &amp; Developing Python Applications</link> for 
additional details on such extensions.</paragraph>
     <section id="relatedtopics">
         <embed href="text/sbasic/python/main0000.xhp#pythonscriptshelp"/>
     </section>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to