Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Background color for content assist
Background color for content assist [message #326783] Tue, 01 April 2008 12:59 Go to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Hi,
i would like to know how to configure the background color for the content assist in eclipse.
Re: Background color for content assist [message #326791 is a reply to message #326783] Tue, 01 April 2008 13:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Name a écrit :
> Hi,
> i would like to know how to configure the background color for the
> content assist in eclipse.

I've done "Restore Defaults" in colors and fonts, but without success !!!
Re: Background color for content assist [message #326792 is a reply to message #326783] Tue, 01 April 2008 13:59 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Name wrote:
> Hi,
> i would like to know how to configure the background color for the
> content assist in eclipse.
This is currently handled by each editor type. For M7 this preference
will become one. Which editor are you talking about?

Dani
Re: Background color for content assist [message #326804 is a reply to message #326792] Tue, 01 April 2008 14:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Daniel Megert a écrit :
> Name wrote:
>> Hi,
>> i would like to know how to configure the background color for the
>> content assist in eclipse.
> This is currently handled by each editor type. For M7 this preference
> will become one. Which editor are you talking about?

The java editor.
Re: Background color for content assist [message #326851 is a reply to message #326804] Wed, 02 April 2008 07:32 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Name wrote:
> Daniel Megert a écrit :
>> Name wrote:
>>> Hi,
>>> i would like to know how to configure the background color for the
>>> content assist in eclipse.
>> This is currently handled by each editor type. For M7 this preference
>> will become one. Which editor are you talking about?
>
> The java editor.
Window > Preferences... | Java > Editor | Appearance color options

Dani
Re: Background color for content assist [message #326855 is a reply to message #326851] Wed, 02 April 2008 08:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Daniel Megert a écrit :
> Name wrote:
>> Daniel Megert a écrit :
>>> Name wrote:
>>>> Hi,
>>>> i would like to know how to configure the background color for the
>>>> content assist in eclipse.
>>> This is currently handled by each editor type. For M7 this preference
>>> will become one. Which editor are you talking about?
>>
>> The java editor.
> Window > Preferences... | Java > Editor | Appearance color options

So there is a bug in 3.4M6, because my content assist is black on black, while the preferences says white (foreground) on balck (background).

In fact it's the foreground which is buggy ! Sorry !
Re: Background color for content assist [message #326864 is a reply to message #326855] Wed, 02 April 2008 09:38 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Name wrote:
> Daniel Megert a écrit :
>> Name wrote:
>>> Daniel Megert a écrit :
>>>> Name wrote:
>>>>> Hi,
>>>>> i would like to know how to configure the background color for the
>>>>> content assist in eclipse.
>>>> This is currently handled by each editor type. For M7 this
>>>> preference will become one. Which editor are you talking about?
>>>
>>> The java editor.
>> Window > Preferences... | Java > Editor | Appearance color options
>
> So there is a bug in 3.4M6, because my content assist is black on
> black, while the preferences says white (foreground) on balck
> (background).
This forum is not the right place to report bugs. If you see a bug then
please use bugzilla to report it along with steps to reproduce. On my
machine this works as expected.

Dani
>
> In fact it's the foreground which is buggy ! Sorry !
>
Re: Background color for content assist [message #326865 is a reply to message #326864] Wed, 02 April 2008 10:52 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Daniel Megert wrote:
> Name wrote:
>> Daniel Megert a écrit :
>>> Name wrote:
>>>> Daniel Megert a écrit :
>>>>> Name wrote:
>>>>>> Hi,
>>>>>> i would like to know how to configure the background color for
>>>>>> the content assist in eclipse.
>>>>> This is currently handled by each editor type. For M7 this
>>>>> preference will become one. Which editor are you talking about?
>>>>
>>>> The java editor.
>>> Window > Preferences... | Java > Editor | Appearance color options
>>
>> So there is a bug in 3.4M6, because my content assist is black on
>> black, while the preferences says white (foreground) on balck
>> (background).
> This forum is not the right place to report bugs. If you see a bug
> then please use bugzilla to report it along with steps to reproduce.
> On my machine this works as expected.
Sorry, actually, it only works if colored label support is disabled.

Dani
>
> Dani
>>
>> In fact it's the foreground which is buggy ! Sorry !
>>
Re: Background color for content assist [message #326931 is a reply to message #326855] Thu, 03 April 2008 12:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thunderaxiom.gmail.com

Name skrev den 02-04-2008 10:50:
> Daniel Megert a écrit :
>> Name wrote:
>>> Daniel Megert a écrit :
>>>> Name wrote:
>>>>> Hi,
>>>>> i would like to know how to configure the background color for the
>>>>> content assist in eclipse.
>>>> This is currently handled by each editor type. For M7 this
>>>> preference will become one. Which editor are you talking about?
>>>
>>> The java editor.
>> Window > Preferences... | Java > Editor | Appearance color options
>
> So there is a bug in 3.4M6, because my content assist is black on black,
> while the preferences says white (foreground) on balck (background).
>
> In fact it's the foreground which is buggy ! Sorry !

I have seen such behaviour earlier when reusing a workspace created with
an older version of Eclipse.

Is your workspace built completely from scratch?

--
THorbjørn
Re: Background color for content assist [message #326936 is a reply to message #326931] Thu, 03 April 2008 12:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.domain.invalid

Thorbjørn Andersen a écrit :
>
> I have seen such behaviour earlier when reusing a workspace created with
> an older version of Eclipse.
>
> Is your workspace built completely from scratch?

nope, not at all
Re: Background color for content assist [message #326955 is a reply to message #326931] Thu, 03 April 2008 16:20 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Thorbjørn Andersen wrote:
> Name skrev den 02-04-2008 10:50:
>> Daniel Megert a écrit :
>>> Name wrote:
>>>> Daniel Megert a écrit :
>>>>> Name wrote:
>>>>>> Hi,
>>>>>> i would like to know how to configure the background color for
>>>>>> the content assist in eclipse.
>>>>> This is currently handled by each editor type. For M7 this
>>>>> preference will become one. Which editor are you talking about?
>>>>
>>>> The java editor.
>>> Window > Preferences... | Java > Editor | Appearance color options
>>
>> So there is a bug in 3.4M6, because my content assist is black on
>> black, while the preferences says white (foreground) on balck
>> (background).
>>
>> In fact it's the foreground which is buggy ! Sorry !
>
> I have seen such behaviour earlier when reusing a workspace created
> with an older version of Eclipse.
>
> Is your workspace built completely from scratch?
That doesn't matter. Just follow the bug he filed and which is already
fixed in HEAD.

Dani
Previous Topic:"Enum cannot be resolved", "Enum is not generic" compiler errors
Next Topic:Can plugin.xml be relocated to a subdirectory?
Goto Forum:
  


Current Time: Sun Jun 30 00:02:32 GMT 2024

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

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

Back to the top