[Pydev-users] [pydev - Users] RE: raw_input() \r bug

2007-12-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4677880 By: fabioz Choices are: 1. You can fix python to treat that (changing raw_input to handle \r). 2. You can fix Eclipse to treat that (discovering why it puts the additional \r and not just \n). 3. You

Re: [Pydev-users] Backward/Forward in history

2007-12-16 Thread Fabio Zadrozny
On Dec 1, 2007 7:03 PM, Don Taylor [EMAIL PROTECTED] wrote: This is probably an Eclipse general question, but is there a way to have backward/forward History(alt+left/alt+right) work within visits to the same file? I would like to be able to flip back and forth between two points in the same

Re: [Pydev-users] Problem with Ctrl-3 Ctrl-4 comment shortcuts

2007-12-16 Thread Fabio Zadrozny
On Dec 16, 2007 8:43 PM, Chris Beaven [EMAIL PROTECTED] wrote: When I press the key combo Ctrl-3, pydev behaves like I've pressed Ctrl-Shift-3. Has anyone seen this behaviour before? Yes. see http://pydev.sourceforge.net/faq.html#some_keybindings_ctrl_don_t_work_under_ubunt for details.