Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Curly Braces not working in Eclipse

See the image, basically if I go to enter shift+[ or shift+] aka { or } in eclipse

I expect the editor to update the .java source with a { or }.

Instead it seems to be indenting...

Now I'm using a standard macbook pro, with English any ideas why eclipse won't let me enter the curly brace. It worked about 2 weeks ago, did an update... using Mountain Lion... now it's not working. enter image description here Any ideas?

like image 545
David van Dugteren Avatar asked Dec 27 '22 19:12

David van Dugteren


1 Answers

My solution was:

Help -> Key Assist then find skip Skip all Breakpoints.

Select it and press ctrl + shift + L. It will open a preferences window and then just delete binding.(ctrl + alt + b)

I hope it solved your problem!

like image 92
robi-vtc Avatar answered Jan 02 '23 14:01

robi-vtc