You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Oxygen Project view can open project configuration files only from the local drive. So option (1) would be usually used when you have a version control system and all users have a local workspace.
Various settings (that would normally be stored in .xpr files) should be available through a central location.
Might be as easy as storing the .xpr file in the DB. To be investigated.
INFO from @raducoravu
Regarding the standalone Oxygen application, if you want to share settings you would have the following options:
a plugin to impose fixed options when the application starts using the API:
In our Maven SDK we have a sample plugin called ImposeOptions which imposes a fixed set of options when the application starts.
The text was updated successfully, but these errors were encountered: