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.
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...)
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.
Thanks Rafael. Closed as NAB