Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] How can one initialize an IScriptProject property to a given value at project creation time

Hi Gabriel,

You can override GenericDLTKProjectWizard.finishPage(IProgressMonitor)
and use org.eclipse.core.resources.ProjectScope to save project preferences.

Regards,
Alex

----- Original Message -----
From: "Gabriel Petrovay" <gabipetrovay@xxxxxxxxx>
To: "dltk-dev" <dltk-dev@xxxxxxxxxxx>
Sent: Tuesday, May 26, 2009 10:57:00 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] How can one initialize an IScriptProject property to a given value at project creation time

Hi,

I want my IScriptPtroject to have a certain property set after the New
Project Wizard finished. How can I do this? The result must be the
".settings" directory having inside "my.plugin.id.prefs" file with my
setting. I want to avoid the user from having to go through the
property page. (And I don't want to make this setting the eclipse
default Eclipse preference since this happens only for certain
project)

Thanks!

Regards,
Gabriel

-- 
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top