Bug 151023 - Can't edit Python scripts in "APSO - Alternative Script Organizer for Python"
Summary: Can't edit Python scripts in "APSO - Alternative Script Organizer for Python"
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.3.5.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-17 09:23 UTC by Emily Grace Seville
Modified: 2022-09-18 05:45 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Selecting Python script (32.24 KB, image/png)
2022-09-17 09:23 UTC, Emily Grace Seville
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emily Grace Seville 2022-09-17 09:23:19 UTC
Created attachment 182517 [details]
Selecting Python script

When I RMB click on some script name and press "Edit" I expect some editor to be opened to edit the selected Python script but nothing happens.
Comment 1 Roman Kuznetsov 2022-09-17 12:42:23 UTC
You should set up in your distro in what program you will edit .py files. It can be any simple text editor or even any Python IDE, like PyCharm

Alain, could you say here it's a bug or not (but anyway it can be a problem in ASAP itself only...)
Comment 2 Rafael Lima 2022-09-17 21:39:46 UTC
As Roman pointed out, you need to define an external text editor to be used by APSO. To do that:

1) Go to Tools - Extension Manager
2) Click on the installed APSO entry
3) At the bottom left corner of the dialog, an "Options" button will appear; click it
4) In the Options dialog, fill the "Editor" field with the path to the executable of the editor you want to use (if it is in your current PATH, simply type the command name)

I am using KDE and I use Kate for editing, so I simply type "kate" in the Editor option above.

I'd say this is NAB or NOTOURBUG.
Comment 3 Roman Kuznetsov 2022-09-18 05:45:10 UTC
Thanks Rafael. Closed as NAB