[Github-comments] [geany/geany] Interactive python console in status bar for execution of python scripts? (#1823)

potholiday notifications at xxxxx
Wed Apr 11 05:38:49 UTC 2018


```
then start the repl by running python in the builtin terminal and then use the Send selection to Terminal
```
I want to use Geany as a full blown python IDE. I already have a keybinding `Alt+Shift+F5` for sending selected lines to terminal. This is currently how I run python script. 

If I want to run full script, In the VTE I type `python` and go to python shell. Then select all python code and then send all this code to terminal by `Alt+Shift+F5` where it executes. This is a three step execution which I want to simplfy it into one step by executing the script using `Run` icon in toolbar. There are times  when I forgot to start `python` shell and  send the whole code to terminal `Alt+Shift+F5` it then hangs Geany.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1823#issuecomment-380333364
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180411/15f3bda4/attachment.html>


More information about the Github-comments mailing list