Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] how do I open eclipse windows programmatically?

See org.eclipse.ui.dialogs.PreferencesUtil.
You also need to find out the Run/Debug property page id.
 
HTH,
Toni


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Jimmie Eriksson
Sent: Wednesday, April 29, 2009 1:22 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] how do I open eclipse windows programmatically?

Hi

How do I open eclipse windows programmatically from my plug-in?
In my case I want to open the selected project -> Properties -> Run/Debug Settings?
My selected project is an IProject reference and want to go from there.

/Jimmie

Back to the top