Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Close braces don't appear
Close braces don't appear [message #97348] Fri, 19 September 2003 17:08 Go to next message
Eclipse UserFriend
Originally posted by: vk.vonkaenel.net

I've been using Eclipse for some time, it's been configured to add a closing
brace whenever I enter an openning brace. Today, I'm not sure what happened
(I didn't modify the settings that I know of), but now whenever I type an
openning brace, no closing brace appears.

I've looked over the preferences - In Editor | typing, I have close braces
and parans checked. Is there another location in Preferences that I need to
look at? I can't find anything. (Of course it is Friday - strange things
happen on Fridays!)

- Pierre
Re: Close braces don't appear [message #97363 is a reply to message #97348] Fri, 19 September 2003 17:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vk.vonkaenel.net

Wait a minute - my problem only occurs when typing a function, the closing
brace DOES appear with individual statements. Maybe I just don't recall
closing braces not appearing with functions. Like I said, it's Friday.

- Pierre

Can't closing braces be made to appear when writing a method, e.g.
public void foo()
{
<-- no closing brace appears.
Re: Close braces don't appear [message #97801 is a reply to message #97363] Mon, 22 September 2003 07:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.eicher.gmx.ch.nodomain

works for me in the latest builds - note that the closing brace will
only appear after you type return.

-tom

Pierre wrote:
> Wait a minute - my problem only occurs when typing a function, the closing
> brace DOES appear with individual statements. Maybe I just don't recall
> closing braces not appearing with functions. Like I said, it's Friday.
>
> - Pierre
>
> Can't closing braces be made to appear when writing a method, e.g.
> public void foo()
> {
> <-- no closing brace appears.
>
>
>
Re: Close braces don't appear [message #97816 is a reply to message #97348] Mon, 22 September 2003 08:43 Go to previous message
Eclipse UserFriend
Originally posted by: markus_keller.ch.ibm.spam.protect.com

Maybe you accidentally switched off "Smart Insert" mode?

Try pressing the "Insert" key on your keyboard until it reads "Smart
Insert" in the lower right of the status line.

Markus


Pierre wrote:
> I've been using Eclipse for some time, it's been configured to add a closing
> brace whenever I enter an openning brace. Today, I'm not sure what happened
> (I didn't modify the settings that I know of), but now whenever I type an
> openning brace, no closing brace appears.
>
> I've looked over the preferences - In Editor | typing, I have close braces
> and parans checked. Is there another location in Preferences that I need to
> look at? I can't find anything. (Of course it is Friday - strange things
> happen on Fridays!)
>
> - Pierre
>
>
Previous Topic:To save InputStream to file
Next Topic:[Thought] Remember import statements while cut'n paste operations
Goto Forum:
  


Current Time: Fri Aug 16 16:18:09 GMT 2024

Powered by FUDForum. Page generated in 0.03556 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top