Pydev, Eclipse

Boris Ozegovic ninja.krmenadl at fer.hr
Fri Feb 22 13:59:28 EST 2008


Hi

Suppose I have three blocks:
if 1:
    if 2:
        if 3:
        # here I want my cursor go back to second block (if 2:)
        
What is the standard shortcut for this?  ctrl+arrow keys aren't, arrow keys
alone aren't either.        
    



More information about the Python-list mailing list