View Single Post
  #8 (permalink)  
Old 12-06-2007, 12:58 PM
mwildam mwildam is offline
Member
 
Join Date: Aug 2007
Posts: 64
mwildam is on a distinguished road
I learned in the meantime that ENTER and TAB also jumps to the next parameter which is much easier than using CTRL+M (as mentioned in the NetBeans documentation). TAB is even better to use because when you navigate to another portion of the code for example to find the correct variable to use in the parameter TAB brings you back to the editing line and next parameter (as long as you didn't edit code somewhere else in the meantime).
And SHIFT-TAB works also to bring you back to the previous parameter.
__________________
Greetings, Martin Wildam.
Reply With Quote