LibreOffice SymbolLibreOffice Symbol

ご支援をお願いします!

Python向け統合開発環境(IDE)の設定

Pythonマクロを作成するには、IDEを利用するための追加の設定手順が必要です。

Unlike Basic language macros development in LibreOfficeDev, developing Python scripts for LibreOfficeDev 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 Designing & Developing Python Applications on the Wiki for more in-depth information about the setup of a bridge between your IDE and a running instance of LibreOfficeDev.

APSO拡張機能

Alternative Python Script Organizer (APSO)は、Pythonスクリプトがドキュメントに埋め込まれている場合などの編集に便利な拡張機能です。APSOを使うと、自分の使いやすいテキストエディターを設定したり、統合されたPythonシェルの起動やPythonスクリプトのデバッグができます。また、UNOオブジェクトの検査に役立つ拡張機能もあります。それらの拡張機能の詳細については、「Pythonアプリケーションの設計と開発」をご覧ください。