Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] What exactly is CDT core build?

Although it is not supported, the collection storage is often implemented as "tokenizable" String. The implementation does not look tricky if you have good separator for your values.

Regardless to what is supported by preferences you should think carefully about where and how to store your settings. Please don't forget the team work scenarios - your settings should be friendly to version control.

Regards,
AF

20.08.2020 21:12, 15 knots пишет:
Unfortunately o.o.s.p.Preferences does not allow to
store lists or sets of Strings which I need for cmake support. Neither
does org.eclipse.core.runtime.preferences.OsgiPreferenceMetadataStore.
So I think I am forced to store them in the .cproject somehow.



Back to the top