-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/34 pipette #47
Conversation
The implementation as it is looks good so far. However there are still some things that should be considered before this PR is to be merged:
|
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/activateDefaultItem.st
Outdated
Show resolved
Hide resolved
6430952
to
86344c2
Compare
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/chooseColor.st
Outdated
Show resolved
Hide resolved
2892530
to
db03dbe
Compare
packages/SketchMorph2-Core.package/CursorWithAlpha.extension/class/fromIcon..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2CircleBrush.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2ClearCanvas.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2Eraser.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2ExportMorph.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuBrushCollection..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuGeometricCollection..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuMiscCollection..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/submenuDict..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonetIcons.class/class/license.st
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't check that the icons are copied correctly. Everything I saw in Squeak looks fine so I assume the errors, if any, are not dramatic.
packages/SketchMorph2-Core.package/M2CircleBrush.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2ClearCanvas.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2Eraser.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2ExportMorph.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/M2ExportPNG.class/class/icon.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuGeometricCollection.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuMiscCollection..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/menuMiscCollection.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/submenuDict..st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/properties.json
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/loadMenu.st
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some newlines still missing. Newlines look good after commit ccc714d.
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/chooseColor.st
Outdated
Show resolved
Hide resolved
packages/SketchMorph2-Core.package/MorphicMonet.class/instance/defaultCanvasPanelBorder.st
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the looping in the color selection I'm happy with the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree to leave the loop for now.
… pen tool after choosing color
…onet >> chooseColor.
Add Icons package
…t previous changes in MorphicMonet >> chooseColor
808f286
to
887c3dd
Compare
Closes #34.