Skip to content

Exporting EDAApplication settings using the Settings Browser.

License

Notifications You must be signed in to change notification settings

osoco/pharo-eda-settings

Repository files navigation

PharoEDA Settings

This project provides a way to show and manage EDAApplications' and PharoEDA adapters' settings using the standard Pharo tool: Settings Browser.

Motivation

Managing PharoEDA applications easily from within the Settings Browser can be useful. It can provide a way to list them, and modify which adapters it uses. Additionally, it allows managing the configuration of each adapter.

Design

PharoEDA-Settings use PharoEDA to access the information regarding the current applications, and also the adapters published by PharoEDA-Adapters. The design is centered around a single class, EDASettings.

Usage

Load it with Metacello:

Metacello new repository: 'github://osoco/pharo-eda-settings:main'; baseline: #PharoEDASettings; load

Then, launch SettingBrowser

SettingBrowser open

Work in progress

  • Refactor PharoEDA settings.

Credits

About

Exporting EDAApplication settings using the Settings Browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published