From: Fabio Zadrozny on
>
> The supposed feature to start a console in which the contents of the
> current editor window are automatically "exec"ed /available still
> doesn't work for me.
>
> I'm talking about this:
> http://www.pydev.org/manual_adv_interactive_console.html
>
> Pressing Ctrl-Alt-Enter, a interactive console opens but my class
> defined in the editor window is not available.

The first time Ctrl-Alt-Enter is used, it should open the console, if
you want to make the execfile, you have to do Ctrl-Alt-Enter with a
console already open.

Cheers,

Fabio