Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] 2 questions

I'll pass on the headless build state, but for setting preferences there is
another way that is useful: consider creating a "plugin_customization.ini" that
initializes your favorite prefs settings. Then in your product plugin's
plugin.xml put a product extension property that specifies it.

I am still using an older cdt version, but in ours we put this:

org.eclipse.cdt.debug.core/org.eclipse.cdt.debug.corecDebug.default_register_for
mat=4

Figuring out what settings work is lame in the extreme (undocumented and
inconsistent) ... but play with modifying prefs settings and exporting them and
comparing, and you will see what changes get saved as what values.

Sometimes this is the only way to make a tweak if the prefs apis you need are
internal.


Ciao,

PMac
 
>-----Original Message-----
>From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
>Behalf Of Derek Morris
>Sent: Friday, May 04, 2007 11:01 AM
>To: CDT General developers list.
>Subject: [cdt-dev] 2 questions
>
>Hi,
>
>1. Is it possible to do a headless build of CDT projects? For example, I'd
>like
>to build project 'one' for the 'Release' configuration in a batch file.
>
>2. Can I (programmatically) change the default variable/expression/regsiter
>format. The 'natural' format isn't for my product - it should be hex.
>
>I have looked for answers to these questions, but have been unable to.
>
>Thanks,
>
>--
>Derek
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top