Skip to main content



      Home
Home » Newcomers » Newcomers » Java Editor Puts Certain Things In Italics
Java Editor Puts Certain Things In Italics [message #145348] Tue, 28 March 2006 16:56 Go to next message
Eclipse UserFriend
Originally posted by: larry.stupidtuesday.com

Hi,

I type in the following code:

HelloService proxy =
HelloService)Registry.lookup(WSDL_URL,HelloService.class);

System.out.println(proxy.hello("world"));

After I am done typing the editor goes through and italicizes the
following 3 items:

WSDL_URL
..lookup
..out

Why is it doing this and how can I shut it off?
I looked through Window > Preferences > Java > Code Style and can't find
a setting to control this.

Thanks,
Larry
Re: Java Editor Puts Certain Things In Italics [message #145354 is a reply to message #145348] Tue, 28 March 2006 21:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: panajotis.freemail.gr

These methods/members are in italics to indicate that they are static.

Personally I love this feature, but since you don't you can switch it off
by going to:
Preferences > Java > Editor > Syntax Coloring.
From the Element list select the "static fields" and "static method
invocations".
Uncheck the "italics" checkbox and you're done.
Re: Java Editor Puts Certain Things In Italics [message #145439 is a reply to message #145354] Wed, 29 March 2006 07:35 Go to previous message
Eclipse UserFriend
Originally posted by: larry.stupidtuesday.com

Thanks a bunch, pana!

pana wrote:
> These methods/members are in italics to indicate that they are static.
>
> Personally I love this feature, but since you don't you can switch it
> off by going to:
> Preferences > Java > Editor > Syntax Coloring.
> From the Element list select the "static fields" and "static method
> invocations".
> Uncheck the "italics" checkbox and you're done.
>
>
Previous Topic:Creating plugin for test management and automation of boards
Next Topic:Howto "extend" enumerations
Goto Forum:
  


Current Time: Sat May 10 06:31:16 EDT 2025

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

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

Back to the top