How can I select a default interactive console in PyDev?

4

1

Using PyDev 2.7.1 in Eclipse 3.7.2, when I hit Ctrl+Alt+Enter to open a new interactive console, I get a dialog asking me what type of console I'd like to start ("Console for currently active editor", consoles for Python, Jython, Iron Python etc.).

Now this selection dialog has no default entry and keyboard selection doesn't work, meaning that I have to use my mouse every time I need a new console, which is kind of tedious.

I've checked PreferencesPyPevInteractive Console, but found no interesting options there.

Is there any possibility to define a default interactive console type so that I just have to hit Return when the dialog pops up or, even better, skip this question altogether?

dorian

Posted 2012-10-12T09:04:38.280

Reputation: 141

I would like to know this too, its also a problem using 'f2' – Clumsy cat – 2017-12-09T11:55:28.567

No answers