views:

617

answers:

3

Hi all I'm at university, and we were taught to use notepad to programme java to start with. I moved onto notepad++ and quickly onto eclipse. In notepad++, i could roll up (plus minus sign) if statements or for loop as well as methods and classes. I wondered if there is a plugin for eclipse that allows me to do the same?

Also, are there any essential plugins i should be using with eclipse? I'm rather new to programming.

Thanks in advance

Ben

A: 

Try this plugin.

htw
+2  A: 

In Eclipse you can use Shift-Alt-Arrow Up to mark the surrounding block to the current block (and Shift-Alt-Arrow Down to narrow down again). Then Arrow-left place you at the beginning of the block, and Arrow-Right at the end.

(Untested, from memory, but VERY handy).

Thorbjørn Ravn Andersen
thats handy! thanks.sadly the question still remains unanswered
Relequestual
seems there is no way currently of doing this. oh well
Relequestual
+1  A: 
VonC
Ah, sorry about that, I didn't notice—thanks for the heads up!
htw
darn, that looked like the exact thing i was looking for! :(
Relequestual