Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » where does IPreferenceStore store name and value mapping?
where does IPreferenceStore store name and value mapping? [message #78753] Thu, 19 June 2003 17:41 Go to next message
Eclipse UserFriend
Originally posted by: danielmarkhot.hotmail.com

hello:
In the Eclipse Online help document "Eclipse 2.0 Platform Plug-in
Developer's Guider,
In section "Plug-in preference store", the book said "The platform will take
care of saving these values in your plug-in's working directory and
initializing the preference store from the saved settings."


what is the file name for this purpose??

thank you
Re: where does IPreferenceStore store name and value mapping? [message #78854 is a reply to message #78753] Thu, 19 June 2003 20:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chaves.no-spam.inf.ufsc.br

> what is the file name for this purpose??

<workspace>/.metadata/.plugins/<plugin-id>/pref_store.ini
Re: where does IPreferenceStore store name and value mapping? [message #78923 is a reply to message #78854] Thu, 19 June 2003 22:29 Go to previous message
Eclipse UserFriend
Originally posted by: danielmarkhot.hotmail.com

hello Rafael:

"Rafael Chaves" <chaves.no-spam@inf.ufsc.br> wrote in message
news:bctl41$q4g$1@rogue.oti.com...
> > what is the file name for this purpose??
>
> <workspace>/.metadata/.plugins/<plugin-id>/pref_store.ini
>

With the great help from you, I found some extra stuff:

The plugin installed in <install_dir>eclipse/plugins will store the file
"pref_store.ini into
"<workspace>/.metadata/.plugins/<plugin-id>/pref_store.ini " (just as you
said)

If you are developing a plugin and test it using Run-time Workbench, then
the plugin will
write the file "pref_store.ini" into
"<runtime-workspace>/.metadata/.plugins/<plugin-id>/pref_store.ini ".


Appreciate your great help!

-Daniel
Previous Topic:Keyboard Cut, Copy & Paste
Next Topic:is Eclipse realy so bad at servlet-development
Goto Forum:
  


Current Time: Sun Apr 27 10:15:46 EDT 2025

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

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

Back to the top