Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Properties Page Question?
Properties Page Question? [message #274946] Mon, 01 November 2004 14:15 Go to next message
Eclipse UserFriend
Originally posted by: alain.gggg.com

Hi,

I'm developing a plugin that add a property page to the Java Project
Properties Dialog.
Could somebody tell me what is the best way to make these properties
persistent?
I would like to have them in a separate file within the project directory
(like the ".project" file).
is there any extensions point that i could use to do it?

Thanks
Alain
Re: Properties Page Question? [message #275266 is a reply to message #274946] Fri, 05 November 2004 11:00 Go to previous messageGo to next message
Eclipse UserFriend
Do you mean storing the settings for future use? You can get an instance of
DialogSettings from your plug-in and store it there.

Tod Creasey
Platform UI Team

"Alain" <alain@gggg.com> wrote in message news:cm620l$i9t$1@eclipse.org...
> Hi,
>
> I'm developing a plugin that add a property page to the Java Project
> Properties Dialog.
> Could somebody tell me what is the best way to make these properties
> persistent?
> I would like to have them in a separate file within the project directory
> (like the ".project" file).
> is there any extensions point that i could use to do it?
>
> Thanks
> Alain
>
>
Re: Properties Page Question? [message #275357 is a reply to message #275266] Sun, 07 November 2004 09:37 Go to previous message
Eclipse UserFriend
Originally posted by: alain.gggg.com

Thanks, that's exactly what I have been looking for!

Alain

Tod Creasey wrote:

> Do you mean storing the settings for future use? You can get an instance of
> DialogSettings from your plug-in and store it there.

> Tod Creasey
> Platform UI Team

> "Alain" <alain@gggg.com> wrote in message news:cm620l$i9t$1@eclipse.org...
>> Hi,
>>
>> I'm developing a plugin that add a property page to the Java Project
>> Properties Dialog.
>> Could somebody tell me what is the best way to make these properties
>> persistent?
>> I would like to have them in a separate file within the project directory
>> (like the ".project" file).
>> is there any extensions point that i could use to do it?
>>
>> Thanks
>> Alain
>>
>>
Previous Topic:ResourcesPlugin
Next Topic:Netbeans MDR in Eclipse plugin
Goto Forum:
  


Current Time: Thu Jun 05 03:55:19 EDT 2025

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

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

Back to the top