Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get rid of that silly space eclipse generates when you open an EL expression

When I use an EL expression in Eclipse, I naturally begin by typing ${. Eclipse, wanting to help out a little, places a close brace } afterward. However, there's a space between them. So if I want ${user.name} I type ${, followed by user.name but my end result is ${user.name } - that extra space drives me bonkers.

I've looked through all the menus and cannot find where this is defined. Clearly I haven't looked through well enough, because it has to be in there. How can I eliminate... no, eradicate, this space?

My Eclipse info:

Version: Juno Service Release 2
Build id: 20130225-0426
like image 217
corsiKa Avatar asked Nov 20 '13 20:11

corsiKa


1 Answers

You can disable the auto-close-brace:

enter image description here

like image 55
Eng.Fouad Avatar answered Oct 26 '22 10:10

Eng.Fouad