hpi-swa-teaching / Algernon-Launcher

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressions. (SWT22-10)
MIT License
28 stars 5 forks source link

User-friendly Algernon settings #206

Open bewee opened 3 years ago

bewee commented 3 years ago

As an unexperienced user, I want to have a user-friendly settings UI, in order to easier understand the meaning and effect of settings.

Acceptance criteria

FranzSw commented 3 years ago

A different approach would be to try and extend the fields of the Preference Browser with custom fields. Might be better, because preferences and Algernon would be kept apart. Also, the preference browser persists settings (e.g. updates).