Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Pydev, Eclipse

Reply
Thread Tools

Pydev, Eclipse

 
 
Boris Ozegovic
Guest
Posts: n/a
 
      02-22-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.

 
Reply With Quote
 
 
 
 
Preston Landers
Guest
Posts: n/a
 
      02-22-2008
Boris Ozegovic()@2008.02.22 19:59:28 +0100:
> 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.


Shift-Tab does it for me. It can also dedent whole blocks if you have
them selected.

cheers,
Preston

 
Reply With Quote
 
 
 
 
Boris Ozegovic
Guest
Posts: n/a
 
      02-22-2008
Preston Landers wrote:

> Shift-Tab does it for me. It can also dedent whole blocks if you have
> them selected.


Excellent. Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
org.eclipse.ant.core.AntSecurityException Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". jygoo Java 1 03-22-2006 06:04 PM
Nokia + Eclipse: creating JAR files from eclipse John Goche Java 2 01-22-2006 01:53 AM
[ECLIPSE] [PRIVACY] - Direct Violation of Eclipse Foundations PrivacyPolicy Ilias Lazaridis Java 0 01-16-2005 11:31 AM
[ECLIPSE] [CENSORSHIP] - Mike Milinkovich (Eclipse Foundation Director)Censors Forums Ilias Lazaridis Java 0 01-08-2005 12:23 PM
Deploying eclipse plugin cleared everything in eclipse - project references in package explorer etc. javaguy44 Java 1 08-18-2004 03:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57