Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Changing buildArguments

Hi Sten,
Keep in mind that properties page gets a copy of configuration description and the changes get applied to the real one only with OK or Apply button. As far as I remember there are some things you need to do in performApply(), performOK() and performDefault() for that to happen.

Andrew

On Wed, Jul 6, 2011 at 10:05 AM, Sten Gruener <sten.gruener@xxxxxxxxx> wrote:
Hello,

I would like to change buildArguments of my project configuration from
own pagePreferences plugin (an own page from Project->Properties
dialogue).

I am trying both ways described here:
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg11166.html

However none of them seems to work, or works just from time to time?

Is it some kind of a raise condition? Do I need to call it from a
different thread?

Regards
Sten
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top