Code-completion hides underscore [message #185299] |
Wed, 20 December 2006 23:41  |
Eclipse User |
|
|
|
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 #185619 is a reply to message #185594] |
Sat, 23 December 2006 10:37  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.29955 seconds