Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » M9 lost my editor configuration settings
M9 lost my editor configuration settings [message #160106] Sun, 23 May 2004 04:05 Go to next message
Mike Miller is currently offline Mike MillerFriend
Messages: 1
Registered: July 2009
Junior Member
Hi, I just installed M9 and low-and-behold all of my Java editor
customizations are missing. I start eclipse with the -data and the
workspace is still there. The .log file has no errors or mention of any
problems.

How can I get those back without having to re-do the configuration
manaully? In the past, for a slightly different problem, someone
mentioned something about deleting a configuration directory but I wasn't
real comfortable with that and found a way past the previous issue.
Re: M9 lost my editor configuration settings [message #160149 is a reply to message #160106] Sun, 23 May 2004 15:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: roror.hotpop.com.nospam

Mike Miller wrote:

> Hi, I just installed M9 and low-and-behold all of my Java editor
> customizations are missing. I start eclipse with the -data and the
> workspace is still there. The .log file has no errors or mention of any
> problems.
>
> How can I get those back without having to re-do the configuration
> manaully? In the past, for a slightly different problem, someone
> mentioned something about deleting a configuration directory but I wasn't
> real comfortable with that and found a way past the previous issue.
pal, they recommend that you remove .metadata from the workspace before
changing your eclipse release. So, that means you'll have to spend some
time redoing the configuration.

I don't know a better way either. But, you can use this time to learn about
the new features in M9 and experiment with them.
--
Thanks,
Nachi
Re: M9 lost my editor configuration settings [message #160157 is a reply to message #160149] Sun, 23 May 2004 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: varavamu.yahoo.com

i usually export my preferences, and the java editor formatter
preferences (since these are separate from the general prefs) before
upgrading my eclipse install. That way, if the new install seems to have
"lost" my preferences, i can simply import them again. This has worked
consistently for me in the past - except when they change the preference
keys. But at least most of the prefs are restored this way.

HTH,
Vijay

Nachiketa Sahoo wrote:
> Mike Miller wrote:
>
>
>>Hi, I just installed M9 and low-and-behold all of my Java editor
>>customizations are missing. I start eclipse with the -data and the
>>workspace is still there. The .log file has no errors or mention of any
>>problems.
>>
>>How can I get those back without having to re-do the configuration
>>manaully? In the past, for a slightly different problem, someone
>>mentioned something about deleting a configuration directory but I wasn't
>>real comfortable with that and found a way past the previous issue.
>
> pal, they recommend that you remove .metadata from the workspace before
> changing your eclipse release. So, that means you'll have to spend some
> time redoing the configuration.
>
> I don't know a better way either. But, you can use this time to learn about
> the new features in M9 and experiment with them.
Re: M9 lost my editor configuration settings [message #160165 is a reply to message #160157] Sun, 23 May 2004 15:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: roror.hotpop.com.nospam

Vijay Aravamudhan wrote:

> i usually export my preferences, and the java editor formatter
> preferences (since these are separate from the general prefs) before
> upgrading my eclipse install. That way, if the new install seems to have
> "lost" my preferences, i can simply import them again. This has worked
> consistently for me in the past - except when they change the preference
> keys. But at least most of the prefs are restored this way.
>

Oh. Thats cool. I didn't know that I can export all my preferences. I used
to export the formatting preferences only. Thanks.

--
Thanks,
Nachi
Re: M9 lost my editor configuration settings [message #160213 is a reply to message #160157] Mon, 24 May 2004 09:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dberindei.no.spam.yahoo.com

Vijay Aravamudhan wrote:
> i usually export my preferences, and the java editor formatter
> preferences (since these are separate from the general prefs) before
> upgrading my eclipse install. That way, if the new install seems to have
> "lost" my preferences, i can simply import them again. This has worked
> consistently for me in the past - except when they change the preference
> keys. But at least most of the prefs are restored this way.
>

There's a warning about this in the "New and noteworthy" document:
http://download2.eclipse.org/downloads/drops/S-3.0M9-2004052 11200/eclipse-news-all-M9.html
(Scroll down to the "Shared annotations and Quick Diff preferences"
section.)
Re: M9 lost my editor configuration settings [message #160358 is a reply to message #160157] Mon, 24 May 2004 13:51 Go to previous messageGo to next message
Russell Gonsalves is currently offline Russell GonsalvesFriend
Messages: 18
Registered: July 2009
Junior Member
Vijay,

From the Window->Preferences menu, I popup the Preferences dialog. If I
press the Export... button at the bottom of the dialog, the resulting dialog
that pops up offers only one choice "Export all preferences" (the other
radio buttons are grayed out). Are these the "general prefs" that you refer
to? If yes, how do I get to save the java editor formatter preferences that
you refer to? As the thread implies this is with M8 (in preparation to
migrating to M9).

Thanks,

Russell

"Vijay Aravamudhan" <varavamu@yahoo.com> wrote in message
news:c8qeh3$5i6$1@eclipse.org...
> i usually export my preferences, and the java editor formatter
> preferences (since these are separate from the general prefs) before
> upgrading my eclipse install. That way, if the new install seems to have
> "lost" my preferences, i can simply import them again. This has worked
> consistently for me in the past - except when they change the preference
> keys. But at least most of the prefs are restored this way.
>
> HTH,
> Vijay
>
> Nachiketa Sahoo wrote:
> > Mike Miller wrote:
> >
> >
> >>Hi, I just installed M9 and low-and-behold all of my Java editor
> >>customizations are missing. I start eclipse with the -data and the
> >>workspace is still there. The .log file has no errors or mention of any
> >>problems.
> >>
> >>How can I get those back without having to re-do the configuration
> >>manaully? In the past, for a slightly different problem, someone
> >>mentioned something about deleting a configuration directory but I
wasn't
> >>real comfortable with that and found a way past the previous issue.
> >
> > pal, they recommend that you remove .metadata from the workspace before
> > changing your eclipse release. So, that means you'll have to spend some
> > time redoing the configuration.
> >
> > I don't know a better way either. But, you can use this time to learn
about
> > the new features in M9 and experiment with them.
Re: M9 lost my editor configuration settings [message #160406 is a reply to message #160157] Mon, 24 May 2004 16:02 Go to previous messageGo to next message
Omair-Inam Abdul-Matin is currently offline Omair-Inam Abdul-MatinFriend
Messages: 14
Registered: July 2009
Junior Member
I knew about exporting the preferences. But how do I export the Java
editor formatter preferences?

Omair

Vijay Aravamudhan wrote:
> i usually export my preferences, and the java editor formatter
> preferences (since these are separate from the general prefs) before
> upgrading my eclipse install. That way, if the new install seems to have
> "lost" my preferences, i can simply import them again. This has worked
> consistently for me in the past - except when they change the preference
> keys. But at least most of the prefs are restored this way.
>
> HTH,
> Vijay
>
> Nachiketa Sahoo wrote:
>
>> Mike Miller wrote:
>>
>>
>>> Hi, I just installed M9 and low-and-behold all of my Java editor
>>> customizations are missing. I start eclipse with the -data and the
>>> workspace is still there. The .log file has no errors or mention of any
>>> problems.
>>>
>>> How can I get those back without having to re-do the configuration
>>> manaully? In the past, for a slightly different problem, someone
>>> mentioned something about deleting a configuration directory but I
>>> wasn't
>>> real comfortable with that and found a way past the previous issue.
>>
>>
>> pal, they recommend that you remove .metadata from the workspace before
>> changing your eclipse release. So, that means you'll have to spend some
>> time redoing the configuration.
>> I don't know a better way either. But, you can use this time to learn
>> about
>> the new features in M9 and experiment with them.
Re: M9 lost my editor configuration settings [message #160414 is a reply to message #160406] Mon, 24 May 2004 16:23 Go to previous message
Eclipse UserFriend
Originally posted by: varavamu.yahoo.com

To export the java editor formatter preferences, you need to go to the
Java > Code Style > Code Formatter (following the tree in the
preferences dialog), and then use the "Export" button to export them.
NOTE:
1) If you are using 3.0 M8, this button is called "Save".
2) If on M9, there are now two "Export" buttons - use the one on the
right hand side of the screen to export only the java formatter prefs.

HTH,
Vijay




Omair-Inam Abdul-Matin wrote:
> I knew about exporting the preferences. But how do I export the Java
> editor formatter preferences?
>
> Omair
>
> Vijay Aravamudhan wrote:
>
>> i usually export my preferences, and the java editor formatter
>> preferences (since these are separate from the general prefs) before
>> upgrading my eclipse install. That way, if the new install seems to
>> have "lost" my preferences, i can simply import them again. This has
>> worked consistently for me in the past - except when they change the
>> preference keys. But at least most of the prefs are restored this way.
>>
>> HTH,
>> Vijay
>>
>> Nachiketa Sahoo wrote:
>>
>>> Mike Miller wrote:
>>>
>>>
>>>> Hi, I just installed M9 and low-and-behold all of my Java editor
>>>> customizations are missing. I start eclipse with the -data and the
>>>> workspace is still there. The .log file has no errors or mention of any
>>>> problems.
>>>>
>>>> How can I get those back without having to re-do the configuration
>>>> manaully? In the past, for a slightly different problem, someone
>>>> mentioned something about deleting a configuration directory but I
>>>> wasn't
>>>> real comfortable with that and found a way past the previous issue.
>>>
>>>
>>>
>>> pal, they recommend that you remove .metadata from the workspace before
>>> changing your eclipse release. So, that means you'll have to spend some
>>> time redoing the configuration.
>>> I don't know a better way either. But, you can use this time to learn
>>> about
>>> the new features in M9 and experiment with them.
Previous Topic:Java class methos with inner methods in it
Next Topic:Is there an Eclipse announcements mailing list?
Goto Forum:
  


Current Time: Wed Jul 17 14:25:43 GMT 2024

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

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

Back to the top