Skip to main content



      Home
Home » Newcomers » Newcomers » Code-completion hides underscore
Code-completion hides underscore [message #185299] Wed, 20 December 2006 23:41 Go to next message
Eclipse UserFriend
Originally posted by: Odalrick.hotmail.com

When I use code-completion to fill in a function, the arguments to that
function appear outlined, i.e. there is a box around the argument name.
The problem is that this outline hides the underscore character, "_",
making it indistinguishable from space.

I've looked through the preferences, hoping to find a way to disable or
change this feature, but found nothing.

/Odalrick
Re: Code-completion hides underscore [message #185355 is a reply to message #185299] Thu, 21 December 2006 05:29 Go to previous messageGo to next message
Eclipse UserFriend
Odalrick wrote:

> When I use code-completion to fill in a function, the arguments to
> that function appear outlined, i.e. there is a box around the argument
> name. The problem is that this outline hides the underscore character,
> "_", making it indistinguishable from space.
>
> I've looked through the preferences, hoping to find a way to disable
> or change this feature, but found nothing.

There is no such preference.

Dani

>
> /Odalrick
>
Re: Code-completion hides underscore [message #185485 is a reply to message #185355] Thu, 21 December 2006 18:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kwarner.uneedspeed.net

Daniel Megert wrote:
> Odalrick wrote:
>
>> When I use code-completion to fill in a function, the arguments to
>> that function appear outlined, i.e. there is a box around the argument
>> name. The problem is that this outline hides the underscore character,
>> "_", making it indistinguishable from space.
>>
>> I've looked through the preferences, hoping to find a way to disable
>> or change this feature, but found nothing.
>
>
> There is no such preference.
>
> Dani
>
>>
>> /Odalrick
>>
Suggestion: Don't use underscores -- use capitals to distinguish words. Underscores are hard to read anyway you look at it...
Re: Code-completion hides underscore [message #185594 is a reply to message #185485] Sat, 23 December 2006 01:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Odalrick.hotmail.com

Not using underscores isn't an option.

The programming convention I follow says capwordsForClasses,
underscores_for_functions_and_methods.

Underscores work in case-insensitive languages. Not a big deal, but I like
Ada.

Finally, even if I didn't like underscores, they have actual meaning, just
like + or == .

I figure I'll either find a font with a thick underscore, try to ignore
the problem or discard eclipse like I would any defective tool.

/Odalrick
Re: Code-completion hides underscore [message #185619 is a reply to message #185594] Sat, 23 December 2006 10:37 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Odalrick wrote:
> Not using underscores isn't an option.
>
> The programming convention I follow says capwordsForClasses,
> underscores_for_functions_and_methods.

Which goes against the Sun code standards recommendation and every other
coding convention/policy I've ever seen in 10 years. Code structured
like that is seriously non-standard, even if the standard is de facto.

> Finally, even if I didn't like underscores, they have actual meaning,
> just like + or == .

Um, not in Java they don't. + and == are operators, _ is just another
character like t or J.

> I figure I'll either find a font with a thick underscore, try to ignore
> the problem or discard eclipse like I would any defective tool.

Eclipse strives to be as flexible and configurable as possible in order
to accommodate nearly every programmer. If you file a feature request it
should receive as much attention as any other one. I encourage you to do
so at htpt://bugs.eclipse.org/bugs
However, you're not going to make any friends in the Eclipse community
by referring to the tool as "defective," especially when you're talking
about a cosmetic item and using a completely non-standard code
convention that you are not willing to adjust.

Just some friendly advice,
Eric
Previous Topic:Why is Eclipse "clicky"?
Next Topic:Callisto and Update on Mac
Goto Forum:
  


Current Time: Mon Jul 14 22:46:21 EDT 2025

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

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

Back to the top