vote up 0 vote down star

In eclipse you can click Ctrl+I at any line, and it'll automatically indent the line or group of lines according to the indentation scheme you chose in the settings.

I'm really missing this feature in Netbeans. Is there any equivalent feature?

I'm aware of Alt+Shift+F but it's not good enough. I want to indent a group of lines, and not all the file.

flag

4 Answers

vote up 1 vote down check

Open Tools -> Options -> Keymap, then look for the action called "Re-indent current line or selection" and set whatever shortcut you want.

link|flag
Still doesn't work with JavaFX, but eclipse JavaFX plugin have this defect as well, so I guess I just have to wait for JavaFX to mature. Thanks! – Elazar Leibovich Aug 24 at 20:05
vote up 1 vote down

Select the lines you want to reformat (indenting), then hit Alt+Shift+F. Only the selected lines will be reformatted.

link|flag
vote up 0 vote down

Shift + Alt + F indents the whole file.

link|flag
See my reply to @Milhous – Elazar Leibovich Aug 29 at 19:47
vote up 0 vote down

ctl-shift-f will do a format of all the code in the page.

link|flag
In the latest Netbeans (6.71) it's Alt+Shift+F and it doesn't work in javaFX mode. Eclipse CDT (for C/C++) has it working. It's still not good enough, as I sometimes want to indent only a few lines, and not all the code (for instance when fixing small portions of big file with bad identation. I don't want to change the indentation of all lines) – Elazar Leibovich Aug 21 at 15:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.