hpi-swa-teaching / AutoTDD

AutoTDD with Travis-CI Support for Squeak (SWT21-04)
MIT License
10 stars 5 forks source link

Replace Titles with Hover-Text #87

Closed Benjamin-Frost closed 3 years ago

Benjamin-Frost commented 3 years ago

As a designer I want to have hover texts instead of headlines in order to improve the UI of the browser (suggestion by Patrick - as this is more common in Squeak than Headlines).

Acceptance criteria

Effort Evaluation

Points: 2

SebastianWagner2 commented 3 years ago
buildTokenWith: aBuilder

    ^ aBuilder pluggableInputFieldSpec new
        model: token;
        **help: self class tokenHelpLabel;**
        getText: #contents;
        setText: #contents:;
        softLineWrap: true;
        yourself