keyboard shortcuts in netbeans
For my OOD subject this semester we've had to write a fair chunk of Java code. Now at the start of August I was somewhat rusty on my Java coding skills, not really having written much of substance in the past three years. That soon changed!
One thing that really, really helped me was (and is) netBeans. I've grown quite fond of the code completion facility, the "select all these files and create JUnit test classes" facility, and most importantly, the "sorry, this code is broken and here's why" which comes with a whole slew of suggestions on how to fix it.
What I've not found until today is any doco about the default keybindings. Since I'm a longtime (emacs family) user, this can be a little dangerous to the code in the buffer.
So a quick search resulted in some very obvious links --- and I'm feeling kinda silly that I didn't think to search earlier
Here are two hits --- one in PDF and the other in HTML.
And of course I do know that I can set my netBeans editor personality to be Emacs too. I've just done that and now I'm gonna have to unlearn a few things
Here are two hits --- one in PDF and the other in HTML.
And of course I do know that I can set my netBeans editor personality to be Emacs too. I've just done that and now I'm gonna have to unlearn a few things
Posted by Moazam Raja on October 31, 2005 at 10:18 AM EST #
Posted by James McPherson on October 31, 2005 at 01:37 PM EST #
Posted by Geertjan on November 01, 2005 at 04:50 AM EST #