Skip to content

A Rich Text Editor build with Squeak - a university project

Notifications You must be signed in to change notification settings

KatharinaBlass/SWT18-Project-08

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RichTextEditor

Status: Build Status

Coverage: Coverage Status

SetUp

  1. Squeak: use this version (Squeak6.0alpha - latest update: #17901)
  2. Open an Workspace in Squeak
  3. Type in and run
Metacello new
  baseline: 'RichText';
  repository: 'github://hpi-swa-teaching/SWT18-Project-08:master/packages';
  load.

Development Workflow

  1. select an issue from our projects board from the todo coloumn
  2. create an branch with the following naming scheme:

#{{issueId}}-{{short description of the issue (maybe the title)}}

  1. 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.
  2. create an Pull Request for your Branch and wait for an review. Please use the template!

About

A Rich Text Editor build with Squeak - a university project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 94.3%
  • HTML 5.7%