can someone tell me where Eclipse maintains its configuration file.
If I customize my ide, such as custom keys, I would like to backup the
file.
I can't seem to find the file.
It's probably something simple like ThisIsTheConfigurationFile.xml :)
thanks
john
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
coltrane schreef:
> can someone tell me where Eclipse maintains its configuration file.
> If I customize my ide, such as custom keys, I would like to backup the
> file.
> I can't seem to find the file.
> It's probably something simple like ThisIsTheConfigurationFile.xml :)
There is a whole hidden directory in your workspace. On Linux, it is
.preferences, on Windows, I'm not sure.
For Eclipse related questions, see
news://news.eclipse.org:119/eclipse.newcomer
H.

Signature
Hendrik Maryns
==================
www.lieverleven.be
http://aouw.org
Hendrik Maryns - 17 Mar 2006 17:31 GMT
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
Hendrik Maryns schreef:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
[quoted text clipped - 9 lines]
> There is a whole hidden directory in your workspace. On Linux, it is
> .preferences, on Windows, I'm not sure.
/me knocks himself on the head after seeing the correct answer:
Of course, the directory is called .metadata, not .preferences.
H.

Signature
Hendrik Maryns
==================
www.lieverleven.be
http://aouw.org
coltrane - 17 Mar 2006 19:06 GMT
thanks
I cannot believe the way these preferences are maintained!
Oh well, there is a reason for everything.
thanks again
john
James McGill - 17 Mar 2006 22:33 GMT
> thanks
>
[quoted text clipped - 4 lines]
>
> john
I spend a lot of time re-doing my workspace prefs for things like code
generation comments, and I've completely given up on customizing the
editor colors -- I'd really like to have a black background and bright
text for everything, but, I got sick of having to change it every time I
updated eclipse, and for every new workspace. And there are just too
many things in the GUI world that assume your background will be a light
color (white), and that it's okay to display dark things on the
foreground. I understand the whole "paper" idiom, but on a computer
display, I greatly prefer the low-energy state of a dark background.
But usually this is impossible, because somewhere, there's always
something hardcoded as a black foreground. Or, as is the case for
Eclipse, there are just too many different things that have to be
adjusted.
coltrane - 19 Mar 2006 15:20 GMT
the settings like to stay consistent are my key combinations and tab
settings
thanks
> can someone tell me where Eclipse maintains its configuration file.
> If I customize my ide, such as custom keys, I would like to backup the
> file.
> I can't seem to find the file.
Maybe it is because Eclipse likes to use hidden files (file name beginning
with "."). On Unix/Linux use "ls -a" to see them.
> It's probably something simple like ThisIsTheConfigurationFile.xml :)
It is not so simple :-(
Project-spanning overall-settings are stored in directories
<yourWorksapceDirectory>/.metadata/.plugins/<plugInName>/...
Project-specific configurations are stored in
<yourWorkspaceDirectory>/<yourProject>/.project
<yourWorkspaceDirectory>/<yourProject>/.classpath
and others.

Signature
"Thomas:Fritsch$ops.de".replace(':', '.').replace('$', '@')