I think I have accidentally overridden one of the default settings in the NetBeans editor (7.2 on Windows 7) and a beautiful feature is gone.
Bracket completion feature is now effected.
I am new to NetBeans. When I used to type
echo "
NetBeans used to place the matching "
and put the cursor right after the first quote
echo "|"` // here the `|` denotes the cursor
So when I see the cursor there, I just type... And when I am done typing, I used to be able simply to hit enter (while the cursor is still inside the closing quote) and NetBeans used to automatically put the semi-column at the end of the line (after the closing quote) and advance me to the next line - very nicely. But now, the enter totally creates a new line, pushing the closing quote also to the next line. And obviously, no more semi-column.
So I end up getting this now
echo "test
"
The enter used to give me this instead;
echo "test";
I wonder what went wrong and where. Now I have to hit right arrow to get to the right side of the closing quote and place a semi-column manually and then hit enter.
How do you bring back default settings? What do you do in situations like this?
Running Windows 7 and NetBeans 7.2.1