Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Semicolon
Semicolon [message #254498] Tue, 22 June 2004 04:10 Go to next message
Eclipse UserFriend
Originally posted by: kthunoe.io.dk

Silly question perhaps but I cant seem to find me a setting in Eclipse
what will set the semicolon (;) automagially after calling a method. If
anyone know how to make it do so then please let me know.

TIA

/Kasper
Re: Semicolon [message #254813 is a reply to message #254498] Tue, 22 June 2004 17:18 Go to previous message
Eclipse UserFriend
Originally posted by: john.eclipsefaq.org

The closest thing is Preferences > Java > Editor > Typing > Smart
semicolon positioning. With this on, typing a semicolon will
automatically place it at the very end of the line (unless you are
inside a string literal). Automatic insertion after a single method
invocation does not generally make sense, since you can chain method
invocations together (Object.toString().length(), for example).
--

Kasper wrote:
> Silly question perhaps but I cant seem to find me a setting in Eclipse
> what will set the semicolon (;) automagially after calling a method. If
> anyone know how to make it do so then please let me know.
Previous Topic:Eclipse 3 Infocenter on Linux
Next Topic:Newbie question thank you!
Goto Forum:
  


Current Time: Mon Sep 22 19:35:59 EDT 2025

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

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

Back to the top