RichTextEditor
SetUp
- Squeak: use this version (
Squeak6.0alpha - latest update: #17901
) - Open an Workspace in Squeak
- Type in and run
Metacello new
baseline: 'RichText';
repository: 'github://hpi-swa-teaching/SWT18-Project-08:master/packages';
load.
Development Workflow
- select an issue from our projects board from the
todo
coloumn - create an branch with the following naming scheme:
#{{issueId}}-{{short description of the issue (maybe the title)}}
- Solve your issue and add tests for every new edge case, feature or found bug! Please commit as often as possible so that everyone else can continue with your work when you are offline. Never leave something working uncommited before shuting of your pc.
- create an Pull Request for your Branch and wait for an review. Please use the template!