SourceForge.net wrote: > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=4148779 > By: fabioz > > Actually, that is 'forcefully' removed... you can stop doing it if you go into > window > preferences > pydev > pydev extensions > interactive console and > change > the 'initial interpreter commands' to remove the sys.ps1=''; sys.ps2='' >
If I do this then ctrl-alt-enter on a selected piece of code does not work very well. At the console prompt >>> I pasted from the editor: a =27 print a I get: >>> a =27 print a >>> >>> 27 Is this a bug? Also, manual input is pretty strange when prompts are re-enabled. Don. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
