I don't find how to execute python code in BlueFish in terminal. That is what I miss in your Editor. My be you can cooperate or get inspired from PSPpad.(pspad.com) It is not for linux just for windows but bluefish is very similar.
I added an External Command in Preferences using my best understanding from reading the wiki page for External Programs and Filters and examining the other commands specified. This is what I created as the text for the Command:
| python '%f' |
It shows on the Tools, Commands menu item but does nothing that I can see. What have I done wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you can configure python as external script or outputbox script in the preferences. Is this what you are looking for?
I added an External Command in Preferences using my best understanding from reading the wiki page for External Programs and Filters and examining the other commands specified. This is what I created as the text for the Command:
| python '%f' |
It shows on the Tools, Commands menu item but does nothing that I can see. What have I done wrong?
Maybe without the single quotes, i.e.
|python %f|