hpi-swa-teaching / PowerSqueak

A presentation tool for the Squeak development platform
3 stars 1 forks source link

Cannot load presentation with more than 9 slides #116

Closed LeonMatthes closed 5 years ago

LeonMatthes commented 5 years ago

The regex in PSPresentationLoader>>#checkSlideDirectoryName: was changed for some reason from '[0-9]+' to '[0-9]'