Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How do you save your custom colours?
How do you save your custom colours? [message #333368] Sat, 06 December 2008 07:41 Go to next message
Adam Nielsen is currently offline Adam NielsenFriend
Messages: 15
Registered: July 2009
Junior Member
Hi all,

I've noticed that when you're configuring syntax highlighting, the colour
selector has a number of spots where you can save frequently used colours.
This helps a lot to get a uniform colour scheme across all the
syntax-highlighting editors.

Unfortunately however it seems that any colours you set up are lost when you
restart Eclipse.

Is there any way to make Eclipse remember the custom colours you've set across
restarts? (Or can you edit the 'master list' somewhere?)

Thanks,
Adam.
Re: How do you save your custom colours? [message #333370 is a reply to message #333368] Sat, 06 December 2008 08:04 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
Adam Nielsen wrote:
> Unfortunately however it seems that any colours you set up are lost when you
> restart Eclipse.
>
> Is there any way to make Eclipse remember the custom colours you've set across
> restarts? (Or can you edit the 'master list' somewhere?)

The colour picker is something from the operating system. So I guess
that'd be an OS configuration, if it's even available.

Remy
Re: How do you save your custom colours? [message #333372 is a reply to message #333370] Sat, 06 December 2008 08:25 Go to previous messageGo to next message
Adam Nielsen is currently offline Adam NielsenFriend
Messages: 15
Registered: July 2009
Junior Member
>> Is there any way to make Eclipse remember the custom colours you've
>> set across
>> restarts? (Or can you edit the 'master list' somewhere?)
>
> The colour picker is something from the operating system. So I guess
> that'd be an OS configuration, if it's even available.

Ah ok - but doesn't Java provide an interface to this? Under one popular OS
the function to display the colour picker returns an array of user-specified
values, which it's up to the program to store and retrieve. If the Java
function does the same, then Eclipse should still save and retrieve those
values returned by the Java function.

I'm not familiar enough with Java to know which function displays this colour
picker window, so I can't check to see if this is the case.

Cheers,
Adam.
Re: How do you save your custom colours? [message #333375 is a reply to message #333372] Sun, 07 December 2008 19:16 Go to previous message
Mike Jackson is currently offline Mike JacksonFriend
Messages: 128
Registered: July 2009
Senior Member
On 2008-12-06 03:25:43 -0500, Adam Nielsen <a.nielsen@shikadi.net> said:

>>> Is there any way to make Eclipse remember the custom colours you've
>>> set across
>>> restarts? (Or can you edit the 'master list' somewhere?)
>>
>> The colour picker is something from the operating system. So I guess
>> that'd be an OS configuration, if it's even available.
>
> Ah ok - but doesn't Java provide an interface to this? Under one popular OS
> the function to display the colour picker returns an array of user-specified
> values, which it's up to the program to store and retrieve. If the Java
> function does the same, then Eclipse should still save and retrieve those
> values returned by the Java function.
>
> I'm not familiar enough with Java to know which function displays this colour
> picker window, so I can't check to see if this is the case.
>
> Cheers,
> Adam.


This is most probably an OS issue. On OS X my list of custom colors is
global across ALL applications that use the native color picker.

Mike
Previous Topic:eclipse icon is not shown in title bar of the eclipse - linux
Next Topic:Activate plugin after installation without restart
Goto Forum:
  


Current Time: Fri Mar 29 07:12:14 GMT 2024

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

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

Back to the top