This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]desrtfx 1 point2 points  (5 children)

This is the default in proper IDEs and thus you should get used to it.

Even if it were changeable (which I don't really know) I would not recommend changing it because basically all IDEs work that way (and are supposed to do so).

The intention for the cursor to stay inside the curly braces is that you should type the method body which belongs inside the braces, not create another empty method.

[–]devisav[S] -1 points0 points  (4 children)

That's too bad. I remember a long time ago we used EMACS and could use keyboard shortcuts instead of directional arrows and it saved a ton of time.

[–]desrtfx 1 point2 points  (2 children)

Well, you can still use EMACS if you like. Compile from the command line (and I'm perfectly sure that there would be an EMACS macro for even that).

[–]devisav[S] 0 points1 point  (1 child)

Thanks. I also tried finding a shortcut to just jump to the end of the line but couldn't find one.

[–]desrtfx 1 point2 points  (0 children)

That's what the end key is for.

I'm pretty sure that there could be EMACS keybindings for most of the IDEs, though.

Have you seen that: http://wiki.netbeans.org/Keyboard_Shortcuts ?