Description: Integrate any simple Python IDE into LibreOffice. It's an enhancement. Now we can't change any Python scripts inside LibreOffice. We should do it into some out Python IDE (or text editor, if you are a Python guru) and then we should copy-paste our Python script back to LibreOffice macro module. Steps to Reproduce: see a decription Actual Results: LO doesn't have a Python IDE for directly Python macro change Expected Results: LO has a Python IDE for directly Python macro change Reproducible: Always User Profile Reset: No Additional Info: -
The opinion in the macro team has been that it is better to use external IDEs via APSO extension, like explained in https://wiki.documentfoundation.org/Macros/Python_Design_Guide#Preamble Do you think this is not enough?
(In reply to Buovjaga from comment #1) > The opinion in the macro team has been that it is better to use external > IDEs via APSO extension, like explained in > https://wiki.documentfoundation.org/Macros/Python_Design_Guide#Preamble > > Do you think this is not enough? They wrote it because LibreOffice just has no any alternetive inside. Ok, may we can just integrate APSO to LibreOffice distribution as it's for some other useful extensions?
Alain: FYI this report
btw, I found an interesting Thonny IDE. It's under MIT licensed, small, multi OS supports, and can be use for this report goal https://thonny.org/