Python Eric IDE: Execute selection in console

734 views Asked by At

This is such a simple question, but I cannot figure out the answer.

I have installed the Eric 6 IDE for Python. It has an interactive console - great! How can I execute selected commands in the console?

PyCharm has Shift+Ctrl+E, Spyder has Ctrl+Enter ... what is the corresponding command in Eric?

1

There are 1 answers

0
Rebecca Ijekah On

If you select your code and right click on it, it has an option for "Execute Selection In Console"

There is a "Keyboard Shortcuts" under the "Settings" menu, where several items can be personalized. However, I don't see a way to assign a shortcut for "Execute Selection In Console". If anyone else finds a way to do it, I would love to know.